Thanks for your reply.
Do you meant to say just a system testing is suffice? Doesn't it cause any
critical issues if the warnings are not eliminated?
Thanks in Advance

Signature
ChitraCK
> >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,
[quoted text clipped - 8 lines]
>
> Dave
David Lowndes - 28 Feb 2008 08:02 GMT
>Do you meant to say just a system testing is suffice?
Yes - and note that you always have to test it on a OS to be sure.
>Doesn't it cause any
>critical issues if the warnings are not eliminated?
Warnings such as what?
... if your tests on your program prove that it works correctly on an
OS, then ... it works!
Dave
David Wilkinson - 28 Feb 2008 12:51 GMT
> Thanks for your reply.
>
> Do you meant to say just a system testing is suffice? Doesn't it cause any
> critical issues if the warnings are not eliminated?
ChittraCK:
64-bit warnings indicate that there will be problems compiling a 64-bit
executable, not running a 32-bit executable on a 64-bit OS.
The vast majority of 32-bit applications will run correctly on 64-bit OS.

Signature
David Wilkinson
Visual C++ MVP