Re: [gdal-dev] Raster Attribute Table RFC

2013-05-14 Thread Etienne Tourigny
On Tue, May 14, 2013 at 5:54 PM, Frank Warmerdam wrote: > Sam, > > It looks good to me, though I'm dubious about the value of treating > booleans as Byte instead of integer. > everywhere else booleans are defined as integers like this int bSomeVar; > > Best regards, > Frank > > > > On Mon, May

Re: [gdal-dev] Raster Attribute Table RFC

2013-05-14 Thread Frank Warmerdam
Sam, It looks good to me, though I'm dubious about the value of treating booleans as Byte instead of integer. Best regards, Frank On Mon, May 13, 2013 at 9:37 PM, Sam Gillingham wrote: > Hi All, > > I propose a motion to get RFC 40 - "Improving performance of Raster > Attribute Table implemen

Re: [gdal-dev] Raster Attribute Table RFC

2013-05-14 Thread Frank Warmerdam
Sam, It looks good to me, though I'm dubious about the value of treating booleans as Byte instead of integer. Best regards, Frank On Mon, May 13, 2013 at 9:37 PM, Sam Gillingham wrote: > Hi All, > > I propose a motion to get RFC 40 - "Improving performance of Raster > Attribute Table implemen

Re: [gdal-dev] Raster Attribute Table RFC

2013-05-14 Thread Frank Warmerdam
Sam, It looks good to me, though I'm dubious about the value of treating booleans as Byte instead of integer. Best regards, Frank On Mon, May 13, 2013 at 9:37 PM, Sam Gillingham wrote: > Hi All, > > I propose a motion to get RFC 40 - "Improving performance of Raster > Attribute Table implemen

Re: [gdal-dev] Is it possible to build pdb files in Release ?

2013-05-14 Thread Mihaela Gaspar
Thank you, it's perfect. On Tue, May 14, 2013 at 12:41 PM, David Strip wrote: > The pdb file is generated by the /Zi flag. Add that to the list of flags > in your release build. > > > On 5/14/2013 10:55 AM, Mihaela Gaspar wrote: > > I built GDAL in both Debug and Release. > > The default behav

Re: [gdal-dev] Is it possible to build pdb files in Release ?

2013-05-14 Thread David Strip
The pdb file is generated by the /Zi flag. Add that to the list of flags in your release build. On 5/14/2013 10:55 AM, Mihaela Gaspar wrote: I built GDAL in both Debug and Release. The default behavior is to create .pdb files in Debug, but not

Re: [gdal-dev] What is the difference between gdal.lib and gdal.i.lib ?

2013-05-14 Thread Mihaela Gaspar
Thank you. On Tue, May 14, 2013 at 11:08 AM, Frank Warmerdam wrote: > Mihaela, > > gdal.i.lib is a stub library wrapping the GDAL DLL. Link against > gdal.i.lib if you want to use the DLL. > > gdal.lib is a static library with everything in it. Link against this if > you want to avoid using the

Re: [gdal-dev] What is the difference between gdal.lib and gdal.i.lib ?

2013-05-14 Thread Frank Warmerdam
Mihaela, gdal.i.lib is a stub library wrapping the GDAL DLL. Link against gdal.i.lib if you want to use the DLL. gdal.lib is a static library with everything in it. Link against this if you want to avoid using the GDAL DLL. Best regards, Frank On Tue, May 14, 2013 at 10:11 AM, Mihaela Gaspa

[gdal-dev] What is the difference between gdal.lib and gdal.i.lib ?

2013-05-14 Thread Mihaela Gaspar
The devinstall option copies gdal.i.lib into the target library installation folder. I see another lib file created, gdal.lib What is the difference between them ? I I link statically, do I use gdal.i.lib ? Thank you. ___ gdal-dev mailing list gdal-dev@li

[gdal-dev] Is it possible to build pdb files in Release ?

2013-05-14 Thread Mihaela Gaspar
I built GDAL in both Debug and Release. The default behavior is to create .pdb files in Debug, but not in Release. I would like to get a pdb file in Release build as well, is it possible ? The only lines I see that have to do with pdb, are: !IFNDEF DEBUG OPTFLAGS= $(CXX_ANALYZE_FLAGS) /nologo /

Re: [gdal-dev] Can't build gdal in x64

2013-05-14 Thread Martin Chapman
FYI, This is the same as doing: Start Menu->All Programs->Microsoft Visual Studio 2010->Visual Studio Tools->Visual Studio x64 Cross Tools Command Prompt (2010) If you look at the properties of the shortcut it launches the same bat file. Best regards, Martin From: gdal-dev-boun