Compiling to VLX

Started by mr nick, February 23, 2009, 06:43:21 AM

Previous topic - Next topic

mr nick

Can somebody tell me if there are any special steps I need to take when trying to compile an odcl file into a vlx? Whenever I try it I always get a bad character read (octal): 3 error when the odcl file is being analyzed during the build.

I've never tried compiling an odcl into a vlx before so please excuse me if I've missed something fundamental.



owenwengerd

Have you looked at the DistSample*.* files in the "OpenDCL Studio\ENU\Samples" folder? Try opening your .odcl file, then Save As and type in a file extension .odcl.lsp to save it as a .lsp file. This saves it in encoded text format instead of the defaul binary format, and should make it easier to work with, including making it possible to embed it directly into your existing .lsp files as data.

BazzaCAD

Also have a look at the tutorial.
http://www.opendcl.com/forum/index.php?topic=501.0
It's covered in the Advanced topics.
a.k.a.
Barry Ralphs
barryDOTralphsATgmailDOTcom

mr nick

Just the job - thanks chaps. Easy when you know how  :)