Hallo zusammen. Ich galueb ich bekomm es heute nicht mehr hin.
Ich möchte ein einfaches CList Objekt füllen. Was mache ich falsch.
Ich habe hier schon im Forum gesucht, aber damit komm ich auch nicht weiter. Bitte um Hilfe.
Also mein Code:
Beim compilieren istdas richtig aber sobal ich das ausfürhen will kommt folgende Meldung:
nafxcwd.lib(thrdcore.obj) : error LNK2001: unresolved external symbol __endthreadex
nafxcwd.lib(thrdcore.obj) : error LNK2001: unresolved external symbol __beginthreadex
Debug/toHex.exe : fatal error LNK1120: 2 unresolved externals
Error executing link.exe.
Ich bitte euch um Hilfe
besten dank winner
Ich möchte ein einfaches CList Objekt füllen. Was mache ich falsch.
Ich habe hier schon im Forum gesucht, aber damit komm ich auch nicht weiter. Bitte um Hilfe.
Also mein Code:
Code:
CList <int, int> myList;
int i=0;
myList.AddHead(i);
i++;
myList.AddTail(i);
i++;
myList.AddTail(i);
Beim compilieren istdas richtig aber sobal ich das ausfürhen will kommt folgende Meldung:
nafxcwd.lib(thrdcore.obj) : error LNK2001: unresolved external symbol __endthreadex
nafxcwd.lib(thrdcore.obj) : error LNK2001: unresolved external symbol __beginthreadex
Debug/toHex.exe : fatal error LNK1120: 2 unresolved externals
Error executing link.exe.
Ich bitte euch um Hilfe
besten dank winner