Cannot access Firewall functionality
From: dice (dice_at_discussions.microsoft.com)
Date: 07/13/04
- Next message: Valter Minute: "Re: How to avoid debug message on serial line"
- Previous message: dice: "Re: Re:Please help: Cannot setup a VPN client over dialup (modem)"
- Next in thread: Rory McLeod: "Re: Cannot access Firewall functionality"
- Reply: Rory McLeod: "Re: Cannot access Firewall functionality"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 13 Jul 2004 09:23:13 -0700
Im having trouble accessing the firewall API.
If I include <fwapi.h> in core.cpp I get the following errors:
C:\development\machine\core.cpp(162) : error C2065: 'IsFirewallEnabled' : undeclared identifier
C:\development\machine\core.cpp(162) : error C2065: 'AF_INET' : undeclared identifier
C:\development\machine\core.cpp(163) : error C2065: 'AF_INET6' : undeclared identifier
If I include <fwapi.h> in StdAfx.h I get the following error:
core.obj : error LNK2019: unresolved external symbol _IsFirewallEnabled referenced in function "void __cdecl initCore(void)" (?initCore@@YAXXZ)
emulatorRel/machine.exe : fatal error LNK1120: 1 unresolved externals
Can anyone tell me how I go about resolving this?
- Next message: Valter Minute: "Re: How to avoid debug message on serial line"
- Previous message: dice: "Re: Re:Please help: Cannot setup a VPN client over dialup (modem)"
- Next in thread: Rory McLeod: "Re: Cannot access Firewall functionality"
- Reply: Rory McLeod: "Re: Cannot access Firewall functionality"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|