<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'><div style="text-align: left;">Hi Frank:<br><br>Thank you for your reply. I searched the function within<br>visual studio ide, that was the reason I couldn`t find it.<br>Also the wince project and solution for visual studio are<br>outdated. <br><br>These are the changes needed to visual studio<br>project to compile for windows mobile 2005:<br><br>1.-in file cpl_config.h.WINCE I added this line:<br><br>#define VSI_STAT64 stat<br><br>2.-The following files were deleted from project because they don`t exist<br>../src/frmts/gtiff/tiff_overview.c<br>../src/frmts/gtiff/tiff_ovrcache.c<br>../src/frmts/gtiff/tiff_ovrcache.h<br><br>3.-I added the following files to port folder<br>in project.<br><br>cpl_hash_set.cpp<br>cpl_hash_set.h<br>cplkeywordparser.cpp<br>cplkeywordparser.h<br></div><br>4.-I added the following files to gcore folder<br>in project<br><br>gdal_rpcimdio.cpp<br><br>5.-To be able to use GDALAutoCreateWarpedVRT I added<br>the following folders and all of their files to frmts folder<br>in project.<br><br>raw<br>vrt<br><br>6.-in properties preprocesor i added<br><br>FRMT_vrt<br>FRMT_raw<br><br>7.- Finally I added the includes to <br><br>/frmts/vrt<br>/frmts/raw<br><br>After all this changes I succesfully compiled gdal for windows ce<br>and use GDALAutoCreateWarpedVRT method<br><br><br>Regards<br>Godofredo Contreras <br><br><br><hr id="stopSpelling">> Date: Mon, 14 Jul 2008 16:15:29 -0400<br>> From: warmerdam@pobox.com<br>> To: frdcn@hotmail.com<br>> CC: gdal-dev@lists.osgeo.org<br>> Subject: Re: [gdal-dev] undefined GDALAutoCreateWarpedVRT<br>> <br>> godofredo contreras wrote:<br>> > Hi:<br>> > <br>> > I am using gdal in windows mobile 5 but I got<br>> > and undefined reference when calling GDALAutoCreateWarpedVRT<br>> > analysing the code I found that GDALAutoCreateWarpedVRT is defined<br>> > in gdalwarper.h but I couldn't find the implementation. Is this a bug<br>> > or am I doing something wrong?<br>> <br>> Godofredo,<br>> <br>> This function is implemented in gdal/frmts/vrt/vrtwarped.cpp.<br>> <br>> I don't know why it isn't found.<br>> <br>> Best regards,<br>> -- <br>> ---------------------------------------+--------------------------------------<br>> I set the clouds in motion - turn up | Frank Warmerdam, warmerdam@pobox.com<br>> light and sound - activate the windows | http://pobox.com/~warmerdam<br>> and watch the world go round - Rush | President OSGeo, http://osgeo.org<br>> <br><br /><hr />Keep your kids safer online with Windows Live Family Safety. <a href='http://www.windowslive.com/family_safety/overview.html?ocid=TXT_TAGLM_WL_family_safety_072008' target='_new'>Help protect your kids.</a></body>
</html>