Hello
I got a trouble in my code. I had an application which is working perfectly on a Vista Version but when i want to run it on a XP version and get the error 'IDL has encountered a problem and needs to close'. After some test i found exactly wich line in my code cause the trouble :
ShapeFileObj = Obj_new('IDLffshape', FilenameShapeFile)
My code seems good because the result with a vista version give me exactly the result i want, but it doesn't work with the same data set on a Windows XP. It is like if Windows XP was not able to read a shapefile...
I change a little my code for :
ShapeFileObj = Obj_new('IDLffshape')
test = ShapeFileObj->Open(FilenameShapeFile)
But i get the same trouble.
If anybody have an idea about this??
Thank a lot
Aurelien Boulben
|