Re: Again example-daemon in win32

2004-11-17 Thread Andres C
L PROTECTED] To: "Andres C" <[EMAIL PROTECTED]> CC: [EMAIL PROTECTED] Subject: Re: Again example-daemon in win32 Date: Wed, 17 Nov 2004 12:20:07 -0500 On Mon, 15 Nov 2004 23:05:22 -0500 Andres wrote: AC> I did what you told me, but the same message error keeps coming up. But AC>

Re: Again example-daemon in win32

2004-11-15 Thread Andres C
Hello Robert, From: Robert Story (Coders) <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: "Andres C" <[EMAIL PROTECTED]> CC: [EMAIL PROTECTED] Subject: Re: Again example-daemon in win32 Date: Mon, 15 Nov 2004 18:51:30 -0500 On Tue, 09 Nov 2004 22:54:22 -0500 Andres wro

RE: Again example-daemon in win32

2004-11-10 Thread Andres C
"Penz, Bernhard" <[EMAIL PROTECTED]> To: "Andres C" <[EMAIL PROTECTED]>,<[EMAIL PROTECTED]> Subject: RE: Again example-daemon in win32 Date: Wed, 10 Nov 2004 17:00:19 +0100 Sorry, did not read your email carefully enough. It seems that someone is already list

RE: Again example-daemon in win32

2004-11-10 Thread Andres C
I what it to be the master agent. thanks From: "Penz, Bernhard" <[EMAIL PROTECTED]> To: "Andres C" <[EMAIL PROTECTED]>,<[EMAIL PROTECTED]> Subject: RE: Again example-daemon in win32 Date: Wed, 10 Nov 2004 09:44:21 +0100 > /* we're an agentx subage

Re: Again example-daemon in win32

2004-11-09 Thread Andres C
port anywhere. From: Robert Story <[EMAIL PROTECTED]> To: "Andres C" <[EMAIL PROTECTED]>, [EMAIL PROTECTED] Subject: Re: Again example-daemon in win32 Date: Tue, 9 Nov 2004 21:02:04 -0500 On Tue November 9 2004 6:59 pm, Andres C wrote: > >On Tue, Nov 09, 2004 at 04:1

Re: Again example-daemon in win32

2004-11-09 Thread Andres C
Hi Robert, I am using version 5.1.2, but I even tryied with 5.2.rc3 and the same error comes up. Is there any solution palnned for this? Is there a way I can get it to work on wondows? Is it diferent if I use MinGW or Cygwin? Which one is better? From: [EMAIL PROTECTED] To: Andres C <[EM

Again example-daemon in win32

2004-11-09 Thread Andres C
Hello, I'm sorry to write again. But I haven't had any answer, I don't know why. Don't take this the wrong way. I attach the mail I sent. The midaemon.conf file is created and there is no other daemon running on port 161. Thanks for the attention. Hello, I've been trying to run the example-daemo

writing agent

2004-11-05 Thread Andres C
Hello, I'm trying to write a simple master agent, based on the file example-demon.c. I'm using MVC++ 6 to compile the file in windows. I'm using it with an MIB file I created as a test. It only has an integer object. So in the code I called init_test(). I changed the agentx_subagent=0 to run it

compiling demo app

2004-11-05 Thread Andres C
Hello, I've been trying to compile the snmpdemoapp.c in MVC++ 6.0 in windows, but I keep getting this error: Compiling... snmpdemoapp.c C:\Documents and Settings\user\Desktop\source\apps\snmpdemoapp.c(1) : fatal error C1083: Cannot open include file: 'net-snmp/net-snmp-config.h': No such file o

Program creation

2004-11-03 Thread Andres C
Hello, I have a few questions to make, I hope you can help me: 1. I've been looking around the code and found things like this: SOCK_STARTUP. What does that mean? Is it a function? Where is it defined? What does it make? 2. I would like to create a new snmp program, but much more simplified, in

Help extending agent

2004-10-07 Thread Andres C
Hello, I've been trying to compile an agent (in win32, using VC++ 6.0) I have extended to some test mib I have designed. I have executed the mib2c and generated the 2 files and added them to the project and succesfully built snmpd. Then I unload the service, replace the snmpd.exe file and upload