Lesson 1 -- The Basics


How do DCAL and DataCAD work together?

As .html in the previous section, DCAL macros are compiled and linked into code that can be understood by DataCAD. All your DCAL macros will be written in a text format (the source code) that you as the programmer will come to understand. However, DataCAD doesn't understand the source code that you write. In order for this source code to be understood by DataCAD you must translate it into the instructions that DataCAD will be more familiar with.

First, you write out your source code in a text editor. The source code will consist of plain text files.

Next, you compile and link any optional modules to create the compiled macro.

This compiled macro can be understood by DataCAD. Simply go into the Toolbox menu in DataCAD and find the location where your newly compiled macro is stored and select it. If all is well your new macro should run.

Now if you were to open up and look at the code that DataCAD understands (the DCX file), you would not see much that made sense to you. This is due to the compilation process. When you compile the macro, it eliminates all the unnecessary info from your source code then converts the source into binary code that can quickly be processed by the program.

< Previous   |   Continue >

Table of Contents



Thank you for printing this page. Please feel free to contact us for further assistance. You can call our sales department at +1 (800) 394-2231, Monday through Friday from 8:00 a.m. to 5:00 p.m. Eastern time or send an e-mail message to info@datacad.com.