donuts.obj : error LNK2001: unresolved external symbol _DDCopyBitmap
donuts.obj : error LNK2001: unresolved external symbol _DDSetColorKey
donuts.obj : error LNK2001: unresolved external symbol _DDColorMatch
donuts.obj : error LNK2001: unresolved external symbol _DDLoadPalette
LIBCD.lib(crt0.obj) : error LNK2001: unresolved external symbol _main
I have the directx5 sdk
Thank you
Carl Hornberger
Carl Hornberger <horn...@rose-hulman.edu> wrote in article
<uUZ274y...@uppssnewspub04.moswest.msn.net>...
For one think, I think you're trying to compile it as a console app instead
of a regular win32 app. You choose this setting when you create a new
project workspace.
Later,
John Ernst
In the sdk\samples\misc directory the file dsutils.cpp has the functions
that the link errors are complaining about.
The unresolved _main looks as if your building for a console application
rather than a Win32 app.
Cheers, Richard.
Carl Hornberger wrote in message ...
Richard Crowder wrote in message ...