How could I run my exe on other computers ?
-
I make a project then I took *.exe.When I wanted to run this project on a computer which has no visual studio.it asked me *.DLL .How could I run my exe on other computers ? emroz
-
I make a project then I took *.exe.When I wanted to run this project on a computer which has no visual studio.it asked me *.DLL .How could I run my exe on other computers ? emroz
you need to take install pack for ur package using install shield or any application like this. or if u develop this project in vc++ means need vc++ in the other machine also.
-
I make a project then I took *.exe.When I wanted to run this project on a computer which has no visual studio.it asked me *.DLL .How could I run my exe on other computers ? emroz
I assume that the computer asked for a name like mfc42d.dll? This is the debug version of the mfc. You need to make a release build on your computer (see top toolbar or menu 'projects/configurations'. This one will then work with the non-debug version of the mfc, whose dll is available almost everywhere.
Who is 'General Failure'? And why is he reading my harddisk?!?
-
I make a project then I took *.exe.When I wanted to run this project on a computer which has no visual studio.it asked me *.DLL .How could I run my exe on other computers ? emroz
Or you can have your project built in static MFC library linking mode. If the MFC library is the only library you are using. Sonork 100.41263:Anthony_Yio
-
you need to take install pack for ur package using install shield or any application like this. or if u develop this project in vc++ means need vc++ in the other machine also.
I installed IntallShield but I couldn't create setup file. I created a media which is 2.19 MB.then I setup this file on another computer but there was same problem which was about *.dll.I think I don't know how to use InstallShield.What should I do? emroz
-
I installed IntallShield but I couldn't create setup file. I created a media which is 2.19 MB.then I setup this file on another computer but there was same problem which was about *.dll.I think I don't know how to use InstallShield.What should I do? emroz
Well, you have to know what libraries you need to execute your app. Look, if you developed your app with VC++7 (.NET) and you programmed it with MFC, you'll need at least mfc70.dll as well to run it in other computer, just copying that file (and others that you may need, it depends on what did you use) in the app folder. I hope this help you !! ;)
MaestroProgramador.Com Where every source code is loved like a girl.
-
I installed IntallShield but I couldn't create setup file. I created a media which is 2.19 MB.then I setup this file on another computer but there was same problem which was about *.dll.I think I don't know how to use InstallShield.What should I do? emroz
Which values does the * in *.dll take? I.E. what libraries are you missing? Emre Zorlu wrote: I think I don't know how to use InstallShield. What should I do? Maybe its time for some reading?
Who is 'General Failure'? And why is he reading my harddisk?!?
-
I make a project then I took *.exe.When I wanted to run this project on a computer which has no visual studio.it asked me *.DLL .How could I run my exe on other computers ? emroz
See the FAQ 8.2 A program I've written doesn't load when it's run on a computer without Visual C++ installed. Why?[^] --Mike-- Ericahist | CP SearchBar v2.0.2 | Homepage | RightClick-Encrypt | 1ClickPicGrabber Kosh reminded me of some of the prima-donna programmers I've worked with. Knew everything but when you asked them a question; never gave you a straight answer. -- Michael P. Butler in the Lounge
-
See the FAQ 8.2 A program I've written doesn't load when it's run on a computer without Visual C++ installed. Why?[^] --Mike-- Ericahist | CP SearchBar v2.0.2 | Homepage | RightClick-Encrypt | 1ClickPicGrabber Kosh reminded me of some of the prima-donna programmers I've worked with. Knew everything but when you asked them a question; never gave you a straight answer. -- Michael P. Butler in the Lounge
Some people just don't take to time to search around a bit before asking already-answered questions, eh? :sigh: The kindest thing you can do for a stupid person, and for the gene pool, is to let him expire of his own dumb choices. [Roger Wright on stupid people] We're like private member functions [John Theal on R&D]
-
Some people just don't take to time to search around a bit before asking already-answered questions, eh? :sigh: The kindest thing you can do for a stupid person, and for the gene pool, is to let him expire of his own dumb choices. [Roger Wright on stupid people] We're like private member functions [John Theal on R&D]
Nah, I don't mind if they didn't know about the FAQ (Chris took the link to it off the message boards). If they keep asking questions that are in the FAQ, then... :mad: --Mike-- Ericahist | CP SearchBar v2.0.2 | Homepage | RightClick-Encrypt | 1ClickPicGrabber Kosh reminded me of some of the prima-donna programmers I've worked with. Knew everything but when you asked them a question; never gave you a straight answer. -- Michael P. Butler in the Lounge