[Gdal-dev] missing/wrong compiler option in nmake.opt
Oscar ter Hofstede
oscar at geovirtual.es
Wed May 4 10:09:45 EDT 2005
Hi,
I am trying to build a debug version of my application with the latest
version of GDAL (1.2.6), including MrSid and ECW support.
I need to build with the debug run-time libraries (by specifying the option
/MDd), since some other libraries I use are using debug functions that are
only defined there (CrtDbgReport). However, if I build both my application
and GDAL with the /MDd option, the application crashes in GDALClose() when
closing a MrSid or ECW dataset.
Has this something to do with the MrSid and ECW libraries not being compiled
with /MDd? I downloaded the latest versions of their libraries from their
websites last week. Is there a solution to this problem?
Cheers,
Oscar.
----- Original Message -----
From: "Frank Warmerdam" <fwarmerdam at gmail.com>
To: "Stephane Routelous" <route at cae.com>
Cc: <gdal-dev at remotesensing.org>
Sent: Tuesday, March 01, 2005 7:17 PM
Subject: Re: [Gdal-dev] missing/wrong compiler option in nmake.opt
> On Tue, 1 Mar 2005 11:01:03 -0500, Stephane Routelous <route at cae.com>
> wrote:
>> Hi,
>>
>> the flag /MDd (Debug Multithread Dll) is missing in the OPTFLAGS for the
>> debug version in nmake.opt to compile on windows with VisualC++ for 1.25
>> in the daily build (20050301.zip) the flag should be /MDd and not /MD
>
> Stephane,
>
> When I build debug versions of GDAL I always use the non-debug
> runtime library to avoid various complexities. I realize that others may
> not want to do this and will want to use /MDd, which is fine, but I
> have set things up the way they are on purpose.
>
> Best regards,
> --
> ---------------------------------------+--------------------------------------
> I set the clouds in motion - turn up | Frank Warmerdam,
> warmerdam at pobox.com
> light and sound - activate the windows | http://pobox.com/~warmerdam
> and watch the world go round - Rush | Geospatial Programmer for Rent
> _______________________________________________
> Gdal-dev mailing list
> Gdal-dev at xserve.flids.com
> http://xserve.flids.com/mailman/listinfo/gdal-dev
>
More information about the Gdal-dev
mailing list