March 30, 201016 yr Well, unless it's some obscure/unusual program, you can usually find what language was used to create a program on Wikipedia. For example, Blender was written in C, C++, and Python. You can see that in the column on the right that has details about the program.
March 30, 201016 yr Author Unfortunately, it is an obscure program. It was made in Japan. It is a short game. I've just tried looking at the site of the company that made the game, but about 90% of the text is Japanese. That company is called Easygamestation. In case anyones wondering, I'm simply curious about what language was used to make it. Which Final Fantasy Character Are You? Final Fantasy 7
March 31, 201016 yr You can tell what some programs are made in by the way it looks. Then again, some look the same. Most software in .net langugages (vb and c#) and c/c++ have a typical Windows look and you can usually tell a java made application. Then again, software developers can paint special GUI characteristics to give the application a new feel.
April 1, 201016 yr ^ Yeah I was going to tell you that, programs with interfaces that don't fit in are often written in Java. If you really wanted to find out, you could see which libraries the executable is linked to, but I don't know how to do that in Windows.
April 6, 201016 yr Author Run Google Translate on that Japanese website? The 90% of text in Japanese is after I use Google Translate. No offense meant. Which Final Fantasy Character Are You? Final Fantasy 7
April 20, 201016 yr Post some pics. "It's not a rest for me, it's a rest for the weights." - Dom Mazzetti
April 20, 201016 yr Author is a link to a video of it. ^This is an image of the start-up screen. Which Final Fantasy Character Are You? Final Fantasy 7
April 20, 201016 yr Well, its probably not Java. My best guess is python or C++, although to be honest that's a wild guess at best. "It's not a rest for me, it's a rest for the weights." - Dom Mazzetti
April 22, 201016 yr Does it only run in windows? Or is it cross-OS? Meaning do they have non-windows versions?
April 22, 201016 yr You don't. Once it is compiled, there is no reference to the original language that was used. Unless the compiler used leaves that information in the files source code after compiling it. Compiling puts the program into machine code, the original language used is not kept, unless as stated earlier the compiler leaves some trace or information about it intentionally. This is to my knowledge.
April 22, 201016 yr I think most compilers leave basic debugging information, which includes the names of files the executable was created from. On Linux anyway. But my best guess is C/C++ as I believe that's what the Windows APIs are written in.
April 23, 201016 yr The demo at least was made with Visual C++ 6.0. I couldn't find a a copy of the full game, but it's a statistically 0 probability that it was created with something different from the demo. (Note: I can tell you for certain that it was version 6.0 because that was the only version available for a game released in 2002)
April 24, 201016 yr Author Here is where I got it from. To get to it quickly do a Ctrl+F and type in "duo". It's the 1st one with Duo in the name. Which Final Fantasy Character Are You? Final Fantasy 7
Create an account or sign in to comment