Lawrence,
thanks for a nice tool in CGCC

i ran the example and found

i needed to create a directory ~/GCode2 and then needed to put the
CGCC directory in there
under my Ubuntu, the cgcc.err file wasn't able to be rm'd but that may
be local permissions on my system

I understand your code better as i use it more
so i began to modify the suppled example

i believe the    --   and    -=     operators are a problem

 i made a loop the ran backwards (right to left)
 with   for ( ndx=initial; index>=0; index--) {
  and always got errors on the index--

 then to work around this, i left it as index++
  but reduced it by 2 to get the -1 desired
  to do this, i tried   index -= 2
  and got more errors

heres a screenshot and the code
  http://imagebin.ca/view/k-XN6b2C.html
  http://pastebin.ca/1858633

thx again
 tom3p

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Emc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to