Hello...,
Is it possible to retrieve the version number of the device (when i use basic4ppc)?
Thanks.
Tim
Is it possible to retrieve the version number of the device (when i use basic4ppc)?
Thanks.
Tim
It is not the device but the version of the Compact Framework that matters. The SQGLlite database needs version 2.0 (see the Help overview). Your WM5.0 device may have it, the WM2002 device won't.But the sql database will not work on the old thing.
The *.exe.config file produced by the version 5.80 compiler forces your app to run under 2.0 if available otherwise1.0. Use the NetVersion method in the Hardware library to establish the version of the Framework the app is running under.I want to know,
- if CF 2.0 is installed