| | Re: Problem with PluginWheelGenerator 1.1
|
|
(...) I use Delphi and do it this way: ExtractFilePath(Appl...n.ExeName) This will return the path LDDesignPad is installed in as a string. All you have to do is tack '\plugins' on the end to get the plugin directory. Also note that version 1.2 and (...) (22 years ago, 9-Dec-02, to lugnet.cad)
|
|
| | 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)
|