Jump to content

Recommended Posts

Posted (edited)

Im using a older version of the dll (not the unicode version).

I want to run my program 'G:\Live\Vst\ABL2.exe'.

I use:

long x = AU3_Run("G:\Live\Vst\ABL2.exe", "", 1);

x is always 0. I also tried setting the Working dir to 'G:\Live\Vst', and only 'ABL2.exe' in the run field.

Any info?

EDIT: Stupid me!! Have to use double slashes in the path....

long x = AU3_Run("G:\\Live\\Vst\\ABL2.exe", "", 1);

Edited by Intosia

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...