Opened 16 years ago

Closed 9 years ago

#2479 closed defect (wontfix)

Undefined GDALAutoCreateWarpedVRT on Windows CE

Reported by: Mateusz Łoskot Owned by: warmerdam
Priority: normal Milestone:
Component: WinCE Port Version: svn-trunk
Severity: normal Keywords: wince wm5
Cc:

Description (last modified by Mateusz Łoskot)

Originally reported on the list as undefined GDALAutoCreateWarpedVRT

These are the changes needed to visual studio project to compile for windows mobile 2005:

1.-in file cpl_config.h.WINCE I added this line:

#define VSI_STAT64 stat 2.-The following files were deleted from project because they don`t exist ../src/frmts/gtiff/tiff_overview.c ../src/frmts/gtiff/tiff_ovrcache.c ../src/frmts/gtiff/tiff_ovrcache.h

3.-I added the following files to port folder in project.

cpl_hash_set.cpp cpl_hash_set.h cplkeywordparser.cpp cplkeywordparser.h

4.-I added the following files to gcore folder in project

gdal_rpcimdio.cpp

5.-To be able to use GDALAutoCreateWarpedVRT I added the following folders and all of their files to frmts folder in project.

raw vrt

6.-in properties preprocesor i added

FRMT_vrt FRMT_raw

7.- Finally I added the includes to

/frmts/vrt /frmts/raw

After all this changes I succesfully compiled gdal for windows ce and use GDALAutoCreateWarpedVRT method

Godofredo Contreras

Change History (3)

comment:1 by Mateusz Łoskot, 16 years ago

Description: modified (diff)
Status: newassigned

The first point has been fixed as r14805. Also, see related ticket #2452

comment:2 by warmerdam, 14 years ago

Owner: changed from Mateusz Łoskot to warmerdam
Status: assignednew

WinCE issues are now effectively orphaned as there is no WinCE developer available to work on them.

comment:3 by Jukka Rahkonen, 9 years ago

Resolution: wontfix
Status: newclosed

Unrealistic to believe that bugs in Windows CE port would be fixed.

Note: See TracTickets for help on using tickets.