| | Accessing LDDesingPad Application in a plugin
|
| When improving a plugin I remembered a message by Orion: (...) How do you access Application? When I try this I get an error: Undeclared identifier: 'Application'. Niels (22 years ago, 7-Jan-03, to lugnet.cad)
| | | | Re: Accessing LDDesingPad Application in a plugin
|
| (...) If you reference it the main plugin file then you'll get an error but if you reference it in a separate .pas file and then include that .pas file in the Uses statement of you main plugin file then it should work fine. I have no idea why it (...) (22 years ago, 8-Jan-03, to lugnet.cad)
| |