windows 64 bit test [message #77555] |
Wed, 07 September 2011 23:31 |
R.Bauer
Messages: 1424 Registered: November 1998
|
Senior Member |
|
|
Hi
I found yesterday a bug in one of my programs. Also I figured that idl
behaves different in handling my failure on 64 bit windows.
Can one verify a recent idl version windows 64 bit if this program fsck
off the idl eclipse environment.
If that happens you need to remove it from the task manager. Otherwise
you can't restart idl
pro bug1
problem = {comment: 'test'}
file = 'testfile.nc'
file_id = NCDF_CREATE(file)
NCDF_CONTROL,file_id,verbose=0
NCDF_ATTPUT,file_id,global=1,'comment', problem
NCDF_CONTROL,file_id, /ENDEF
NCDF_CLOSE,file_id
end
other platforms 32 bit windows or 64bit linux just don't write that
attribute.
Well it is my bug doing nonsense, but such a crash or different doing
isn't also wanted.
cheers
Reimar
|
|
|