----- Original Message ----- From: "John Emmas" > Am I right in thinking that if I have a dll called "abc.dll" this command > should produce a ".DEF" file containing the exported symbols? > > dlltool -z abc.def abc.dll > > Each time, I just get an empty .DEF file (well, a short comment maybe - > but nothing in the EXPORTS section). I've tried it with DLLs produced by > Cygwin and also on conventional Windows DLLs but I get the same results > with both. Have I misunderstood the syntax? > Apologies. The correct syntax seems to be:-
dlltool -z abc.def --export-all-symbols abc.dll ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Cygwin-ports-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cygwin-ports-general
