Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Catch a build error, part 2
Message
From
16/12/2007 19:38:28
Mike Yearwood
Toronto, Ontario, Canada
 
 
To
16/12/2007 12:46:20
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
General information
Forum:
Visual FoxPro
Category:
Project manager
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP1
Miscellaneous
Thread ID:
01276105
Message ID:
01276202
Views:
29
>>>>PROCEDURE PMIncludeFiles
>>>>EXTERNAL PROCEDURE Somecomponent
>>>>ENDPROC
>>>>
>>>>Does that not work for you?
>>>
>>>Not in the case of
>>>
>>>EXTERNAL PROCEDURE dummycall
>>>
>>>=dummycall()
>>>
>>>There's no EXTERNAL FUNCTION declaration.
>>
>>Help says "Identifies an external procedure or user-defined function."
>
>I tested this, and tested it again now.
>Just copy those two lines into a prg and try to build a project from it.
>
>I don't care what help says. Microsoft never allocated enough money to make sure help is up to speed with the rest of VFP.

How about...

lcCmd = "dummycall()"
eval(lcCmd)

in conjunction with the external procedure? Wouldn't that allow the compiler to ignore the reference at compile/design time, but allow it to execute at runtime?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform