NicePerson 1 Posted September 9, 2010 How to convert autoit smtp script to c++? which should also supports attachments... Share this post Link to post Share on other sites
Tvern 11 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. Share this post Link to post Share on other sites
Zeeshaan 0 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. Share this post Link to post Share on other sites