Hi,
Im having problems to migrate an application in windows ce 5.0 to WM 6.0.
For example, for this code:
handle = FindFirstDevice( DeviceSearchByGuid, &guidCamera, &di );
I get error, cuz this is not defined in Windows Mobile 6 SDK; i figured out that that function is defined in 'winbase.h', and this is in Windows Mobile 5 SDK but not in 6. How can i solve all this problems of migration??
Regards,