Intosia Posted June 2, 2009 Posted June 2, 2009 (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 June 2, 2009 by Intosia Change my avatar! ^^
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now