Click here to Skip to main content
16,005,120 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: permutations and combination Pin
RockyJames18-Feb-06 8:21
RockyJames18-Feb-06 8:21 
AnswerRe: permutations and combination Pin
Koushik Biswas18-Feb-06 14:23
Koushik Biswas18-Feb-06 14:23 
Questionurgent: to list names of all the computers on a network Pin
rohini sharma18-Feb-06 7:34
rohini sharma18-Feb-06 7:34 
AnswerRe: urgent: to list names of all the computers on a network Pin
Dan McCormick18-Feb-06 9:37
Dan McCormick18-Feb-06 9:37 
GeneralRe: urgent: to list names of all the computers on a network Pin
rohini sharma19-Feb-06 6:23
rohini sharma19-Feb-06 6:23 
AnswerRe: urgent: to list names of all the computers on a network Pin
Dan McCormick19-Feb-06 7:31
Dan McCormick19-Feb-06 7:31 
GeneralRe: urgent: to list names of all the computers on a network Pin
rohini sharma20-Feb-06 6:56
rohini sharma20-Feb-06 6:56 
GeneralRe: urgent: to list names of all the computers on a network Pin
Dan McCormick20-Feb-06 7:21
Dan McCormick20-Feb-06 7:21 
Search your development machine for those two header files (wspiapi.h and ws2tcpip.h). On my system they reside in C:\PROGRAM FILES\MICROSOFT SDK\INCLUDE.

If they don't exist at all on your machine, then it's little wonder that the compiler can't find them. You will need to upgrade your development environment.

If they do exist, then you probably have an issue with the list of directories the compiler is searching to find them. For VC++ 6 I can get to that information by clicking [Tools] -> [Options] -> [Directories].

Regards,
Dan

Remember kids, we're trained professionals.
Don't try this at home!

QuestionHow to set file filter? Pin
xyhan18-Feb-06 6:57
xyhan18-Feb-06 6:57 
AnswerRe: How to set file filter? Pin
David Crow18-Feb-06 7:02
David Crow18-Feb-06 7:02 
QuestionUpdate Message in system tray Pin
Atif Farooq18-Feb-06 2:27
Atif Farooq18-Feb-06 2:27 
AnswerRe: Update Message in system tray Pin
Michael Dunn18-Feb-06 5:28
sitebuilderMichael Dunn18-Feb-06 5:28 
GeneralRe: Update Message in system tray Pin
Atif Farooq24-Feb-06 12:35
Atif Farooq24-Feb-06 12:35 
QuestionChange hard-coded variables from Outside Pin
RedDragon2k18-Feb-06 2:09
RedDragon2k18-Feb-06 2:09 
AnswerRe: Change hard-coded variables from Outside Pin
David Crow18-Feb-06 6:58
David Crow18-Feb-06 6:58 
AnswerRe: Change hard-coded variables from Outside Pin
jc0dex18-Feb-06 15:49
jc0dex18-Feb-06 15:49 
QuestionLinux Pin
Hamid_RT18-Feb-06 1:55
Hamid_RT18-Feb-06 1:55 
AnswerRe: Linux Pin
Nemanja Trifunovic18-Feb-06 14:28
Nemanja Trifunovic18-Feb-06 14:28 
QuestionCommunicating with services Pin
Anorexic Tribble18-Feb-06 1:52
Anorexic Tribble18-Feb-06 1:52 
AnswerRe: Communicating with services Pin
George L. Jackson18-Feb-06 2:53
George L. Jackson18-Feb-06 2:53 
QuestionDelphi Pascal to C++ Pin
hutt18-Feb-06 1:49
hutt18-Feb-06 1:49 
AnswerRe: Delphi Pascal to C++ Pin
Michael Dunn18-Feb-06 5:33
sitebuilderMichael Dunn18-Feb-06 5:33 
GeneralRe: Delphi Pascal to C++ Pin
hutt18-Feb-06 7:46
hutt18-Feb-06 7:46 
GeneralRe: Delphi Pascal to C++ Pin
Michael Dunn18-Feb-06 9:45
sitebuilderMichael Dunn18-Feb-06 9:45 
QuestionGetting source-code text from the VS.Net IDE Pin
Virtek17-Feb-06 22:37
Virtek17-Feb-06 22:37 

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.