Hi All,
Can you please suggest some elegant way to use auto generated model’s C++ code without making them as executables? Instead of it I want to make some DLL with similar functionality like in model’s executables.
I tried to use logged g++ command(with few changes) for this purpose, but built DLL was incorrect (I couldn’t load it with QLibrary(Qt)).
Did someone tried to do similar thinks? If yes please help.
My final purpose is to use auto generated C++ code in other libraries. If you have better solution please suggest.
Thanks,
Levon