Kelvin
May 10th, 1999, 04:48 AM
I tried the msdn sample of creating a screen saver, but i keep having this linking error!
from Scrnsave.lib(scrnsave.obj), unresolved external symbol ScreenSaverProc@16 ...and ScreenSaverConfigureDialog too..
i exported the two functions in my.def file as showned in the msdn sample, but why is there
an unresolved external symbol from scrnsave.lib??? I also inlcuded the scrnsave.h from Ms VC++ in
my compilation, and included the scrnsave.lib in my project workspace. what had i missed out??
It seemed to me something wrong with the scrnsave.lib?
from Scrnsave.lib(scrnsave.obj), unresolved external symbol ScreenSaverProc@16 ...and ScreenSaverConfigureDialog too..
i exported the two functions in my.def file as showned in the msdn sample, but why is there
an unresolved external symbol from scrnsave.lib??? I also inlcuded the scrnsave.h from Ms VC++ in
my compilation, and included the scrnsave.lib in my project workspace. what had i missed out??
It seemed to me something wrong with the scrnsave.lib?