CYGWIN1.dll
-
- Posts: 19
- Joined: Mon Jun 08, 2009 10:38 pm
CYGWIN1.dll
IM VERY SORRY to keep spamming you all but i really want to learn this. Does anyone know where i can get the CYGWIN1.dll file from?
THanks for your time-COLOURCODE
THanks for your time-COLOURCODE
PSP Coding total n00b Please Help!!!!!!!!
Re: CYGWIN1.dll
Don use cygwincolourcode wrote:IM VERY SORRY to keep spamming you all but i really want to learn this. Does anyone know where i can get the CYGWIN1.dll file from?
THanks for your time-COLOURCODE
Install minpspw
http://downloads.sourceforge.net/minpsp ... -0.9.3.exe
Code: Select all
int main(){
SetupCallbacks();
makeNiceGame();
sceKernelExitGame();
}
-
- Posts: 19
- Joined: Mon Jun 08, 2009 10:38 pm
http://www.dcemu.co.uk/vbulletin/showth ... ler&page=2 thats what ive done :/
PSP Coding total n00b Please Help!!!!!!!!
-
- Posts: 19
- Joined: Mon Jun 08, 2009 10:38 pm
LOL i have that link you sent for minisdk or whatever and it looks very useful with all those bits of code there for you for different psp functions, but i dont see how you can use them as there is no function for putting them into an eboot???????? please help :D
PSP Coding total n00b Please Help!!!!!!!!
@colourcode to be honest, i think you are not ready to start programming for the psp. I think you first have to understand the *NIX way to compile things into executable code.
Code: Select all
int main(){
SetupCallbacks();
makeNiceGame();
sceKernelExitGame();
}
-
- Posts: 19
- Joined: Mon Jun 08, 2009 10:38 pm
You have to start somewhere, but not here.colourcode wrote:well i might as well give it a shot.
Got nothing to lose and gotta start somewhere dont i?
You can better start with just PC console based basics.
Start learning C and develeop skills to understand, compile and run this code and write your own.
Code: Select all
#include <stdio.h>
ind main(){
printf("Hello World!!!");
}
Code: Select all
int main(){
SetupCallbacks();
makeNiceGame();
sceKernelExitGame();
}
-
- Posts: 19
- Joined: Mon Jun 08, 2009 10:38 pm
you cant run mac on a regular pc.colourcode wrote:im installing another hardrdrive for my main pc. It is 160gb so i think i will partition it for Linux defintately and mac/windows 7 beta possibly
I will recomand a dual boot system.
First install windows but when you create your windows partation let 15-20GB unused. Then you can use a linux-livecd (i reccomand ubuntu) to boot into linux and install it to the other 15-20GB in your hard drive.
Code: Select all
int main(){
SetupCallbacks();
makeNiceGame();
sceKernelExitGame();
}
Really?Chrighton wrote:Sure you can. :)jojojoris wrote:you cant run mac on a regular pc.
I tough it was only possible with an emulator
Code: Select all
int main(){
SetupCallbacks();
makeNiceGame();
sceKernelExitGame();
}
-
- Posts: 19
- Joined: Mon Jun 08, 2009 10:38 pm
It is commonly refered to as a "hackintosh". The question of legality may be posed by Apple's side, as they only care for OS X being on Apple branded computers (they are nothing more than overpriced PCs nowadays) and structure their OS X agreements/EULAs to limit you. Hackintoshes are finicky and prone to driver problems, but with the right PC hardware it can actually run quite well.jojojoris wrote:Really?
I tough it was only possible with an emulator
-
- Posts: 19
- Joined: Mon Jun 08, 2009 10:38 pm