Winelib Program with DLL problem

Kevin Atkinson kevina at gnu.org
Wed Dec 24 06:51:08 CST 2003


On Wed, 24 Dec 2003, Boaz Harrosh wrote:

> Well yes they are decorated. This is the way the VC made them. I guess 
> they are not Decorated only if you use a .DEF file. If you export them 
> with __declspec(dllexport) they are exported decorated.

You are correct.  If I use a .def file WITH the @ decorations that I get 
linker errors.  If I use a .def with just the names they are exported 
without the @, EVEN if they are still declared with dllexport.  Very 
strange.

-- 
http://kevin.atkinson.dhs.org




More information about the wine-devel mailing list