PantZ4 Posted September 3, 2007 Posted September 3, 2007 So I'm very new to Dll calls. Right now I'm reading the dllcall function in the help file but this is very confusing. See I'm using this program, called Resource Builder, and if I add string to my dll, how do I then call it from the dll? Screenshot; So what shall I write to get what I want? For example I want line 3 then what am I suppose to write in dllcall? DllCall ( "MyDLL", "str", *What shall I write here?* )
PantZ4 Posted September 4, 2007 Author Posted September 4, 2007 I'm not the only one who is confused about this?
Zedna Posted September 4, 2007 Posted September 4, 2007 Look at my post about resources and follow MSDN link to resource reference.For loading strings from DLL will be usefull these API functions: LoadLibrary, LoadString Resources UDF ResourcesEx UDF AutoIt Forum Search
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