Hello there !
I wrote a dll( using MINGW and Codeblocks ) that should do the "background work" of my app.
I have an interface build in Microsoft Visual C++ 2015.
Is posible to control some TextBoxes, or Buttons( enable/disable ) or ProgressBars, or opening a new Form from the DLL ?
Any code snippet would be really apreciated.