doing runtime application and problem [message #80959] |
Sun, 29 July 2012 12:09 |
skymaxwell@gmail.com
Messages: 127 Registered: January 2007
|
Senior Member |
|
|
Good day !
I want build distribution of my project like this
MAKE_RT,'myproject.sav','E:\test\',SAVEFILE='E:\work\IDL_PRO GZ\PR23\myproject.sav',/VM,/HIRES_MAPS,/WIN32,/WIN64,/OVERWR ITE
in directory E:\test i put some additional resource files
- language catalog file;
- some sav files with saved templates
- config file
When i run my program through idlrt.exe or myproject.sav.exe the following error was appeared:
"The following error was encountered: Attemp to call underfind procedure/function:IDLFFLANGCAT__DEFINE"
I fix it by following command in Project Preferences window
.COMPILE 'IDLFFLANGCAT__DEFINE.pro'
but now i get another error
"Unable to invoke method on NULL object reference :<OBJREF (<NullPointer>)>"
I don't know how to fix this one :(
Any tools to debug runtime application ? any other advices ?
Thank you
P.S. OS Windows7, 64-bits, IDL 8.1
|
|
|