Calling DLLs

edited 11:37PM in FastScript
Hi

Just a quick question:

Is it possible to call functions located in .DLL files from a FastScript?

In need that because I'm going to create a script that extracts files from a RAR archive by using functions located in a DLL file (UNRAR.DLL from rarlabs.com).

Cheers
Spiril

Comments

  • edited 11:37PM
    No, you can't do this directly. You can add a function to the script and implement the dll call in your program.
  • edited 11:37PM
    AlexTZ wrote:
    No, you can't do this directly. You can add a function to the script and implement the dll call in your program.
    Any chance for a direct DLL call functionality in a future release? Would love that!

  • edited 11:37PM
    No chance at all - it will require total redesign of the engine.
  • edited 11:37PM
    AlexTZ wrote: »
    No chance at all - it will require total redesign of the engine.

    Hi, Alex!

    Sorry for asking that again, but since this answer has been posted 6 years ago, I have a small hope: is not possible yet to call a DLL directly from a script?

    Thanks!
  • edited 11:37PM
    AlexTZ wrote: »
    No chance at all - it will require total redesign of the engine.

    I also think so.



    __________________
    Watch Let Me In Online Free
  • Spiril wrote: »
    Hi

    Just a quick question:

    Is it possible to call functions located in .DLL files from a FastScript?

    In need that because I'm going to create a script that extracts files from a RAR archive by using functions located in a DLL file (UNRAR.DLL from rarlabs.com).

    Cheers
    Spiril


    I think it is possible to call functions located in .DLL files from a FastScript.

Leave a Comment