Click here to Skip to main content
15,915,094 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: c#.net Pin
The_Mega_ZZTer27-Sep-08 5:39
The_Mega_ZZTer27-Sep-08 5:39 
AnswerRe: c#.net Pin
leckey27-Sep-08 13:35
leckey27-Sep-08 13:35 
GeneralRe: c#.net Pin
Pete O'Hanlon28-Sep-08 9:24
mvePete O'Hanlon28-Sep-08 9:24 
GeneralRe: c#.net Pin
Paul Conrad29-Sep-08 6:41
professionalPaul Conrad29-Sep-08 6:41 
QuestionToolStripItem hides Image when Text is too big to fit Pin
The_Mega_ZZTer26-Sep-08 14:32
The_Mega_ZZTer26-Sep-08 14:32 
AnswerRe: ToolStripItem hides Image when Text is too big to fit Pin
The_Mega_ZZTer2-Oct-08 10:15
The_Mega_ZZTer2-Oct-08 10:15 
QuestionMeasuring Voltages At Serial Port Programmatically Pin
Saravanan Rao25-Sep-08 23:48
Saravanan Rao25-Sep-08 23:48 
AnswerRe: Measuring Voltages At Serial Port Programmatically Pin
Dave Kreskowiak26-Sep-08 2:01
mveDave Kreskowiak26-Sep-08 2:01 
AnswerRe: Measuring Voltages At Serial Port Programmatically Pin
Simon P Stevens26-Sep-08 4:59
Simon P Stevens26-Sep-08 4:59 
QuestionI need to make a application on BizTalk server using .NET Pin
Kumar Arun25-Sep-08 18:44
Kumar Arun25-Sep-08 18:44 
JokeRe: I need to make a application on BizTalk server using .NET Pin
Paul Conrad27-Sep-08 5:24
professionalPaul Conrad27-Sep-08 5:24 
AnswerRe: I need to make a application on BizTalk server using .NET Pin
Kevin McFarlane28-Sep-08 3:24
Kevin McFarlane28-Sep-08 3:24 
Question.NET and C++ Pin
BobInNJ24-Sep-08 6:22
BobInNJ24-Sep-08 6:22 
AnswerRe: .NET and C++ Pin
Mark Salsbery24-Sep-08 7:56
Mark Salsbery24-Sep-08 7:56 
AnswerRe: .NET and C++ Pin
Kevin McFarlane27-Sep-08 7:25
Kevin McFarlane27-Sep-08 7:25 
QuestionHow to disable the browser cache in WebBrowser Pin
Raaya123-Sep-08 11:13
Raaya123-Sep-08 11:13 
AnswerRe: How to disable the browser cache in WebBrowser Pin
Kumar Arun25-Sep-08 18:58
Kumar Arun25-Sep-08 18:58 
GeneralRe: How to disable the browser cache in WebBrowser Pin
Raaya129-Sep-08 10:56
Raaya129-Sep-08 10:56 
QuestionTextRange Fields in Office 2007 Pin
Patrick Kilgore23-Sep-08 10:01
Patrick Kilgore23-Sep-08 10:01 
AnswerRe: TextRange Fields in Office 2007 Pin
Patrick Kilgore23-Sep-08 11:36
Patrick Kilgore23-Sep-08 11:36 
QuestionAjax error handlling Pin
valerian.precop22-Sep-08 22:34
valerian.precop22-Sep-08 22:34 
AnswerRe: Ajax error handlling Pin
Patrick Kilgore23-Sep-08 10:05
Patrick Kilgore23-Sep-08 10:05 
QuestionCompiling VS 6.0 code in VS2005 Pin
SNI22-Sep-08 20:50
SNI22-Sep-08 20:50 
AnswerRe: Compiling VS 6.0 code in VS2005 Pin
led mike23-Sep-08 5:47
led mike23-Sep-08 5:47 
AnswerRe: Compiling VS 6.0 code in VS2005 Pin
The_Mega_ZZTer27-Sep-08 5:43
The_Mega_ZZTer27-Sep-08 5:43 
You may be missing an include directory. Check the documentation for the project to see which libraries it requires and make sure your include directories point to those libraries.

Your warnings seem to be because you are including two different versions of winsock. You should probably stick to the atlmfc one and not include the platformsdk version. The platformsdk version seems to be included first... maybe reversing the order might help. However warnings usually aren't fatal (and can be common when compiling old programs or programs written by programmers who don't care about warnings) so don't worry about them unless they cause the program to fail to run once you get rid of all of the errors.

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.