Click here to Skip to main content
16,011,428 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: initailize parallel port Pin
Rory Solley5-Jul-04 23:06
Rory Solley5-Jul-04 23:06 
GeneralRe: initailize parallel port Pin
Ryan Binns5-Jul-04 23:11
Ryan Binns5-Jul-04 23:11 
General#import for COM Dll Pin
Vaibhav Sanghavi5-Jul-04 21:44
Vaibhav Sanghavi5-Jul-04 21:44 
GeneralRe: #import for COM Dll Pin
Roger Stoltz5-Jul-04 22:13
Roger Stoltz5-Jul-04 22:13 
GeneralRe: #import for COM Dll Pin
Vaibhav...5-Jul-04 22:28
sussVaibhav...5-Jul-04 22:28 
GeneralRe: #import for COM Dll Pin
Roger Stoltz6-Jul-04 0:27
Roger Stoltz6-Jul-04 0:27 
GeneralRe: #import for COM Dll Pin
Vaibhav Sanghavi11-Jul-04 23:39
Vaibhav Sanghavi11-Jul-04 23:39 
GeneralRe: #import for COM Dll Pin
Roger Stoltz12-Jul-04 14:52
Roger Stoltz12-Jul-04 14:52 
Well...
The errors are expected since the interface is not declared.
I've tried to import hnetcfg.dll but there is no interface called INetFwProfile in my library either.

I browsed MSDN at the net and found the following link:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ics/ics/inetfwprofile.asp[^]
The article tells me that WinXP SP2 is required, do you have it?
Furthermore the article says that the interface is declared in a header file called netfw.h, which I presume is shipped with VC7 which I don't have. I'm running VC6 and I can't find that header file.
The article doesn't say anything about hnetcfg.dll. Where did you get the information that the interface could be found in this library?

The bottom line is that you are looking for the interface in the wrong place. Or maybe you're looking at the right place but the library is an older version that doesn't contain the interface you're after.
Either way I cannot help you since I cannot find any information that confirms any of this.

--
Roger
GeneralRe: #import for COM Dll Pin
Vaibhav Sanghavi12-Jul-04 18:55
Vaibhav Sanghavi12-Jul-04 18:55 
GeneralRe: #import for COM Dll Pin
Michael P Butler6-Jul-04 1:17
Michael P Butler6-Jul-04 1:17 
GeneralMSHFlexgrid ~ custom Autoresize Pin
V.5-Jul-04 21:27
professionalV.5-Jul-04 21:27 
Generalinheritance Pin
xcavin5-Jul-04 21:11
xcavin5-Jul-04 21:11 
GeneralRe: inheritance Pin
bneacetp5-Jul-04 21:45
bneacetp5-Jul-04 21:45 
GeneralRe: inheritance Pin
Vaibhav Sanghavi5-Jul-04 21:54
Vaibhav Sanghavi5-Jul-04 21:54 
Generalregistry handling in my software Pin
ask_you5-Jul-04 18:22
ask_you5-Jul-04 18:22 
GeneralRe: registry handling in my software Pin
Jose Cezar S. Ynion5-Jul-04 19:09
Jose Cezar S. Ynion5-Jul-04 19:09 
GeneralRe: registry handling in my software Pin
ask_you5-Jul-04 19:27
ask_you5-Jul-04 19:27 
GeneralReading Cookies Pin
Liger_Zero_X5-Jul-04 16:26
Liger_Zero_X5-Jul-04 16:26 
GeneralRe: Reading Cookies Pin
Jose Cezar S. Ynion5-Jul-04 17:18
Jose Cezar S. Ynion5-Jul-04 17:18 
GeneralRe: Reading Cookies Pin
Michael Dunn5-Jul-04 17:28
sitebuilderMichael Dunn5-Jul-04 17:28 
GeneralRe: Reading Cookies Pin
Liger_Zero_X5-Jul-04 19:55
Liger_Zero_X5-Jul-04 19:55 
GeneralRe: Reading Cookies Pin
Michael Dunn5-Jul-04 20:06
sitebuilderMichael Dunn5-Jul-04 20:06 
GeneralHelp with inheritance Pin
Sirrius5-Jul-04 16:16
Sirrius5-Jul-04 16:16 
GeneralRe: Help with inheritance Pin
Jose Cezar S. Ynion5-Jul-04 17:11
Jose Cezar S. Ynion5-Jul-04 17:11 
GeneralHelp with inheritance Pin
Sirrius5-Jul-04 16:16
Sirrius5-Jul-04 16:16 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.