Re: Compile DLL with VC++

2007-08-22 Thread Dave Shield
On 21/08/07, Chris Mitchell <[EMAIL PROTECTED]> wrote: > You are right, it does contain a netsnmp.dll file. When I load Visual Basic > 2005, I try to add it as a reference but it says that it is not a valid > assembly file or COM object. Is there load this file so I can perform SNMP > requests thro

Re: Compile DLL with VC++

2007-08-21 Thread Chris Mitchell
Thomas, You are right, it does contain a netsnmp.dll file. When I load Visual Basic 2005, I try to add it as a reference but it says that it is not a valid assembly file or COM object. Is there load this file so I can perform SNMP requests through a Visual Basic Application? Thanks,

Re: Compile DLL with VC++

2007-08-21 Thread Thomas Anders
Chris Mitchell wrote: > Honestly, I am not that great with Visual Studio C++ as this was my > first adventure into it, and if the error isn't apparent, I would be > satisfied with just getting the DLL file sent to me if someone wouldn't > mind. Have you checked the 5.4.1 Win32 binary package we pr

Compile DLL with VC++

2007-08-21 Thread Chris Mitchell
Hello, When I try to compile the DLL, I follow the instructions exactly, but end up with the following errors during the link stage of libsnmp_dll... 1>snmp_logging.obj : error LNK2019: unresolved external symbol [EMAIL PROTECTED] referenced in function _snmp_disable_syslog_entry 1>