Deriving a class from a dll

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
priyesh07
Newbie
Newbie
Posts: 1
Joined: Fri Apr 26, 2013 12:04 am

Deriving a class from a dll

Post by priyesh07 »

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.
Locked