Guest jrhg82 Posted March 31, 2005 Report Posted March 31, 2005 Mapirule is working properly in emulator, but it does not in device (Qtek 8010). The problem is that when .dll is attached is dettached immediately in DLLMAIN. this does not happen in emulator. BOOL WINAPI DllMain(HANDLE hinst, DWORD dwReason, LPVOID lpv) { switch (dwReason) { case DLL_PROCESS_ATTACH: break; case DLL_PROCESS_DETACH: break; default: break; } return TRUE; } i have signed my application with a privileged certififcate and provisioned that certificate on the device. anyone knows what is wrong? Thanks, Ramón
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now