dx182 Posted December 27, 2007 Posted December 27, 2007 I am trying to use autoit3 in my project visual C++ 6.0. What I am trying to do is opening a DLL that I created. I wish to call this dll after i press the ok button. Is there a way to do that? I included im my project the autoit3.h and the autoitx3.lib also. My Dll is function x = x(a) x = 2 * a; my c++ code is: void CAbrirDllDlg::OnOK() { long X; // TODO: Add extra validation here X = AU3_????("função.dll") //I want to include my dll here CDialog::OnOK(); } Also on autoit3 we have the OpenDll DllCall but i did not found on autoit3.h? Do yall have another autoit.h that this functions are included or I have the last .h available.
James Posted December 27, 2007 Posted December 27, 2007 Yes there is. Look at: DllOpen & DllCall. Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ
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