gabragt
08-02-2005, 03:19 PM
Hi,
Im new to this forum...
I need some help with sysAppLaunch. I need to pass a string to the new application and Im using the cmdPBP argument.
Ive already done a lot of tests and concluded I must have misused MemPtr's and its functions. Theres the respective part of the file:
str= MemPtrNew (9);
MemSet (str, 8, (unsigned char) "casa.png");
MemPtrSetOwner (str, 0);
When I debug my project, I get a bus error and it shows as str value that "Register not available". Could you help me?
Thx for ur attention,
Gabriel
PS.: I think I sent wrongly this message to someone. Pls forgive me if i sent it to you...
Im new to this forum...
I need some help with sysAppLaunch. I need to pass a string to the new application and Im using the cmdPBP argument.
Ive already done a lot of tests and concluded I must have misused MemPtr's and its functions. Theres the respective part of the file:
str= MemPtrNew (9);
MemSet (str, 8, (unsigned char) "casa.png");
MemPtrSetOwner (str, 0);
When I debug my project, I get a bus error and it shows as str value that "Register not available". Could you help me?
Thx for ur attention,
Gabriel
PS.: I think I sent wrongly this message to someone. Pls forgive me if i sent it to you...