beiqi Posted December 5, 2005 Posted December 5, 2005 Hello there! I want to use AutoIt to embeded into my application. In order to do that, I have used the AutoIt3.h given in the distribution. Most of the functions do their works correctly, but I can not use the function AU3_RegDelete("keystring", "valuestring") I have also got the link error if I use the example given, only added in the WinMain function the following row: AU3_RegDelete("HKEY_CURRENT_USER\Software\Somestring", ""); I got the error: main error LNK2019: unresolved external symbol _AU3_RegDelete@8 referenced in function _WinMain@16 Thanks for your help in advance! Boostpy
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