Hello,
I am currently developing a plugin (based on the internals plugin v3 given on the official site) for rFactor1/rfactor2. With the Visual Studio example project everything works fine but I have trouble with using MinGW/Eclipse CDT.
What I don't understand is why the DLLs created by the Visual Studio tool chain actually work, as none of the functions (e.g. updateTelemetry) is declared to be exported (with __declspec(dllexport)) explicitly. Has anyone ever tried building an internals plugin with MinGW? Which functions have you marked to be exported?
Thanks for any help in advance,
Andre
I am currently developing a plugin (based on the internals plugin v3 given on the official site) for rFactor1/rfactor2. With the Visual Studio example project everything works fine but I have trouble with using MinGW/Eclipse CDT.
What I don't understand is why the DLLs created by the Visual Studio tool chain actually work, as none of the functions (e.g. updateTelemetry) is declared to be exported (with __declspec(dllexport)) explicitly. Has anyone ever tried building an internals plugin with MinGW? Which functions have you marked to be exported?
Thanks for any help in advance,
Andre