Hello,
I am compiling running an ABC.pro in a given Linux directory. ABC.pro calls other procedures, lets say 123.pro, which are located in the same directiory as ABC.pro. At run time, I get an error saying that the "123" variable is undefined.
How can I solve this problem? I went ahead and opende the 123.pro and compiled, then went back to my ABC.pro and it went well. How can I avoid the manually compiling 123 (or other procedures needed by ABC.pro) on the fly?
Thanks!
|