Jump to content

mapirule sample is not working in device


Guest jrhg82

Recommended Posts

Guest jrhg82

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

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.