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
Search found 6 matches
- Thu Jul 02, 2009 11:30 am
- Forum: Bug Reports
- Topic: Make execvp vfork permission denied 1.5
- Replies: 4
- Views: 8055
- Tue Jun 30, 2009 4:16 pm
- Forum: Gamecube/Wii Development
- Topic: Setting and Getting individual pixel colours
- Replies: 1
- Views: 4512
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
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
- Tue Jun 30, 2009 4:09 pm
- Forum: Bug Reports
- Topic: Make execvp vfork permission denied 1.5
- Replies: 4
- Views: 8055
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).
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).
- Mon Jun 29, 2009 9:31 pm
- Forum: devkitPPC
- Topic: Pixel draw VIDEO
- Replies: 0
- Views: 3530
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 ...
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 ...
- Tue Jun 09, 2009 8:57 am
- Forum: devkitPPC
- Topic: CANNOT COMPILE ANY THING FOR WII! HELP!
- Replies: 6
- Views: 11866
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?
- Mon Jun 08, 2009 6:08 pm
- Forum: Bug Reports
- Topic: Make execvp vfork permission denied 1.5
- Replies: 4
- Views: 8055
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 ...
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 ...