Hello all,
I have a working win32 console c++ application. I developed the application in a machine(XP Professional) which had an installed copy of visual studio .NET 2003.
now my question is this? Is there a way in which I can statically load all the required libaries into the executable while building it itself, such that i can just grab the executable and run it in another machine(windows XP Professional, but does not have visual Studio .NET 2003 installed)??
Or does every system that executes the c++ application, needs to have a copy of VS.NET 2003 installed?
Or is there any other alternative?
Kindly help me out. It's kinda urgent.
kingsree
I have a working win32 console c++ application. I developed the application in a machine(XP Professional) which had an installed copy of visual studio .NET 2003.
now my question is this? Is there a way in which I can statically load all the required libaries into the executable while building it itself, such that i can just grab the executable and run it in another machine(windows XP Professional, but does not have visual Studio .NET 2003 installed)??
Or does every system that executes the c++ application, needs to have a copy of VS.NET 2003 installed?
Or is there any other alternative?
Kindly help me out. It's kinda urgent.
kingsree