VCL application exe file??

i "made" a game, but i dont know how to make a file which can be opened on other computer ??

application works fine when i start it, but when i start it on other computer some file is missing and needs reinstallation.. i cant make install file? :))

i just hope u'll know what is it, this is my first (off-school) project so i`m not doing so well...

PLEEEAAASEEE HEEEELP!!!
Yep, you are using VC++ so you need to install the VC++ redistributable package or change the linker settings to link statically to the run-time library
i checked now, and all i can find is Microsoft Visual C++ redistributable package..
i guess it does matter that i`m using Borland c++ ?
Last edited on
I had to look for more detailed info but here they are:
To change the linker setting:
Project > Properties > Configuration Properties > C/C++ > Code Generation > RunTime Library > Multy threaded (/MT)
To download the package:
http://www.microsoft.com/downloads/details.aspx?FamilyID=9b2da534-3e03-4391-8a4d-074b9f2bc1bf&displaylang=en
Topic archived. No new replies allowed.