Re: [libdnet-devel] Compiling libdnet for VC++ .NET
Status: Abandoned
                
                Brought to you by:
                
                    dugsong
                    
                
            | 
      
      
      From: Ronak S. <rsu...@gm...> - 2005-07-12 18:26:45
      
     | 
| >=20 > the first error looks like a problem with your link order, and the > others are probably from a missing iphlpapi.lib. >=20 You were right. There were some function prototypes missing from the iphlpapi.lib which dnet was using. I have fixed most of those issues. I had one more question: We are building nmap with libcmt and it seems dnet.lib is by default built with libc. I tried the /NODEFAULTLIB:libc.lib with the MSVC++ 'lib' and the dnet.lib build went through fine on cygwin. But I still get redefinition errors in Nmap. First, is the parameter I am using correct to stop linking to libc and to make it link to libcmtd? If so, then how do I verify if dnet.lib has actually linked to libcmtd.lib? Thanks, Ronak |