Further to my email below. I’ve now found how to build the libxml2.def file for use with Visual Studio. I use the libxml2.def.scr script: Ø
Cl /EP libxml2.def.src > libxml2.def Which works fine. Thanks From: Andrew
Sent: 09 September 2016 15:25 I have built libxml2-2.9.3 on Windows 10 with Visual Studio 2010, but I’m having difficulty generating a .def file for all the exported functions from the .dll that I build. When I run
dumpbin on the .dll it only creates the following: Dump of file libxml2.dll File Type: DLL Summary 3000 .data 2000 .idata 2B000 .rdata D000 .reloc 1000 .rsrc 196000 .text C8000 .textbss I would appreciate hearing how to get all the exported functions into a .def file so that I may generate the
libxml2.lib Regards, Andrew ______________________________________________________________________ Registered in England with company number 5347048 Registered office at Centurion House, London Road, Staines-upon-Thames, TW18 4AX This electronic message contains information from Tax Computer Systems Ltd (a wholly owned subsidiary of tax systems plc) which is confidential and may be privileged. The information is intended to be for the sole use of the individual(s) or entity to whom it is addressed. If you are not the intended recipient, be aware that any disclosure, copying, distribution or use of the contents of this information is prohibited. If you have received this electronic message in error, please notify the sender by telephone or e-mail (to the number or e-mail address above) immediately and destroy the message and all attached documents. Reasonable care has been taken to ensure that this communication (and any attachments or hyperlinks contained within it) is free from computer viruses. No responsibility is accepted by taxsystemsplc and the recipient should carry out any appropriate virus checks. ________________________________________________________________________ |