I wish I could help you there, but I've never tried it. And, my experience with C is very slight. This may seem a bit off topic, but please bear with me. Around 1987 I started learning C. This was at the time that versions of BASIC began shipping with their OWN optimizing compilers. So I would go through the C book and say to myself, chapter after chapter, "Heck, I can do this in BASIC with out all the clumsy syntax, debug it quicker, compile it and get the same speed advantage (or close to it)...why learn C?" Now, BASIC has become a structured language with most of the conveniences of C. In my opinion (I could be totally off here), C is a dinosaur that doesn't know its dead yet. If I REALLY want speed, why not go from something like Visual BASIC, sidestep C, and go straight to Assembly? True, the difficulties in Assembly are monumental compared to C, but C as a speed advantage over BASIC just doesn't seem to hold weight anymore. Years ago, I worked for a company where one of the programmers there suggested building their product's software in Visual Basic, first, debug that with the quickness it affords, THEN port it over to C, to save the majority of debugging time spent that would have been spent in C. The port-over would entail its OWN degugging, but the idea was that if the end result MUST be in C, cut the development time down by working out a lot of the structural and logical problems in Visual Basic, so that I better understanding of the workings of the program are understood BEFORE going to C. They rejected his solution.
Was he right, or was he wrong? I don't know. The problem I find is that so much of the professional programming world is built around C, and at SOME point, I'll probably just have to dig in and do it. I use ProE a lot, and as I get into more and more of these elaborate problems, I may have no choice in the matter. But I still try to look for simple alternatives like ProE Program Tool, so that I can avoid C. But that tool is so limited (lack of branching and looping, for instance) that I can't use a lot of the standard practices I'm so familiar with. I hope that PTC will put a lot more functionality in the Program Tool and relations.
treddie