Click here to Skip to main content
15,892,697 members

Comments by ryan20fun (Top 31 by date)

ryan20fun 22-Oct-11 1:45am View    
@Albert
Thanks :-)
ryan20fun 22-Oct-11 1:42am View    
@Albert
Thanks :-)
ryan20fun 8-Sep-11 11:37am View    
---
Also, you may please try building the application in 64 bit configuration on x64 machine, and with this binaries please run on the x86 machine.
i expect you will get a linking error!
---
Windows Will ONLY say that it is not a valid win32 application.

===

what i want is clarification on what ive read about issues porting x86 code to x64.
and from what i can tell i do not need to test the x86 version if i am building and testing the x64 version, because the main reasons of problems arise because of buffer overflows etc.

can anybody confirm this ?
ryan20fun 8-Sep-11 11:35am View    
Deleted
what i want is clarification on what ive read about issues porting x86 code to x64.
and from what i can tell i do not need to test the x86 version if i am building and testing the x64 version, because the main reasons of problems arise because of buffer overflows etc.

can anybody confirm this ?
ryan20fun 8-Sep-11 8:46am View    
Good Advice, but is it easier just to develop and test a x64 build and then do x86 checks ?

because i want to weed out any possible overflows etc from the pointer size differences etc