Re: [WinPcap-users] Using wpdpack with managed C++

2004-10-15 Thread Punnoose Roshan
THanks, But now I get the same error for pcap_dumper? (TypeLoadException) And this is Managed C++. Shouldn't pcap-int.h have that definition too? Roshan Guy Harris wrote: Gianluca Varenni wrote: 1. Include pcap-int.h instead of pcap.h. This include the actual definition for the type

Re: [WinPcap-users] Using wpdpack with managed C++

2004-10-15 Thread Terry Braun
It was not clear from your mail exactly what you are trying to do, so this may not be helpful. Itt appears that you are trying to mix managed and unmanaged C++ so here is an example of someone doing that: http://www.codeguru.com/Cpp/Cpp/cpp_managed/interop/article.php/c6867/ There is a

Re: [WinPcap-users] Using wpdpack with managed C++

2004-10-15 Thread Guy Harris
On Oct 15, 2004, at 6:56 AM, Punnoose Roshan wrote: Now I get the same TypeLoadException error for pcap_dumper. I found out that this is not a real structure, so I converted all my pcap_dumper_t definitions to FILE, Note also that the fact that pcap_dumper_t happens to be the same as FILE is also

Re: [WinPcap-users] Using wpdpack with managed C++

2004-10-14 Thread Gianluca Varenni
- Original Message - From: Punnoose Roshan [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, October 13, 2004 4:26 PM Subject: [WinPcap-users] Using wpdpack with managed C++ Hi, I want to use Windows Forms in Visual Studio .NET 2003 with wpdpack, but I get the error: