well.. the message is:
LIBCD.lib(crt0.obj) : error LNK2001: unresolved external symbol _main
Debug/main.exe : fatal error LNK1120: 1 unresolved externals Error executing
i didn't opened an...
Type: Posts; User: $nooc
well.. the message is:
LIBCD.lib(crt0.obj) : error LNK2001: unresolved external symbol _main
Debug/main.exe : fatal error LNK1120: 1 unresolved externals Error executing
i didn't opened an...
well.. here is the source code...
#include <windows.h>
LRESULT CALLBACK WndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)
{
switch(msg)
{
case WM_CLOSE:...
hi guys...
two days ago everything went good.. but today .. i compiled my Win32 application and wanted to execute the main.exe file..
suddlenly my comiler wrote 2 errors!
well.. usually...
hello guys!
i'm not so good in english.. so don't wonder ^^
well..
i want to learn how to program with OpenGL.
i started with some Win32 applications... i made a simply window which...