Page 1 of 1

error with c++ routine in the transformer

Posted: Wed Mar 14, 2007 9:13 am
by kirankota79
i have written a C++ routine and it is compiling without any errors in Visual Studio. But when iam using it in the transformer and compiling the job it is giving compilation error. Can anybody tell the possible reasons!


thanks in advance.

Posted: Wed Mar 14, 2007 9:14 am
by DSguru2B
What is the error you are getting? Make sure there is no main() function in the C function. Compile it with options provided in APT_COPILEROPT environment variable.