PlugIn Development Kit (PDK)

The PDK is freely available on our Downloads page.

Watch our video tutorial on the PDK!

The GoLogic™ PlugIn Development Kit allows our customers to create custom windows that work inside the GoLogic™ software. The PDK provides Microsoft® Visual Studio 2005 example projects, header files, and example source code.

While creating custom GoLogic™ Plug-Ins is easy, limited technical support is available because the PDK is free. Experience with C/C++ and basic programming techniques such as pointers and structures is required. No Windows® programming knowledge is required unless creating a Graphical PlugIn.
 
Text Plug-Ins (Disassemblers)

These are the easiest Plug-Ins to create. The main program passes a pointer to a character array. The PlugIn function simply copies the text to be displayed into this text buffer. The main program handles painting the text, scrolling, and other Windows® related chores.
 
Graphical Plug-Ins (Bar graphs, charts, etc.)

These Plug-Ins requires Windows® programming knowledge. The PlugIn function is a standard Windows® API window function with an extra parameter that contains data from the main GoLogic program.
 

Home