cannedtuna@lemmy.world to Microblog Memes@lemmy.worldEnglish · 2 days agoWho still uses 64-bit? I only use x86imagemessage-square42linkfedilinkarrow-up1564arrow-down14
arrow-up1560arrow-down1imageWho still uses 64-bit? I only use x86cannedtuna@lemmy.world to Microblog Memes@lemmy.worldEnglish · 2 days agomessage-square42linkfedilink
minus-squarerektstarsceosu@lemmy.ziplinkfedilinkEnglisharrow-up34·2 days agowhy the fuck system32 is 64bits and syswow64 is 32bits, i hate microsoft
minus-squaremossberg590@lemmy.worldlinkfedilinkEnglisharrow-up7·1 day agoToo many hard coded absolute references to fix now.
minus-squareZILtoid1991@lemmy.worldlinkfedilinkEnglisharrow-up8·1 day agoBecause 16 bit reasons. Also a lot of Windows API is called Win32 regardless of the used bits, as it was the API created for Windows 95 and NT 4.0 originally, with some things added onto it later, and even some kind of deprecated parts
why the fuck system32 is 64bits and syswow64 is 32bits, i hate microsoft
Too many hard coded absolute references to fix now.
Because 16 bit reasons. Also a lot of Windows API is called
Win32regardless of the used bits, as it was the API created for Windows 95 and NT 4.0 originally, with some things added onto it later, and even some kind of deprecated parts