C
ChitraCK
Hi all,
We are in the process of making the code to be compatible for 64 Bit windows
OS. We have dlls/exes are built on Smalltalk and Vc++ ( versions 6.0, 2002,
2003). Is it enough to do a system test on 64 Bit OS? or is it required to
build the code to detect the portability issues for 64 Bit processor, fix all
of them and test? I tried in VS 2002 with the option "Detect 64 bit
portablity issues" set in the solution properties. I could see some warnings
with respect to data type casting and corrected them. Is it ideal to fix up
those warnings or we can go ahead for release if the system testing goes
through fine?
Suggestions please.
Thanks in Advance
We are in the process of making the code to be compatible for 64 Bit windows
OS. We have dlls/exes are built on Smalltalk and Vc++ ( versions 6.0, 2002,
2003). Is it enough to do a system test on 64 Bit OS? or is it required to
build the code to detect the portability issues for 64 Bit processor, fix all
of them and test? I tried in VS 2002 with the option "Detect 64 bit
portablity issues" set in the solution properties. I could see some warnings
with respect to data type casting and corrected them. Is it ideal to fix up
those warnings or we can go ahead for release if the system testing goes
through fine?
Suggestions please.
Thanks in Advance