Hi
I am building a c++ application in Linux it requires to Derive a c++ class (need to implement some virtual function) from a external library whose only windows version is available(.dll) . I am using winegcc for compiling but not able to link the dll to the application can anyone explain me the process for the same.