doing runtime application and problem

  • Follow


Good day !

I want build distribution of my project like this 

MAKE_RT,'myproject.sav','E:\test\',SAVEFILE='E:\work\IDL_PROGZ\PR23\myproject.sav',/VM,/HIRES_MAPS,/WIN32,/WIN64,/OVERWRITE

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

0
Reply skymaxwell (85) 7/29/2012 7:09:15 PM


0 Replies
26 Views

(page loaded in 0.037 seconds)


Reply: