Announcement

Collapse
No announcement yet.

Converting EFS files to dll

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Converting EFS files to dll

    I am wondering if anyone knows how to convert EFS files into dll's. I have my favorite EFS files I want to put into an automated trading system but it requires converting the EFS files to callable dll files. Where do I start?

  • #2
    I'm confused. Why does your EFS code need to be translated to either VB or C++ so it can be called from a DLL? Because any code that you translate cannot include any actual calls from the EFS Function Library.

    It sounds more like you want to modularize your code so that it's easier to interface with. If so, then you'd want to take that EFS code and put it into an efsLib library and include it into your main EFS with an addLibrary() call. There's no need to produce a DLL in this case.

    Comment

    Working...
    X