Thanks for your help, but I have a new problem.

I use Visual Studio, it builds the project "poker-eval-134.0" with no
errors, but for the pypoker-eval-135, it doesn't work.

It changed the python path, and the poker-eval one.

 

If someone could help me to solve this problem.

 

Here is the mistake:

 

1>   Creating library Debug/pypoker-eval.lib and object
Debug/pypoker-eval.exp

1>pypokereval.obj : error LNK2001: unresolved external symbol _topCardTable

1>pypokereval.obj : error LNK2001: unresolved external symbol
_topFiveCardsTable

1>pypokereval.obj : error LNK2001: unresolved external symbol _straightTable

1>pypokereval.obj : error LNK2001: unresolved external symbol _nBitsTable

1>pypokereval.obj : error LNK2001: unresolved external symbol
_StdDeck_cardMasksTable

1>pypokereval.obj : error LNK2001: unresolved external symbol _StdDeck

1>pypokereval.obj : error LNK2001: unresolved external symbol
_bottomFiveCardsTable

1>pypokereval.obj : error LNK2001: unresolved external symbol
_StdRules_nSigCards

1>pypokereval.obj : error LNK2001: unresolved external symbol
_StdRules_handTypeNames

1>pypokereval.obj : error LNK2019: unresolved external symbol
_enumGameParams referenced in function "struct _object * __cdecl
poker_eval(struct _object *,struct _object *,struct _object *)"
(?poker_eval@@YAPAU_object@@[EMAIL PROTECTED]@Z)

1>pypokereval.obj : error LNK2019: unresolved external symbol
_free_combinations referenced in function "int __cdecl pyenumExhaustive(enum
enum_game_t,union StdDeck_CardMask * const,int * const,union
StdDeck_CardMask,union StdDeck_CardMask,int,struct enum_result_t *)"
(?pyenumExhaustive@@YAHW4enum_game_t@@QATStdDeck_CardMask@@[EMAIL PROTECTED]
esult_t@@@Z)

1>pypokereval.obj : error LNK2019: unresolved external symbol
_get_combination referenced in function "int __cdecl pyenumExhaustive(enum
enum_game_t,union StdDeck_CardMask * const,int * const,union
StdDeck_CardMask,union StdDeck_CardMask,int,struct enum_result_t *)"
(?pyenumExhaustive@@YAHW4enum_game_t@@QATStdDeck_CardMask@@[EMAIL PROTECTED]
esult_t@@@Z)

1>pypokereval.obj : error LNK2019: unresolved external symbol
_num_combinations referenced in function "int __cdecl pyenumExhaustive(enum
enum_game_t,union StdDeck_CardMask * const,int * const,union
StdDeck_CardMask,union StdDeck_CardMask,int,struct enum_result_t *)"
(?pyenumExhaustive@@YAHW4enum_game_t@@QATStdDeck_CardMask@@[EMAIL PROTECTED]
esult_t@@@Z)

1>pypokereval.obj : error LNK2019: unresolved external symbol
_init_combinations referenced in function "int __cdecl pyenumExhaustive(enum
enum_game_t,union StdDeck_CardMask * const,int * const,union
StdDeck_CardMask,union StdDeck_CardMask,int,struct enum_result_t *)"
(?pyenumExhaustive@@YAHW4enum_game_t@@QATStdDeck_CardMask@@[EMAIL PROTECTED]
esult_t@@@Z)

1>pypokereval.obj : error LNK2019: unresolved external symbol
_enumResultClear referenced in function "int __cdecl pyenumExhaustive(enum
enum_game_t,union StdDeck_CardMask * const,int * const,union
StdDeck_CardMask,union StdDeck_CardMask,int,struct enum_result_t *)"
(?pyenumExhaustive@@YAHW4enum_game_t@@QATStdDeck_CardMask@@[EMAIL PROTECTED]
esult_t@@@Z)

1>pypokereval.obj : error LNK2001: unresolved external symbol
_bottomCardTable

1>Debug/pypokereval.dll : fatal error LNK1120: 16 unresolved externals

 

 

_______________________________________________
Pokersource-users mailing list
[email protected]
https://mail.gna.org/listinfo/pokersource-users

Reply via email to