> does someone know how I can display UI resources from a hack?
Yup. Because you're running in another application's environment, you need
to manually open your resource file. Insert something like...
DmOpenRef rez;
rez = DmOpenDatabaseByTypeCreator('HACK', '****', dmModeReadWrite);
...at the beginning of your patch, and...
DmCloseDatabase(rez);
...at the end of your patch. Make sure to replace '****' with your hack's
creator code.
---- --- -- -
Matthew D Moss
[EMAIL PROTECTED]
- Resources and Hacks starseed
- Re: Resources and Hacks Matthew D Moss
- Re: Resources and Hacks Roger Chaplin
