Can somebody tell me where to find an example in how to make an DLL (WindowsControlLibrary) in Oxygene 开发者_如何学Cfor .NET?
Is there a cross platform way to selectively export certain functions and structs from a C project which builds a shared library?
I am currently creating my own framework in C++ (MSVS 2008) which exports a dll with a bunch of functions for a user of my framework to use/call. In the beginning, when my project was still small, all