Next Generation Emulation banner
1 - 14 of 14 Posts

· A Square Fan!
Joined
·
592 Posts
Discussion Starter · #1 ·
I have downloaded the PCSX2 0.8.1 sources for windows.
I have been doing some tryes to understand the code oO . I have change some things and then I have get a big problem, how can it be compiled into a .exe file?
Its cos I have compiled some things I have done, but they were only one file in .c format.
Is any special compiler needed? Or you have to compile each file separately and then mix them in one?
I know that Bositman said that don't ask about it but I only want to know if you need a special compiler or not.
 

· Premium Member
Joined
·
5,551 Posts
Asking questions like that, you might as well not bother mucking around with the source code o_O
 

· Programmer/Animator
Joined
·
262 Posts
all you guys need to do is if you are using Visual Studio.Net, to press the PLAY button or the debug button , then the file or pcsx2.exe would be made in the projects Debug folder. But I warn you not to mess around with the code, because, one minuite you may do something to the misfortune of yourself, but if you are willing to risk it...... go on..... try it out
 

· World's Top C.T. fan
Joined
·
226 Posts
Otrivin said:
all you guys need to do is if you are using Visual Studio.Net, to press the PLAY button or the debug button , then the file or pcsx2.exe would be made in the projects Debug folder. But I warn you not to mess around with the code, because, one minuite you may do something to the misfortune of yourself, but if you are willing to risk it...... go on..... try it out
*imagines a random user messing with the code*
*finds line HTSL = 0; *
*changes it to HTSL = 1; *

OMG, all the games seem to run now! :O:p
 

· A Square Fan!
Joined
·
592 Posts
Discussion Starter · #11 ·
Thanks, I didn't notice that one file linked to the others :innocent: .

Sorry for asking what is "VS.NET".Of course I know the Microsoft Visual Studio.
But as it is writen It looks like a webpage :)
I use Dev-C++, It is a great compiler. It is under GNU GPL (free) and it has auto-updating, and a lot of utilities.
Here is the link if anyone want to test (12MB)-->LINK
 

· Premium Member
Joined
·
26,774 Posts
>Sorry for asking what is "VS.NET".Of course I know the Microsoft Visual Studio.
But as it is writen It looks like a webpage :)

MS decided to call the latest version of the Visual Studio tools .net
 

· World's Top C.T. fan
Joined
·
226 Posts
zizozac said:
what you are talking about may be real for those :D
Yeah, maybe the team has already finished the emulator and are now only joking with people, changing a single variable would make all games playable! :p

TWave said:
Thanks, I didn't notice that one file linked to the others :innocent: .

Sorry for asking what is "VS.NET".Of course I know the Microsoft Visual Studio.
But as it is writen It looks like a webpage :)
I use Dev-C++, It is a great compiler. It is under GNU GPL (free) and it has auto-updating, and a lot of utilities.
Here is the link if anyone want to test (12MB)-->LINK
Same here, I like to use that compiler for both C++ and C.
 
1 - 14 of 14 Posts
This is an older thread, you may not receive a response, and could be reviving an old thread. Please consider creating a new thread.
Top