Advertisement

File/Directory Searching and LoadBitmap()

Started by August 04, 2000 06:23 PM
10 comments, last by Goblin 24 years, 5 months ago
Nooooooooooooo!

Here''s what I get:

Compiling...
findfile.cpp
Linking...
LIBCD.lib(wincrt0.obj) : error LNK2001: unresolved external symbol _WinMain@16
Debug/findfile.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.
findfile.exe - 2 error(s), 0 warning(s)

Any idea what the problem is THIS time?

*sigh*

- Goblin
"A woodchuck would chuck as much wood as a woodchuck could if a woodchuck could chuck wood. Deal."
- The Goblin (madgob@aol.com)
I believe that error usually means you''re trying to make a windows application (requiring WinMain) but you''re using main() (or not using either).

This topic is closed to new replies.

Advertisement