marko29 0 Posted January 6, 2011 (edited) I am currently on x64 vista and whenever i run script opened with Scite it runs it as 64bit app which gives me some compatability issues, how can i make it run as x86? Btw i already tried scite config but there is no option for this or i am blind Edited January 6, 2011 by marko29 Share this post Link to post Share on other sites
UEZ 1,273 Posted January 6, 2011 As far as I know there is only a 32-bit version available for SciTE! But if you mean to start an au3 code as 32-bit only from SciTE you have to change some registry keys (AutoIt3_x64.exe -> AutoIt3.exe). The fastest way is probably to reinstall AutoIt and answering no to "You are running a 64-bit OS. Use native x64 tools where possible?" You can also use the switch #AutoIt3Wrapper_UseX64=n in you codes but full version of SciTE must be installed! Br, UEZ Please don't send me any personal message and ask for support! I will not reply! Selection of finest graphical examples at Codepen.io The own fart smells best! ✌Her 'sikim hıyar' diyene bir avuç tuz alıp koşma!¯\_(ツ)_/¯ ٩(●̮̮̃•̃)۶ ٩(-̮̮̃-̃)۶ૐ Share this post Link to post Share on other sites
AdmiralAlkex 125 Posted January 6, 2011 UEZ is right, answer no to x64 tools or set it manually in every script. Note that the tools question just inverts things, you will then do #AutoIt3Wrapper_UseX64=y to run x64 code. .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 Share this post Link to post Share on other sites