Search found 19 matches

by racine_20
Mon Jul 31, 2006 7:41 pm
Forum: PSP Development
Topic: MNG Graphics?
Replies: 9
Views: 3274

MNG ? what's that ?
by racine_20
Mon Jul 31, 2006 7:15 pm
Forum: PSP Development
Topic: [RESOLVED] Who can explain how to load functions by NID ?
Replies: 20
Views: 5800

Ohhh my god !!! TyRaNID you are sooo good !! This code run correctly and I can delete a net parameters finally. well, I post my sample for turn the post to [RESOLVE] and do it. MAIN.C : // *** MODULE INITIALISATION *** PSP_MODULE_INFO("SampleSySCallNID",0x1000,1,1); PSP_MAI...
by racine_20
Mon Jul 31, 2006 4:38 am
Forum: PSP Development
Topic: [RESOLVED] Who can explain how to load functions by NID ?
Replies: 20
Views: 5800

I don't ask anymore, but, how to link this in your main.c ? I tryed (note the capitalisation ;) ) : #include "netparam.S" .. int sceUtilityDeleteNetParam(int); .. int main(void){ .. pspDebugScreenPrintf("Code retour : %i",s...
by racine_20
Sun Jul 30, 2006 11:09 pm
Forum: PSP Development
Topic: [RESOLVED] Who can explain how to load functions by NID ?
Replies: 20
Views: 5800

Damn !! TyRaNiD have the good answer, I'm not running in kernel mode my thread ....
humm ... How could be it ?? Simply change the attribute of sceKernelCreateThread ?
by racine_20
Sun Jul 30, 2006 5:53 pm
Forum: PSP Development
Topic: [RESOLVED] Who can explain how to load functions by NID ?
Replies: 20
Views: 5800

This is a sample of my code // *** MODULE INITIALISATION *** PSP_MODULE_INFO("TestWifi",0x1000,1,1); PSP_MAIN_THREAD_ATTR(0); PSP_MAIN_THREAD_STACK_SIZE_KB(32); //*** CallBack section ******* // ........ // ************************ static u32...
by racine_20
Sun Jul 30, 2006 1:56 am
Forum: PSP Development
Topic: [RESOLVED] Who can explain how to load functions by NID ?
Replies: 20
Views: 5800

1.50, sorry

Anybody can explain me what want say parameters of Findproc funct please ?
by racine_20
Sat Jul 29, 2006 10:24 pm
Forum: PSP Development
Topic: [RESOLVED] Who can explain how to load functions by NID ?
Replies: 20
Views: 5800

I'm back again :) ! I try your sample, it's appear correctly when I compile it, but when I execute it, he crash on line in FindProc : SceModule* modP = sceKernelFindModuleByName(szMod); when I call it by : DeleteNetParam = (void *)FindProc("sceUtility_dri...
by racine_20
Fri Jul 28, 2006 12:44 am
Forum: PSP Development
Topic: [RESOLVED] Who can explain how to load functions by NID ?
Replies: 20
Views: 5800

oh .... hummm ... ok, I try this later and I'll back later after get results

thx a lot
by racine_20
Thu Jul 27, 2006 11:10 pm
Forum: PSP Development
Topic: [RESOLVED] Who can explain how to load functions by NID ?
Replies: 20
Views: 5800

danzel> http://pspdev.ofcode.com/api2.0/index.php is another useful resource for this sort of thing. lol ! not for me .... nobody functions is explains, just the name, but also help in many case. jas0nuk> I suppose that the function can use as it : int ret; int num_profil = 1; ret = sceUtilityDelete...
by racine_20
Thu Jul 27, 2006 6:54 pm
Forum: PSP Development
Topic: [RESOLVED] Who can explain how to load functions by NID ?
Replies: 20
Views: 5800

Hi jas0nuk, Thx for the answer, She look like great and easy. But, when I look your example with "scePower_Service", I can see that reboot = (void *)FindProc("scePower_Service", "scePower_driver", 0x0442D852); ,appears 3 args, const char*...
by racine_20
Thu Jul 27, 2006 3:48 am
Forum: PSP Development
Topic: [RESOLVED] Who can explain how to load functions by NID ?
Replies: 20
Views: 5800

[RESOLVED] Who can explain how to load functions by NID ?

Hi everybody,

all is in this title, Who can do it ?
I think iit's very important to know how to do it, because when I see the pspsdk and the number of function that appears in list of NID, I think it's very pity.


thx,
by racine_20
Tue Jul 25, 2006 12:24 am
Forum: PSP Development
Topic: Solution to "psp-config not found" (cygwin / win32
Replies: 1
Views: 1611

I don't undestood all that you say, but I think you try to reinstall your dev env with forum thread helping or google help.
by racine_20
Tue Jul 25, 2006 12:13 am
Forum: PSP Development
Topic: SVN Download
Replies: 2
Views: 1792

Or try to use Tortoise for windows
by racine_20
Mon Jul 24, 2006 11:03 pm
Forum: PSP Development
Topic: How to set new wifi connection profile ?
Replies: 0
Views: 822

How to set new wifi connection profile ?

Hi everybody, I dev an app that use wifi funct., and, I would like to set up with some function, a profil connection and set any parameters such as DHCP ip server, submask, etc ... I search a little while in web and in sample sdk but I don't find any draft about set up it, and as you know, pspsdk do...
by racine_20
Thu Jul 20, 2006 11:43 pm
Forum: PSP Development
Topic: PSP Wifi Documentation...
Replies: 1
Views: 1732

+1,
pspdoc is very worthly about it.
by racine_20
Thu Jul 20, 2006 10:34 pm
Forum: PSP Development
Topic: How to get library from SVN under Win Env ?
Replies: 9
Views: 3278

+1 for ufoz ;)
by racine_20
Thu Jul 20, 2006 9:19 pm
Forum: PSP Development
Topic: How to get library from SVN under Win Env ?
Replies: 9
Views: 3278

youhouuu !

very good answer everybody, and work nicely !

Thx everybody ;)
by racine_20
Thu Jul 20, 2006 8:01 pm
Forum: PSP Development
Topic: [HELP]Can anyone help me about how to download PSPSDK?
Replies: 4
Views: 3277

Hi,


And how to make it when you are in Windows Env ?
humm ? ;)
by racine_20
Thu Jul 20, 2006 7:59 pm
Forum: PSP Development
Topic: How to get library from SVN under Win Env ?
Replies: 9
Views: 3278

How to get library from SVN under Win Env ?

Hi everybody, I would like to dev an app with wifi infra funct, but, when I compiled my project, I see that I haven't netlib in my pspsdk ! why ?? god not like me ? I'm a bad boy ? ;) Anyway ! But where and how can I get it when you work under Win env. I dev in windows, thus I think i'm not acces to...