Reading file resource in Unix and MacOS

Posted by Sanjeev on Stack Overflow See other posts from Stack Overflow or by Sanjeev
Published on 2010-04-08T23:55:13Z Indexed on 2010/04/09 0:03 UTC
Read the original article Hit count: 396

Hi, I am writing my first wxWidgets application which aims to be cross-platform. The program uses dll file for plugins and in Windows, reads dll resource part for information regarding plugin name, author name etc.

I have never used Unix or MacOS (little Linux though) and am wondering whether compiling binary for these other OSes will require changes to the code written for Windows. For instance, is there a DLL equivalent in Unix and MacOS? Are there any provisions of compiling resource strings and files into a such files?

Thanks, Sanjeev

© Stack Overflow or respective owner

Related posts about multiplatform

Related posts about embedded-resource