Page 1 of 1

Can Swordfish call and External C++ Module

Posted: Fri Apr 05, 2013 9:51 pm
by TonyR
Good Morning,

I have several modules that I wrote in the past, mostly Windows DLLs, that I would like to call from Swordfish.

Is there a way?

Thanks Guys!

Posted: Sat Apr 06, 2013 7:13 am
by David Barker
No, you cannot do that.

Posted: Sat Apr 06, 2013 10:40 am
by Jerry Messina
Couldn't you develop a program and use the Plug-In API to interface to the DLL via the program, or do I misunderstand how all that works?

I've never done much except glance at the plug in docs.