put libpoker.lib in the build path. Build the dll as a multithreaded dll. It should work.
-----Original Message-----When trying to use Hand_EVAL_N in my Visual C++ 6.0 code, I get the
From: Nate McMurtray [mailto:nmcmurtray@...]
Sent: Friday, February 27, 2004 7:52 AM
To: pokersource@yahoogroups.com
Subject: [pokersource] question
following link errors:
Linking...
PokerGame.obj : error LNK2001: unresolved external symbol "unsigned
char * straightTable" (?straightTable@@3PAEA)
PokerGame.obj : error LNK2001: unresolved external symbol "unsigned
char * nBitsTable" (?nBitsTable@@3PAEA)
Release/PokerPlayer.exe : fatal error LNK1120: 2 unresolved externals
Error executing link.exe.
PokerPlayer.exe - 3 error(s), 0 warning(s)
Any ideas why?
Thanks in advance,
Nate