--- Begin Message ---
- To: ozk@atari.org
- Subject: Re: [MiNT] appl_getinfo(AES_SYSTEM)
- From: Olivier Landemarre <olivier.landemarre@utbm.fr>
- Date: Mon, 03 Jan 2005 08:57:31 +0100
- In-reply-to: <1103677629.4369.30.camel@fedora>
- References: <1102967350.4922.11.camel@fedora> <41BDE81A.3080901@utbm.fr> <1102969299.4922.17.camel@fedora> <1102973255.4922.25.camel@fedora> <41BE9FFB.9030800@utbm.fr> <1103034081.4922.63.camel@fedora> <41BEF45B.4050808@utbm.fr> <1103677629.4369.30.camel@fedora>
- User-agent: Mozilla Thunderbird 1.0 (Windows/20041206)
Odd Skancke wrote:Hello everybody,I have add a small modification too in appl_getinfo(), for ressource load capacity, I have already post here my need, without answer I have do thiscase 2: /* AES_SYSTEM */ pb->intout[1]=Getrez(); /* Getrez() */pb->intout[2]=256; /* nombre de couleurs support‚s par AES object library stupide! */pb->intout[3]=1; /* couleurs icones support‚es */pb->intout[4]=1+2; /* 1-> long ressource as AES 4.0 define, 2->long ressources as Interface define */break; I need this because I have correct Vision that use a very buggy version of xrsrc! that have a lot of trouble with MyAeS (I don't know where this version was found!), and because I didn't wan't correct this part of code, I wan't only use standard rsrc_load() when present, actually I have force to do this and it work perfectly, but of course on other system like NAES it crash! If you not see any incompatibility (I notice myself nothing) it could cool that we do the same. Regards OlivierHello odd happy new yearWith wich program have you trouble? Is it loading Interface ressource? Is it the answer of appl_getinfo() that cause trouble?And foolishly I just did the above without implementing the "long resources as Interface define", causing me instability problems that nearly drove me insane. So, hopefully the current version should be OK now.I can send you rsrc_load() from MyAeS if with this part you have trouble. Or try to anderstand what I do with this!Ok. I need information about the long resources as interface define it, so I can implement it in XaAES as well. Can anyone help? Preferrably in english, since I have yet to learn german :) Where can I find this info, anyone? Best regards Odd Skanckeregards Olivier
--- End Message ---