satelliteGuy
New member
- Joined
- Feb 25, 2010
- Messages
- 10
- Reaction score
- 0
- Points
- 0
I'm trying to implement a plugin with different vehicle-classes that need access to each other's API. Due to my not existing knowledge of MS and MS VC 2008 I'm looking for an easy way to solve this (which means putting all in one DLL).
So: Is it possible to create a DLL providing vehicles of different classes, which can also be instantiated while parsing (and being described) in the config-file using one DLL. My understanding is that the ovcInit-funciton is used by Orbiter to instantiate instances (as described in the class-config-file) - and that's why I don't think it will work. But I'm not really keen on fussing around with dllexport, dllimport etc to build different DLLs AND resolving all complaints from VC, that's why I'm asking.
Thx
So: Is it possible to create a DLL providing vehicles of different classes, which can also be instantiated while parsing (and being described) in the config-file using one DLL. My understanding is that the ovcInit-funciton is used by Orbiter to instantiate instances (as described in the class-config-file) - and that's why I don't think it will work. But I'm not really keen on fussing around with dllexport, dllimport etc to build different DLLs AND resolving all complaints from VC, that's why I'm asking.
Thx