Hi, New Question... About CreateWindowex...
Hi,
I wrote a small program that opens a windows with CreateWindowex... It compiles perfectly, up until then it says the Errors below...
1>First Window Ever 1.cpp 1>Linking... 1>MSVCRTD.lib(crtexe.obj) : error LNK2019: unresolved external symbol _main referenced in function tmainCRTStartup 1>C:\Documents and Settings\Ly Heu\My Documents\C++ Codes\Try Window All Over Again 1\Debug\Try Window All Over Again 1.exe : fatal error LNK1120: 1 unresolved externals 1>Build log was saved at "file://c:\Documents and Settings\Ly Heu\My Documents\C++ Codes\Try Window All Over Again 1\Try Window All Over Again 1\Debug\BuildLog.htm" 1>Try Window All Over Again 1 - 2 error(s), 0 warning(s) ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== What do all thiese mean...? And what's the Exact meaning of that...? What's the Clear and net solution...?

