| View previous topic :: View next topic |
| Author |
Message |
71M
Joined: 21 Jun 2005 Posts: 122 Location: London
|
Posted: Tue Aug 23, 2005 8:59 pm Post subject: Compiling C++ PRXs |
|
|
Does anyone know if it's possible to compile a PRX using C++?
I'm getting a compile error, don't have it to hand at the moment, but it was complaining about 'module_start' not being found.
Thanks,
71M |
|
| Back to top |
|
 |
mrbrown
Joined: 17 Jan 2004 Posts: 1536
|
Posted: Wed Aug 24, 2005 1:35 am Post subject: |
|
|
| Learn how to use when mixing C and C++ code. |
|
| Back to top |
|
 |
71M
Joined: 21 Jun 2005 Posts: 122 Location: London
|
Posted: Wed Aug 24, 2005 3:46 am Post subject: |
|
|
Doh!!!
Of course, putting extern "C" around the functions that're being exported in main.cpp did the trick.
How silly do I feel :)
Thanks,
71M |
|
| Back to top |
|
 |
|