JohnOne Posted March 8, 2016 Share Posted March 8, 2016 In visual studio configuration manager CPU option, there can be any, x64, or x86. Is this really about the CPU, or about the bitness of the OS the project will be deployed on? AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Link to comment Share on other sites More sharing options...
RTFC Posted March 10, 2016 Share Posted March 10, 2016 It can be both. This is a very confusing part of the VS interface. I found this blog helpful. JohnOne 1 My Contributions and Wrappers Spoiler BitMaskSudokuSolver BuildPartitionTable CodeCrypter CodeScanner DigitalDisplay Eigen4AutoIt FAT Suite HighMem MetaCodeFileLibrary OSgrid Pool RdRand SecondDesktop SimulatedAnnealing Xbase I/O Link to comment Share on other sites More sharing options...
JohnOne Posted March 10, 2016 Author Share Posted March 10, 2016 Thanks, still does not clear it up though. It does seem that VS assumes a 64 bit CPU will have above it an 64 bit OS. At least I'll have to work under that assumption of its assumption. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Link to comment Share on other sites More sharing options...
spudw2k Posted March 10, 2016 Share Posted March 10, 2016 Besides the OS kernel magic, is there anything intrinsically different between running a 32-bit app on a 64-bit OS vs. running a 32-bit app on a 32-bit OS? Spoiler Things I've Made: Always On Top Tool ◊ AU History ◊ Deck of Cards ◊ HideIt ◊ ICU ◊ Icon Freezer ◊ Ipod Ejector ◊ Junos Configuration Explorer ◊ Link Downloader ◊ MD5 Folder Enumerator ◊ PassGen ◊ Ping Tool ◊ Quick NIC ◊ Read OCR ◊ RemoteIT ◊ SchTasksGui ◊ SpyCam ◊ System Scan Report Tool ◊ System UpTime ◊ Transparency Machine ◊ VMWare ESX Builder Misc Code Snippets: ADODB Example ◊ CheckHover ◊ Detect SafeMode ◊ DynEnumArray ◊ GetNetStatData ◊ HashArray ◊ IsBetweenDates ◊ Local Admins ◊ Make Choice ◊ Recursive File List ◊ Remove Sizebox Style ◊ Retrieve PNPDeviceID ◊ Retrieve SysListView32 Contents ◊ Set IE Homepage ◊ Tickle Expired Password ◊ Transpose Array Projects: Drive Space Usage GUI ◊ LEDkIT ◊ Plasma_kIt ◊ Scan Engine Builder ◊ SpeeDBurner ◊ SubnetCalc Cool Stuff: AutoItObject UDF ◊ Extract Icon From Proc ◊ GuiCtrlFontRotate ◊ Hex Edit Funcs ◊ Run binary ◊ Service_UDF Link to comment Share on other sites More sharing options...
JohnOne Posted March 11, 2016 Author Share Posted March 11, 2016 I don't believe so. The reason I ask this is mainly just a matter of trying to clear it up because it was a little brain blip when I thought about changing the way I compiled a C# project. I'm using SQLite (System.Data) and you need to use either the 32 or 64 bit versions. I did not want to make two versions of the binary, so decided to use just the 32 which should run on both. It was then it occurred to me I want it to run on both 32 and 64 bit OSes and 32 and 64 bit CPUs. Then the confusion set in. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Link to comment Share on other sites More sharing options...
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