loading DLL code to WXFormBuilder running GUI.
-
Hello all
I am not an expert in programming and I need help. #-o
it is regarding DLL. I am working on a windows simulation software developed with WxFormBuilder and C++. I need to write a code that loads a DLL file during the simulation.
are the steps shown in this link relevant for working with wxWidgets applications also? or there is another way to write such code!https://msdn.microsoft.com/en-us/library/ms235636.aspx
Thank you
Top
-
You'll find a dll sample in the wxWidgets sources on Github (https://github.com/wxWidgets/wxWidgets/tree/master/samples/dll). I guess this could be a good starting point for you.