August 2nd, 2000, 04:13 PM
How do I run an exe on a PC without visual studio installed on it?
|
Click to See Complete Forum and Search --> : dll file required to run an exe August 2nd, 2000, 04:13 PM How do I run an exe on a PC without visual studio installed on it? John G Duffy August 2nd, 2000, 04:34 PM If you use standard package creation and installation precedures, the created package should contain everything to install everything needed to run your APP once installed on the receiving PC. YOu can't just copy a .exe to another PC. Your .EXE file uses system related objects like .DLL or .OCX files that are not part of your .EXE file and must somehow be installed on the target PC. John G codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |