ok, I got rid of most of the errors by including the appropriate .lib files
, but i still have a few more. Does anyone know which library files are
associated with these error messages:
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