Opened 16 years ago

Last modified 16 years ago

#2263 closed defect

gdal_translate crash when converting types on Win32 system — at Initial Version

Reported by: emiller Owned by: warmerdam
Priority: high Milestone: 1.5.1
Component: Utilities Version: 1.5.0
Severity: normal Keywords: Win32 gdal_translate translate type crash
Cc: warmerdam

Description

fixed by replacing poVDS = new VRTDataset( nOXSize, nOYSize ); with poVDS = ( VRTDataset * ) VRTCreate( nOXSize, nOYSize );

Change History (0)

Note: See TracTickets for help on using tickets.