1.

Solve : Trying to create a .exe out of a source?

Answer»

I really dont know much about programming so i'm asking for alot of help. I am trying to convert a SOURCE into a .exe file that anyone can install. The source is the nintendo 64 emulator 1964 version 1.1. Can anyone offer some help with this matter?Pardon me. If you don't know now to do it why would you want to?

People who work with that kind of material have to have a knowledge of what they are doing. I is not the sort of ting that the average computer user would do. Instead, one would download an exe ready to go. One that someone else has already compiled, linked, debugged, tested and evaluated. Otherwise, novice offering a new untested program to others is no favor at all.

http://en.wikipedia.org/wiki/1964_%28emulator%29Quote from: revron on December 28, 2010, 06:12:58 PM

I really dont know much about programming so i'm asking for alot of help. I am trying to convert a source into a .exe file that anyone can install. The source is the nintendo 64 emulator 1964 version 1.1. Can anyone offer some help with this matter?

if you are on a linux system, it's as simple as going into the project folder, and typing ./configure and then MAKE to compile it.

With windows, it's not so simple; you would probably need to download and install gcc, which works best when you have the coreutils installed anyway (and/or msys) and so forth; the Windows Visual Studio "Solution" file doesn't work as far as I can tell.

However geek has a point, specifically since the source release for 1964 1.1 includes the binaries. I am trying to add the new version of 1964 to a emulation website, but the way the uploader is set up is the real problem. It only allows .exe programs to be upoaded. I have a linux laptop if that would help me.Which new version? The official version is 1964 version 1.1

It is already on many sites as an EXE file, so we do not understand what you want to do. The creators of the program do not endorse any new changes, as far as we know about.
Normally the program runs on Windows and is written in C. Compiling the program in Linux may produce unexpected results. I have not looked at the code, but I do believe it makes very specific library calls into Win32.

Nevertheless, the Linux people claim to have a version that works. So before you try to compile, check it out. http://ubuntuforums.org/showthread.php?t=476031

Or Google best n64 emulator for linuxQuote from: revron on December 29, 2010, 04:38:04 PM
I am trying to add the new version of 1964 to a emulation website, but the way the uploader is set up is the real problem. It only allows .exe programs to be upoaded. I have a linux laptop if that would help me.

zip it up and convert the zip to a SFX?Quote from: barrybrother on January 20, 2011, 02:00:27 PM
Enroll in a "C" programming course at your junior college. The college will furnish all computers and the "C" complier.

The complier will convert the "C” source code to an .exe executable. If the source code is not "C", choose the complier that converts (COMPLIES) the source code you have.

p.s. You must decide which programming course and language you need. Good Luck


He want's to compile an already written application. C Compilers are FREELY available and the program in QUESTION has a makefile that works with a variety of different compilers.


Discussion

No Comment Found