HI.
Also ich bin grad voll am verzweifeln.
Das ist mein Quellcode:
DIe Libraries hab ich (Standard):
kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib
Fehler
ICh benutz VC++.
Ich hab schon alle mögliche Sachen von google probiert, aber ich hab immer noch das Problem.
Ich hoffe ihr könnt mir helfen.
marrrc
Also ich bin grad voll am verzweifeln.
Das ist mein Quellcode:
Code:
#include <windows.h>
int WINAPI WinMain(HINSTANCE hInstance,
HINSTANCE hPrevInstance,
LPSTR lpCmdLine,
int nCmdShow)
{
return 0;
}
DIe Libraries hab ich (Standard):
kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib
Fehler
Code:
LIBCD.lib(crt0.obj) : error LNK2001: unresolved external symbol _main
Debug/test.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.
ICh benutz VC++.
Ich hab schon alle mögliche Sachen von google probiert, aber ich hab immer noch das Problem.
Ich hoffe ihr könnt mir helfen.
marrrc