Je viens de créer une application permettant de communiquer avec une
station météo et lorsque je compile, j'obtient des erreurs de link:
--------------------Configuration: station - Win32 Debug--------------------
Compiling...
CAquisition.cpp
CClimat.cpp
main.cpp
Linking...
nafxcwd.lib(thrdcore.obj) : error LNK2001: unresolved external symbol __endthreadex
nafxcwd.lib(thrdcore.obj) : error LNK2001: unresolved external symbol __beginthreadex
Debug/station.exe : fatal error LNK1120: 2 unresolved externals
Error executing link.exe.
station.exe - 3 error(s), 0 warning(s)
malgré pas mal de recherche je n'ai toujours pas trouver l'origine de ce problème.
A l'aide svp