Hi,
Some of my code that worked in 2.7 does not work anymore in 3.5.
During compilation I get this error: Error description: svcGPS is declared twice. You should either remove the library reference or the code module.
I have a svcGPS service that stores location data if needed and handles location change events. The suggestion the compiler gives isn't a real solution. Removing the library does not really help
Is there maybe something else that is called svcGPS internally?
Cheers,
Some of my code that worked in 2.7 does not work anymore in 3.5.
During compilation I get this error: Error description: svcGPS is declared twice. You should either remove the library reference or the code module.
I have a svcGPS service that stores location data if needed and handles location change events. The suggestion the compiler gives isn't a real solution. Removing the library does not really help
Is there maybe something else that is called svcGPS internally?
Cheers,