Search found 15 matches

by DacoTaco
Wed Nov 03, 2010 6:27 pm
Forum: Gamecube/Wii Development
Topic: ISFS_CreateFile owner/groupid issue
Replies: 7
Views: 11440

Re: ISFS_CreateFile owner/groupid issue

i never did any identification yet it always seem to have writen files with owner/group id 0 (like all files on the wii seem to be) also, should the loaded app not be identified as HBC since its booted from HBC? so what do you suggest i do then? :/ again, libogc doesn't have parameters for the owner...
by DacoTaco
Sun Oct 31, 2010 4:12 pm
Forum: Gamecube/Wii Development
Topic: ISFS_CreateFile owner/groupid issue
Replies: 7
Views: 11440

ISFS_CreateFile owner/groupid issue

what happens is when i call a createfile the file gets created but the permissions aren't what i suspected. requested permissions: owner 0 group 0 attributes 0 perm:3-3-0 what i got after the create: owner 4198 group 18498 attributes 0 perm:3-3-0 i know the wii normally has nothing to do with the ow...
by DacoTaco
Fri Oct 08, 2010 9:37 pm
Forum: Announcements
Topic: libogc 1.8.4
Replies: 6
Views: 15232

Re: libogc 1.8.4

o yayz0r \o/
about time, the svn seemed to have been stable for a while now :') (and no ipc crash either ;D )
by DacoTaco
Wed Sep 23, 2009 6:13 am
Forum: devkitPPC
Topic: compiling help/question
Replies: 2
Views: 4108

Re: compiling help/question

thx. didn't think that was needed...
/noob

now to go on and fix all this importing mess XD
by DacoTaco
Tue Sep 22, 2009 5:48 pm
Forum: devkitPPC
Topic: compiling help/question
Replies: 2
Views: 4108

compiling help/question

now im not the best coder around but i did want to import my C++ lib to my next wii test project... however; it was completely written in C++ i was hoping to compile in C++ instead of C but thats not possible i was thinking then i was looking around and i saw ppl using main.cpp stuff so maybe it was...