Visit Gigasoft's Web Site
ProEssentials v6 Help

Chapter 5: DLL Example Code

 

The DLL interface is implemented within our primary demo "PEDemo.exe"' accessed from...

 

Start / All Programs / ProEssentials v6 / PEDemo

 

The VC6 source code project for this demo is accessed via...

 

Start / All Programs / ProEssentials v6 / VC6 Example  Project

 

Within the example project, "PEView.CPP" contains all the ProEssentials related code.  You can search for example numbers like "030" to find a specific example.  This project is also a good starting point as it lets you try out new features before implementing in your actual project.

 

The header file  "PEView.H" contains a variable..

 

HWND m_hPE;

 

This variable stores the Window handle returned from PEcreate.  If you don't see PEcreate being called within an example, look for a function like CreateSimpleGraph, or CreateSimpleSGraph near the top of the example.  These functions are calling PEcreate for you.  Be sure to study examples 000, 100, 200, 300, and 400 first.  

 

Before checking out the example project, you may want to try one our Win32 Walk-Through.

For help finding DLL features, use the Contents Tab at the top-left location within this help system, near the bottom, click Reference, and then Alphabetic Listing.