slicedlime

465
reputation
67 views

Registered User

name slicedlime
member for 1 year
seen Oct 26 at 8:59
website
location SE
age
Sep
17
awarded  Yearling
Sep
7
comment Trying to run 64-bit tests on 32-bit windows
Sounds like I was looking for. Only weirdness I can find with this is that running cygwin seems to overwrite the value with x86.
Sep
7
answered Trying to run 64-bit tests on 32-bit windows
Sep
7
comment Trying to run 64-bit tests on 32-bit windows
Sorry that was a bit unclear, that should have said having it run on 32-bit XP.
Sep
7
comment Trying to run 64-bit tests on 32-bit windows
The size of a pointer reflects the settings of the build (just like the cmake generator, like someone else suggested), not the properties of the build machine.
Sep
7
comment Trying to run 64-bit tests on 32-bit windows
Well, there are other good reasons for having the build run on XP. Preferably would do both, but if I have to choose I'll have to go with the 32-bit box. And I do have to choose at the moment, sadly.
Sep
7
revised Trying to run 64-bit tests on 32-bit windows
added 291 characters in body
Sep
7
comment Trying to run 64-bit tests on 32-bit windows
The CMake generator is 64 bit since we're compiling a 64 bit exe... so that doesn't really help. This is a cross-compile running on a 32-bit box.
Sep
7
asked Trying to run 64-bit tests on 32-bit windows
Aug
27
comment Checking if a registry key exists
Well, this is not so much a case of premature optimization as of not wanting to add that kind of complexity to the code.
Aug
27
revised Checking if a registry key exists
added 275 characters in body
Aug
27
revised Checking if a registry key exists
added 280 characters in body
Aug
27
revised Checking if a registry key exists
added 452 characters in body; added 12 characters in body
Aug
27
asked Checking if a registry key exists
Aug
27
answered Delete a registry key recursively
Aug
14
comment VC++ resources in a static library
I've actually done your option 2, and it's not all that hard. You need to build a parser for the .res file format as well, which is well documented and not too terrible.
Jul
3
awarded  Popular Question