Hi guys, I am using Scrolli's Library to send email attachments and it works perfectly on windows xp, but on windows 2003 I get an error I traced it to the encoding function but I have no idea how to fix it, can someone please help.
event viewer logs the following:
Faulting application AutoIt3.exe, version 3.3.4.0, faulting module unknown, version 0.0.0.0, fault address 0x01d7f648.
I think this is the offending code, its making a windows call in xp that work but in windows 2003 doesn't like it.
DllCall("user32.dll", "none", "CallWindowProc", "ptr", DllStructGetPtr($CodeBuffer), _
"ptr", DllStructGetPtr($Input), _
"int", BinaryLen($data), _
"ptr", DllStructGetPtr($Ouput), _
"uint", $LineBreak)
Return DllStructGetData($Ouput, 1)