Re: Cross-platform resource API

2003-11-13 Thread Eric Pouech
Jean-Claude Gervais wrote: Thank you very much, Eric, For taking the time to help me. I'm afraid I may not have explained my problem very clearly: First, if I use Winelib, must I bind the resources to my executable? The reason I ask is because since I am developing an appli

Re: Cross-platform resource API

2003-11-11 Thread Alexandre Julliard
Jean-Claude Gervais <[EMAIL PROTECTED]> writes: > That's why I was wondering if the resource-manipulation routines can > read .RES files, which should (in theory) be platform independant. > > OK, so in essence, what I am looking for is portable code that will be > able to walk a .RES f

Re: Cross-platform resource API

2003-11-11 Thread Jean-Claude Gervais
Thank you very much, Eric, For taking the time to help me. I'm afraid I may not have explained my problem very clearly: First, if I use Winelib, must I bind the resources to my executable? The reason I ask is because since I am developing an application for the Mac, can I

Re: Cross-platform resource API

2003-11-11 Thread Eric Pouech
Jean-Claude Gervais wrote: Hello, I'm currently porting a Windows application to the Mac and Linux. I've got many details worked out but the one that I am still researching is how to load resources like strings and bitmaps. What I would like to do is distribute the resources the application uses

Cross-platform resource API

2003-11-11 Thread Jean-Claude Gervais
Hello, I'm currently porting a Windows application to the Mac and Linux. I've got many details worked out but the one that I am still researching is how to load resources like strings and bitmaps. What I would like to do is distribute the resources the application uses as a .RES file that I woul