Trace Systems Inc

Changing Your Layout and Regenerating Code

What if I want to change to my project and regenerate code?
Regenerating code to change your project
Another alternative: copying project files to a new directory
Example 1: Enhancing an existing project
Opening our existing project in TCPmaker from MRU file list
Opening our existing project in TCPmaker from File | Open Project
Opening an existing project will take you to the "Select Compilers" page
Message box with option to save existing file MainDemo.c
Message box with option to save existing file HardwareProfile.h
Message box with option to save existing file TCPIPConfig.h
Click Design Your Web Page... to enter the Visual Page Designer
Add more variables
Copy and Paste variables to save time
Paste Btn2 to the grid to duplicate it
This duplicates our variable, but we need to edit it to change name etc.
Edit the variable's name and comment
Once we have made our quick edits, click Ok
In a similar fashion, duplicate variable D4 and edit it to make D5
Now change to "Step 2" tab page to add new controls
Copy an existing Ld to clipboard
Paste the control from the clipboard
Drag new pasted control to correct position
Associate the new variable with this new control
Fix Pb button labels
Use Copy / Paste operations to duplicate an existing Pb control
Save our layout & regenerate code
An introduction to Beyond Compare 3
Compare the old file to the new one
Side by side comparison of two files in Beyond Compare 3
Copying a code snippet from one side (file) to the other
Some differences are to be expected
Multi-line code snippets can be copied with a single click
Copying a multi-line snippet.
Delete a comment by copying an empty line
Copying the"empty line" deletes the line on the right side
Copying parts of a snippet
After copying parts of a snippet
The last difference
Save the updated file and exit