compiling errors in different computers with CW_BGROUP and GET_SCRREEN_SIZE [message #11355] |
Sat, 21 March 1998 00:00  |
M. Jesus Ledesma
Messages: 1 Registered: March 1998
|
Junior Member |
|
|
Hello,
I am a spanish student, I am developing and aplication for a
Center in Germany and the last days I've had some strange problems. I
have my aplication compiling and running here in Spain, but when
yesterday I sent it to Germany , there it does not compile,
unbelivebable!. We both have the same development version idl 5.0.2.
I have tested the aplication in different idl licences here
in Spain, and no problems and of course the least with compiling. It
seems the thransmission has been done correctly. I have done it sveral
times etc...
Well the errors are also very courious. They only appear with to
functions, CW_BGROUP, and GET_SCREEN_SIZE , but the fuctions are in
their version,...
In a file of 4000 lines only this errors apear,
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :::::::::::::::::::::::::::::::::::::::::::::::::::::::::
screen_size=GET_SCREEN_SIZE()
^
% Syntax error.
At: C:\George\Pet.pro, Line 4031
wZWindow= CW_BGROUP(wZBase,/ROW,/EXCLUSIVE, $
^
% Syntax error.
At: C:\George\Pet.pro, Line 4084
wRoiDefModes= CW_BGROUP(wSubBase, /COLUMN, /EXCLUSIVE, /NO_REL,
/RETURN_NAME, $
^
% Syntax error.
At: C:\George\Pet.pro, Line 4109
wRoiDefOptions= CW_BGROUP(wSubBase, /COLUMN, /NO_RELEASE,
/RETURN_NAME, $
^
% Syntax error.
At: C:\George\Pet.pro, Line 4111
% 4 Compilation errors in module PET.
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :::::::::::::::::::::::::::::::::::::::::::::
This are the only occurrences of this functions in this file. I find it
quite strange, and above all I do not know what to do, and it is a
little bit urgent.
THANK YOU ALL ,
Maria.
|
|
|