To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.cadOpen lugnet.cad in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 CAD / 14156
  Writing an LDDP plugin
 
I'm in the process of writing a plugin for LDraw Design Pad. Problem is, I can't get the darn thing to work in the program. When I compile the .dll and move it to the Plugins directory for LDDP, and open the program, the menu entry for my plugin (...) (18 years ago, 28-Oct-06, to lugnet.cad)
 
  Re: Writing an LDDP plugin
 
Please disregard the previous message. I was able to compile and use the plugin by creating a .def file, and using this syntax: extern "C" void __declspec(dllexport) WINAPI Plugin_Info(unsigned char CaseID, char *buffer, unsigned char maxlength) (...) (18 years ago, 28-Oct-06, to lugnet.cad)
 
  Re: Writing an LDDP plugin
 
(...) Hmm, interesting. Thanks for the information. LDDP is developed using Delphi and we've had problems in the past with our C++ sample code. Having not programed in C++ in quite a long time (10+ years), my skill with C++ is not very well (...) (18 years ago, 29-Oct-06, to lugnet.cad)
 
  Re: Writing an LDDP plugin
 
(...) hi lee, good to hear that you've dived into plug-in coding for LDDP! does it mean that we also see your excellent "Edger" ported from java to a LDDP plug-in? You know that I've been looking forward to see this happening for years. PLUK, w. (18 years ago, 29-Oct-06, to lugnet.cad)
 
  Re: Writing an LDDP plugin
 
(...) Yes, it will mean that. The plugin I'm working on is called Fasterparts and will cover a lot of different options. One of them will be the ability to add edge lines via a simple meta command. Other meta commands are in the works or already (...) (18 years ago, 29-Oct-06, to lugnet.cad)
 
  Re: Writing an LDDP plugin
 
(...) Please consider adding the program name before your meta-commands as suggested by the LDraw 1.0.0 draft standard - see the very end of (URL) (18 years ago, 29-Oct-06, to lugnet.cad)
 
  Re: Writing an LDDP plugin
 
(...) to precede it with something shorter like FP or FPARTS though. (18 years ago, 29-Oct-06, to lugnet.cad)

©2005 LUGNET. All rights reserved. - hosted by steinbruch.info GbR