[Gdal-dev] Re: GDAL wince bindings?
Mateusz Loskot
mateusz at loskot.net
Wed Oct 24 19:35:10 EDT 2007
Tamas Szekeres wrote:
> 2007/10/23, Mateusz Loskot <mateusz at loskot.net>:
>
>> Do you mean variables related to GDAL or platform (architecture, CPU,
>> system) ?
>>
> I mean the variable which is dedicated to the WinCE builds that I
> should use to enable/disable the WinCE related stuff. It seems
> UNDER_CE, _WIN32_WINCE, WINCE are kinda good candidates to do such
> things.
Tamas,
Yes, there are a few or many definitions required to be used.
I think the best source where you can find all of them is project file:
trunk/gdal/wince/msvc80/gdalce_dll/gdalce_dll.vcproj
There is PreprocessorDefinitions attribute including all definitions
necessary for debug and release builds.
Here is also a short explanation of how different platforms can be
distinguished:
http://www.smartphonedn.com/qa/checkos.html
Cheers
--
Mateusz Loskot
http://mateusz.loskot.net
More information about the Gdal-dev
mailing list