DLLs and Reusable Code: Divide and Simplify

By Jeffrey Slarve

Posted April 29 2005

Summary: DLLs are a fantastic way to split up large applications, but in some situations you can still run into problems with duplicate symbols if you try to create a generic data DLL with exported global variables, using the AppGen. The solution? A hand-coded generic DLL. As Jeff Slarve shows, this is a lot easier than you might think.

Please log on to read this subscriber-only article. If you do not have a subscription you can purchase one in the ClarionMag store.

Clarion Roadmap

Try the roadmap (beta)

Search ClarionMag

 

Advanced search

From the archives

Clarion# And The Google Calendar API

12/17/2007 12:00:00 AM

Randy Rogers shows how to use the Google Calendar API to add public and private calendars to your Clarion# applications.