Difficulty in succesfully creating a runtime app [message #86456] |
Mon, 11 November 2013 10:14  |
Gus
Messages: 7 Registered: September 2013
|
Junior Member |
|
|
Hello everyone,
I have been having some trouble creating a runtime app for a GUI I've developed. It is the first time I am attempting to do this in IDL. I have managed to get make_rt to generate the folder with the files for my app. However, when I attempt to run that app in the virtual machine, I get a message stating "Attempt to call undefined procedure/function: 'cw_fslider'. Is this a manifest file problem?
Cheers,
Gus
|
|
|
|
|
Re: Difficulty in succesfully creating a runtime app [message #86459 is a reply to message #86458] |
Mon, 11 November 2013 12:57  |
Gus
Messages: 7 Registered: September 2013
|
Junior Member |
|
|
Thank you, "Resolve_All" resolved all of my problems. :)
On Monday, November 11, 2013 4:44:13 PM UTC-2, Mike Galloy wrote:
> Gus <dr.guspereira@gmail.com> wrote:
>
>> Hello everyone,
>
>>
>
>> I have been having some trouble creating a runtime app for a GUI
>
>> I've developed. It is the first time I am attempting to do this in IDL. I
>
>> have managed to get make_rt to generate the folder with the files for my
>
>> app. However, when I attempt to run that app in the virtual machine, I
>
>> get a message stating "Attempt to call undefined procedure/function:
>
>> 'cw_fslider'. Is this a manifest file problem?
>
>>
>
>> Cheers,
>
>> Gus
>
>
>
> Did you do a RESOLVE_ALL when building your application?
>
>
>
> Mike
>
> --
>
> www.michaelgalloy.com
>
> Research Mathematician
>
> Tech-X Corporation
|
|
|