Rex Posted January 15, 2011 Posted January 15, 2011 Hi and happy New yearI found this tropic But when i try to run the code in SciTE the errorF:\AutoIT3 Scripts\sqltest.au3 (27) : ==> Only Object-type variables allowed in a "With" statement.: With $oFlash With ^ ERRORShows I'w tested the script by just compiling it, and it runs fine ?I use the latest SciTE 28/02-2010, and also i have downloaded the latest beta files and the beta wrapper (2.0.1.34)Can any one throw me a hint on why i get the error?Regards/Rex
AdmiralAlkex Posted January 15, 2011 Posted January 15, 2011 Did you run as x64 and compile as x86? Add: #AutoIt3Wrapper_UseX64=n To the top of your script. .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface
Rex Posted January 16, 2011 Author Posted January 16, 2011 Thx That works But why does it work in x86 and not in x64? Regards /Rex
AdmiralAlkex Posted January 16, 2011 Posted January 16, 2011 Because you don't have any X64 Flash installed. I found this link for a developer preview, but I don't know how good it works. I would probably stay with x86 Flash for now. .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface
Rex Posted January 16, 2011 Author Posted January 16, 2011 Because you don't have any X64 Flash installed. I found this link for a developer preview, but I don't know how good it works. I would probably stay with x86 Flash for now.Ahh Y i think U'r right, ill stay with the x86 ed.ThxRegards/Rex
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