Jump to content
LordJashin

ExecProg.dll, Open a program with SCAR Divi

Recommended Posts

Explain what this does please, if it does what I think, I REALLY want it.

 

Its just a library made in Embarcaderos XE-XE3 Delphi program for SCAR Divi. The library has functions to run programs by path, and it uses shell api I think.

 

With libraries, you can load them in SCAR then have extra functionality. For instance if you include OSI, and do {$DEFINE BASS} at the top of your script. Then in your main code you can do:

 

[scar]

SetupOSI;

Lib_Bass_PlaySound(PathToMp3file.mp3)

wait(5000);

Lib_Bass_StopSound;

[/scar]

 

Of course the libraries you make must be setup for SCAR Divi in mind, in order for them to work...

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
  • Create New...