Page 1 of 1

Transformer C source file

Posted: Wed Apr 25, 2012 10:34 am
by mrvsr
Could you please tell me Is there any way to see the C COMPLETE source code file which implemetes the runLocally function etc., created for a transformer stage of any job in project folder.
How to retain that C file.
I could see only .trx and .o files.

Thanks.

Posted: Wed Apr 25, 2012 5:24 pm
by ray.wurlod
For starters, it's C++, not C. You will potentially see lots of classes mentioned that are not part of standard C. The C++ source code is retained within the project directory, in a sub-directory called RT_SCnnn (RT = runtime, SC = source code, nnn = the job number from DS_JOBS).