Page 1 of 1

User define stages

Posted: Wed Nov 14, 2007 10:32 pm
by murari83
Hi

I am planing to implemented in user define stages(custom,build,wrapped). could you please give me the c++ code information or any setp to follows.


Tahanks

Posted: Wed Nov 14, 2007 11:19 pm
by abc123
Do a search in this forum. There is a lot of discussion on it.

One tip: for your underlying C++ code, you cannot have a main(), it has to be a function only.

Re: User define stages

Posted: Thu Nov 15, 2007 4:58 am
by ray.wurlod
murari83 wrote:I am planing to implemented in user define stages(custom,build,wrapped).
Why?
What specifically do you want to do that the myriad stages supplied with the product can't do?
Are you even aware of how the three user-defined stage types differ from each other?