Ticket #2479 (new defect)

Opened 5 years ago

Last modified 3 years ago

Undefined GDALAutoCreateWarpedVRT on Windows CE

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

Description (last modified by mloskot) (diff)

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

Changed 5 years ago by mloskot

  • status changed from new to assigned
  • description modified (diff)

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

Changed 3 years ago by warmerdam

  • owner changed from mloskot to warmerdam
  • status changed from assigned to new

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

Note: See TracTickets for help on using tickets.