B
Berryl Hesh
Hopefully not too off-topic but I'm looking for tips on how to maintain
visual studio development projects between x86 and x64 machines.
I just got a notebook with Vista "ultima" as the O/S, and tests that run
fine on my x86 machine are breaking, so far due to SQLite and SQLCe x86
dlls. I was able to get the SQLCe issues to go away in two projects by
changing the target platfor from 'Any' to x86, but not sure if the best
answer is to change every project in my solution the same way. It also
doesn't seem to have fixed my SQLite problem either.
I need to be able to switch off between both machines without hassling
everytime.
Any suggestions on how best to do so?
Thanks,
BH
visual studio development projects between x86 and x64 machines.
I just got a notebook with Vista "ultima" as the O/S, and tests that run
fine on my x86 machine are breaking, so far due to SQLite and SQLCe x86
dlls. I was able to get the SQLCe issues to go away in two projects by
changing the target platfor from 'Any' to x86, but not sure if the best
answer is to change every project in my solution the same way. It also
doesn't seem to have fixed my SQLite problem either.
I need to be able to switch off between both machines without hassling
everytime.
Any suggestions on how best to do so?
Thanks,
BH