Hello All!
Please, look at the applied sources (Makefile, main application, spec-file and library module). I tried to load library, from main application (with LoadLibrary(...)). Both application and DLL, are built with winelib, using winegcc.
I found strange behaviour - then DLL loaded from current working directory, all things are OK, but then I tried to load DLL from .\Test\Dir\ (for example), LoadLibrary returns NULL.
What I'm doing wrong?