David Erbas-White
2005-02-08 23:25:26 UTC
I'm trying to create one executable that will run on multiple operating
systems (I have to support Win95 and up). I recently added usage of
'RegisterDeviceNotification' for some uses. I don't call that routine
if the Win32Platform variable doesn't indicate NT or higher, but it is
apparently still looking for (or referring to) part of the
'RegisterDeviceNotification' call.
The error that I get is "... file is linked to missing export
USER32.DLL:RegisterDeviceNotificationA"
Obviously, the RegisterDeviceNotification is not supported on Win95, but
I'm unclear how to address this problem. Any assistance would be
appreciated.
David Erbas-White
systems (I have to support Win95 and up). I recently added usage of
'RegisterDeviceNotification' for some uses. I don't call that routine
if the Win32Platform variable doesn't indicate NT or higher, but it is
apparently still looking for (or referring to) part of the
'RegisterDeviceNotification' call.
The error that I get is "... file is linked to missing export
USER32.DLL:RegisterDeviceNotificationA"
Obviously, the RegisterDeviceNotification is not supported on Win95, but
I'm unclear how to address this problem. Any assistance would be
appreciated.
David Erbas-White