I am using Visual C++ Express Edition. And I have the following queries in it..
1) Can I distribute the executable that I got from VC++ express edition for commercial purpose? 2) How to get a common executable for 32 bit and 64 bit architecture using Visual C++ express edition?
And my another doubt is.. Using "Mingw" how to generate a common executable for 32 bit and 64 bit architecture.
thanks.