

InterviewSolution
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? 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. 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. |
|