FrenchTroll Posted August 11, 2007 Posted August 11, 2007 Hello, Do you know how to call a dll with this c++ code ? BOOL APIENTRY DllMain( HANDLE hModule, DWORD ul_reason_for_call, LPVOID lpReserved ) { return TRUE; } double APIENTRY fonction(void) { ...code... return 0; } DLLCall("mydll.dll","int","fonction","...) something like that ? (I really dont know ) Thanks
L3G3NdKillEr Posted August 11, 2007 Posted August 11, 2007 This is not a C++ support forum here u only find about autoit scripts help??? i'm very responsible, when ever something goes wrong they always say I'm responsible.Life is like an Adventure... BUT COOL GRAPHICS<====================----=LEGEND KILLER=----=========================>
Developers Jos Posted August 11, 2007 Developers Posted August 11, 2007 DLLCall("mydll.dll","int","fonction","...) something like that ? (I really dont know )This is not a C++ support forum here u only find about autoit scripts help??? Point being ? SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Moderators SmOke_N Posted August 11, 2007 Moderators Posted August 11, 2007 http://www.autoitscript.com/forum/index.php?showtopic=7072 Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
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