PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [WDM20] Problem with rapi.dll
[WDM20] Problem with rapi.dll
Iniciado por guest, 08,mar. 2016 11:50 - 2 respuestas
Publicado el 08,marzo 2016 - 11:50
Hi,

Has anyone had issues with the rapi.dll (remote application programming interface DLL) in WDM20 using Windows 10? When I try to sync the analysis of the project with the tables on a connected (Android phone) device I get an error saying rapi.dll can't be found.

In an attempt to fix it, I'm in the process of uninstalling and re-installing WDM20 but was just wondering if anyone else has had this problem and if there's an easy way to fix it?

Cheers...
Publicado el 08,marzo 2016 - 12:58
Hi Darren,

I'm not sure this is possible for Android. My understanding is that this option is for windows mobile apps. So personnaly, I just uncheck the mobile DB from the automatic updating, and I have a hmodifyStructure at the beginning of my project code.

Best regards
Publicado el 08,marzo 2016 - 13:57
Hi Fabrice,

Yes, that was my understanding also... It's funny you should mention being only applicable to Windows phone - recently, when I connect Android phones to my PC the Windows companion app dialog has started popping - I don't think it's anything I've done - more likely the recent Windows update?

Thanks for the suggestion of hmodifyStructure - I'll add it :spos: