<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&nbsp; 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">&gt; Date: Mon, 14 Jul 2008 16:15:29 -0400<br>&gt; From: warmerdam@pobox.com<br>&gt; To: frdcn@hotmail.com<br>&gt; CC: gdal-dev@lists.osgeo.org<br>&gt; Subject: Re: [gdal-dev] undefined GDALAutoCreateWarpedVRT<br>&gt; <br>&gt; godofredo contreras wrote:<br>&gt; &gt; Hi:<br>&gt; &gt;  <br>&gt; &gt; I am using gdal in windows mobile 5 but I got<br>&gt; &gt; and undefined reference when calling GDALAutoCreateWarpedVRT<br>&gt; &gt; analysing the code I found that GDALAutoCreateWarpedVRT is defined<br>&gt; &gt; in gdalwarper.h but I couldn't find the implementation. Is this a bug<br>&gt; &gt; or am I doing something wrong?<br>&gt; <br>&gt; Godofredo,<br>&gt; <br>&gt; This function is implemented in gdal/frmts/vrt/vrtwarped.cpp.<br>&gt; <br>&gt; I don't know why it isn't found.<br>&gt; <br>&gt; Best regards,<br>&gt; -- <br>&gt; ---------------------------------------+--------------------------------------<br>&gt; I set the clouds in motion - turn up   | Frank Warmerdam, warmerdam@pobox.com<br>&gt; light and sound - activate the windows | http://pobox.com/~warmerdam<br>&gt; and watch the world go round - Rush    | President OSGeo, http://osgeo.org<br>&gt; <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>