Is there a cross platform way to selectively export certain functions and structs from a C project which builds a shared library?
I was reading the Qt coding conventions docs and came upon the following paragraph: 开发者_StackOverflow社区
I am writing a plugin for another application. I want 开发者_JS百科to support the plugin on multiple platforms, so I am strongly considering using Qt.
I tried to require Gosu\'s .so file, but it said something about \"开发者_JS百科expecting assembly\".
The next re开发者_如何学Govision of the POSIX / Single Unix Specification standard is expected to include a C compiler that is capable of producing shared objects / dynamic libraries.