I’m having some new issues compiling “my” project against urho as a shared library. To be clear URHO compiles just fine.
When I go to compile my project (as I have done in the past) i get a pop up error that says mingw is unable to locate Urho3D.dll.
The dll is in the urho build directory /bin
i also copy the dll to my projects bin directory (that has fixed the problem in the past)
URHO3D_HOME is set to the urho build director.
I was consulting Carnalis about this (i know he uses the same compile method) and he is NOT have the same problem as I (other than getting 2 pop up errors that do not keep him from compiling). So being as our setups are largely similar. I am confused as to what I could be possibly missing in my process.
Any help would be greatly appreciated.