From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-il1-x12f.google.com (mail-il1-x12f.google.com [IPv6:2607:f8b0:4864:20::12f]) by sourceware.org (Postfix) with ESMTPS id 46A7D384B0C0 for ; Sat, 25 Apr 2020 18:54:22 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 46A7D384B0C0 Received: by mail-il1-x12f.google.com with SMTP id r2so12727347ilo.6 for ; Sat, 25 Apr 2020 11:54:22 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=9DIjwGbc0PhdV2qJ7VLZIPiGhb5gm0aK94C/M9PYWi4=; b=ty0XgT/XY0T77MEaIpRT0QMUCxEEW7g7o0y3H4nxxtHhqKHlY6aWvmzjTt+Qj1ANEg E8KlnONqSLchNCMuvuvluH1yaGhkZ0VeQe3FEA/0G33tPiEFwfBkAVF/tTOVzJFnN/WL mA1laL1NO51FWT5nHO2+I2Sa17Tjt6Q1Iwst8uCXeEiYWxZcn0MM/4Rpq8ACztUUKQlY uR9ll6pusUwxS/zbw1OCqZL8SUZyDnLBLgtsXnWcTomiKRVl+0gXoYWHB2fgyKtqzyOA a3ROh6WNxmfXdFE8jxKFCIbZJ3Y0HLzw9kuvXr0+fMezjtsEd3yGnKQfPfVkmBkHHQy+ 6HfQ== X-Gm-Message-State: AGi0PubNAhqFVpQ1LGZD6iFXtWYaxEJH7TCUelw4sIprSd4td3hWSkCI KFoahsc0K7fGMxcD609LbaNkF9ivEmPiWWKKRbVkdP0PXJs= X-Google-Smtp-Source: APiQypLOOJw39Hj87bj1YAIljMKF2b9EyGwUZscnlWPU8R8AfoSmK6fudov+rW8bInK/uPgukHlIOXofeGkBH2o/EQo= X-Received: by 2002:a92:ca81:: with SMTP id t1mr14108048ilo.187.1587840861503; Sat, 25 Apr 2020 11:54:21 -0700 (PDT) MIME-Version: 1.0 From: Modassir Khan Date: Sun, 26 Apr 2020 00:24:10 +0530 Message-ID: Subject: Query for Net-SNMP using Cygwin To: cygwin-apps@cygwin.com X-Spam-Status: No, score=-3.9 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_ENVFROM_END_DIGIT, FREEMAIL_FROM, GIT_PATCH_2, HTML_MESSAGE, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, URIBL_SBL, URIBL_SBL_A autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: cygwin-apps@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Cygwin package maintainer discussion list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Apr 2020 18:54:23 -0000 Dear Members, I am using net-snmp package for cygwin to implement SNMP V3 support for Windows 10 and Windows 2016. In reference to the same, i wish to know if the complied Net-snmp package is build with winextdll support? Going through the following chapter for readme page I found http://www.net-snmp.org/docs/README.win32.html *Running Net-SNMP as a replacement for the Microsoft SNMP service * Compiling Net-SNMP with the winExtDLL extension (MSVC) ------------------------------------------------------ When building with MSVC 6, the Microsoft Platform SDK is required. Note: the most recent Platform SDK version that is still compatible with MSVC 6 is the February 2003 edition. This edition is no longer available online but can be ordered via http://mssdk.orderport.net/22221848/showall.asp. Configure / nmake: -add --with-winextdll to the Configure command line. Workspace: -in file win32\net-snmp\net-snmp-config.h modify /* #undef USING_WINEXTDLL_MODULE */ into the following: #define USING_WINEXTDLL_MODULE 1 -- *Thanks & Regards,* *Modassir Ausaf Khan* *Contact: +918860612357*