Search found 6 matches

by steaky1212
Thu Jul 02, 2009 11:30 am
Forum: Bug Reports
Topic: Make execvp vfork permission denied 1.5
Replies: 4
Views: 7611

Re: Make execvp vfork permission denied 1.5

erm... Ive got comodo firewall and NOD32 antivirus.
running as admin so no permission issues.

I will try and install 1.5 tonight (in about 7 hours from now) and see if it works

steaky
by steaky1212
Tue Jun 30, 2009 4:16 pm
Forum: Gamecube/Wii Development
Topic: Setting and Getting individual pixel colours
Replies: 1
Views: 4254

Setting and Getting individual pixel colours

Hi,

I dont know where this is supposed to be posted but here goes.

Is there the function to set individual pixel values, and also read back from the display.

Thanks
steaky
by steaky1212
Tue Jun 30, 2009 4:09 pm
Forum: Bug Reports
Topic: Make execvp vfork permission denied 1.5
Replies: 4
Views: 7611

Re: Make execvp vfork permission denied 1.5

Hi,

Sorry it took so long to get back, I completely forgot about it due to it working.
I am running windows XP, and I dont have cygwin (unless it was packaged with devkitpro).
by steaky1212
Mon Jun 29, 2009 9:31 pm
Forum: devkitPPC
Topic: Pixel draw VIDEO
Replies: 0
Views: 3065

Pixel draw VIDEO

Hi, I have a 2 dimensional array ( grid[400][400] ), is it possible to draw to the screen a colour dependent on the value in that position.... ie for(int x = 0; x<400; x++) { for(int y = 0; y<400 ; y++) { PIXEL_COLOUR[x][y] = grid[x][y] } } or something like that? thanks --edit-- Oh, and can I get ...
by steaky1212
Tue Jun 09, 2009 8:57 am
Forum: devkitPPC
Topic: CANNOT COMPILE ANY THING FOR WII! HELP!
Replies: 6
Views: 10246

Re: CANNOT COMPILE ANY THING FOR WII! HELP!

I had a problem compiling with v1.5, do you have the same issue with 1.4.10?
by steaky1212
Mon Jun 08, 2009 6:08 pm
Forum: Bug Reports
Topic: Make execvp vfork permission denied 1.5
Replies: 4
Views: 7611

Make execvp vfork permission denied 1.5

Hi, I dont know where this is supposed to go, or what is actually going on. BUT, I installed the latest devkitPPC using the Windows Installer and kept getting: Make: execvp /sh/bi Permission Denied Make: vfork Permission Denied or errors to that effect. I then installed 1.4.10 instead, and the ...