Thursday, December 24, 2009

What programming language can make an exe file, where the recepient can execute it without the need to install

c,c++ and visual basic generates exes of a single file





if they require some other files in that case you have to make a package of all filesWhat programming language can make an exe file, where the recepient can execute it without the need to install
Just about any language that can compile and exe can do that it all depends on the complexity of the application being compiled. If everything compiles into one exe without any dependencies on external files like dlls that were compiled with it or databases. Any dependencies that are required for the operation of the exe then it will have to be installed, otherwise if it is just a standalone application all you need to do is copy it to what ever directory you want it in and double click to run it.What programming language can make an exe file, where the recepient can execute it without the need to install
If your looking to get into programming i'd recommend looking at Visual Basic. It's a simple programming language to learn and lets you understand basic programming terms. It gets abused a lot for not being very powerful in what you can do with it but its a great place to start.





Plenty of youtube tutorials to teach you what you want to know also, easy to follow.
Look, If You are concern with creating .exe file then it can be done with Visual Basic but it need to installed, Another thing you are talking about only execute..So dear just send query via contact section of url given below, you get the better result..


http://www.icreonglobal.com
Any language.





When the recipient recieves the file their computer will ask them:





Do you wish to 'open' this file or 'save' it ?





Just open it ... and when you're finished, leave it.
its not the language its the directory.................. you see you need to put all the files your program will need into a folder instead of compacting all into a installer
C++
PHP

No comments:

Post a Comment