NicePerson Posted September 9, 2010 Posted September 9, 2010 How to convert autoit smtp script to c++? which should also supports attachments...
Tvern Posted September 9, 2010 Posted September 9, 2010 1. Learn AutoIt 2. Learn C++ 3. Read and understand AutoIt script 4. Write C++ code to copy the behavior of the AutoIt script 5. Make sure it supports attachments In short: If you want to write C++ this forum isn't the most logical place to start. If you can explain why you want this in C++, you might find that you can do what you want in AutoIt.
Zeeshaan Posted September 10, 2010 Posted September 10, 2010 Maybe you can use AutoItX DLL to use standard AutoIt Functions in c++ but if you are trying to convert a AutoIt Script UDF to c++ then you should try some c++ forum and ask there what you want to do instead of converting the script.
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