02-04-2009 03:09 PM
02-04-2009 03:25 PM
The only viewable code is the source code. The source is compiled into an object code file and that is loaded into the CIN.
Without the source code, you have nothing to recompile for the windows platform so you will have to recreate the functionality. You would be better off creating a dll and using the Call Library Function Node.
02-05-2009 06:47 AM
Unfortunately, I had come to that conclusion but hoped I was wrong. Thanks for your response.