- Dec 29, 2004
- 6,340
- 3
- 71
As the title says, i want to access a C++ dll from C. The goal is to have a C interface on my C++ dll. Any suggestions or links to tutorials, code snippets, or whatever would be appreciated.
Edit: Here is a simple example that i have been working with: Linky
In this example i would like to keep the namespace and class declarations. I assume im going to have to wrap these declarations in C, but how?
Edit: Here is a simple example that i have been working with: Linky
In this example i would like to keep the namespace and class declarations. I assume im going to have to wrap these declarations in C, but how?
