build solution with visual c++

Hello,

I have VS2005 pro. I want to know how to build the solution with it making the EXE and all the BINs and DLLs so tat the program can run another computer without the need to install vC++.

Right now when i use Release mode and build only the EXE is built not the dlls or the dependencies which am using. cause am using libraries like openGL and openSG, etc.

kindly let me know how do i create this.

Thnx.
Last edited on
It will not "build" the libraries for you to include with your application. You should distribute openGL and whatever you are using with your application instead of just the DLLs.
Topic archived. No new replies allowed.