Xref: news-dnh.mv.net comp.os.msdos.djgpp:3946 Path: news-dnh.mv.net!mv!news.sprintlink.net!what.whytel.com!primus.ansouth.net!news.cais.net!ringer.cs.utsa.edu!swrinde!howland.reston.ans.net!quagga.ru.ac.za!ucthpx!news From: "F.M. Albrecht" Newsgroups: comp.os.msdos.djgpp Subject: Newbie question: What's a DXE? Date: 19 Dec 1995 09:19:18 GMT Organization: University of Cape Town Lines: 18 Message-ID: <4b602m$dmr@ucthpx.uct.ac.za> NNTP-Posting-Host: pdl4.ee.uct.ac.za To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp What's a DXE? Is it something like overlays? You see my problem is this. I'm writing a CAD/CAM package that will work for various CNC machines. The CAD packages for all the machines is the same (just drawing circles and stuff), but the CAM side will be different for each machine. What I would like to do is (when the package is finished) supply the customer with the CAD side of the program and a CAM side that's specific to his machine. If the customer then gets a new machine (or upgrades the old one) I simply supply the CAM side for the new machine. Ideally I would like to have the CAD side as the main executable and the CAM side as a 'library' or 'overlay' that the main one executes (no matter what CAM version it is). And I dont'mean shelling out and running the CAM program as a separate program. Did I make myself clear enough? Any help will be appreciated. Fred