Click here to Skip to main content
15,884,629 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Writing std::string to a binary file? Pin
Ravi Bhavnani11-Feb-06 7:33
professionalRavi Bhavnani11-Feb-06 7:33 
GeneralRe: Writing std::string to a binary file? Pin
Lord Kixdemp11-Feb-06 8:08
Lord Kixdemp11-Feb-06 8:08 
GeneralRe: Writing std::string to a binary file? Pin
Ravi Bhavnani11-Feb-06 8:11
professionalRavi Bhavnani11-Feb-06 8:11 
QuestionDetecting Internet connection Pin
Healdp11-Feb-06 0:53
Healdp11-Feb-06 0:53 
AnswerRe: Detecting Internet connection Pin
Taka Muraoka11-Feb-06 2:07
Taka Muraoka11-Feb-06 2:07 
AnswerRe: Detecting Internet connection Pin
bob1697211-Feb-06 2:49
bob1697211-Feb-06 2:49 
GeneralRe: Detecting Internet connection Pin
Healdp11-Feb-06 4:04
Healdp11-Feb-06 4:04 
GeneralRe: Detecting Internet connection Pin
bob1697211-Feb-06 5:05
bob1697211-Feb-06 5:05 
Are you using VC++ 6.0, or are you using 7(2002),7.1(2003), 0r 8(2005)?

Only 6.0 requires the February 2003 SDK or earlier. I have 7.1 and it comes with it's own SDK right out of the package. I also have 6.0 on the same machine but I have the 2000 Platform SDK installed and the February 2003 SDK installed in their own directory paths and my VC++ 6.0 IDE paths for the includes, libs, and source point to these respectively.

The February 2003 SDK is no longer available for free download. Microsoft unfortunatley saw an opportunity to make some money and now charges roughly $10 (US) for a disc. I have not checked recently to see if it's available for purchase still.

Another source was the CD that came with the book "Programming Server-Side Applications for Microsoft® Windows® 2000 by Jason Clark and Jeffrey Richter". It had a Platform SDK dated in 2000 that has these files.

(slightly off topic)
If you are using VC+ 6.0 but cannot find a compatible SDK, you may want to invest in VC++ 7.1 (aka 2003) for those programs that use the SDK, GDI+, etc... I prefer VC++ 6.0 but I'm finding VC++ 7.1 compiled code outperforms my VC++ 6.0 code even without compiling with the optimizing compiler turned on. I only program native code and the VC++ 7.1 IDE actually requires more time to develop certain types of applications but the tradeoffs seem to balance especially since Microsoft seems deadset on making life miserable for those of us who try and continue to develop with 6.0.

Visual Studio 2005 (at least the beta 2) was unbearably slow when I tried it out but I noticed most software venders are selling out or discontinuing VC++ 7.1 (2003) so I would snag a copy before your choices get limited even further. (CompUSA.com still has a few copies) I would have chose not to upgrade if it wasn't for the same issues you are now facing.

Good Luck and I hope a solution that is compatible with your needs develops for you.

Bob

GeneralRe: Detecting Internet connection Pin
Healdp12-Feb-06 1:22
Healdp12-Feb-06 1:22 
GeneralRe: Detecting Internet connection Pin
bob1697211-Feb-06 5:26
bob1697211-Feb-06 5:26 
GeneralRe: Detecting Internet connection Pin
Healdp11-Feb-06 5:45
Healdp11-Feb-06 5:45 
GeneralRe: Detecting Internet connection Pin
bob1697211-Feb-06 6:13
bob1697211-Feb-06 6:13 
GeneralRe: Detecting Internet connection Pin
Sunil P V7-Mar-07 19:35
Sunil P V7-Mar-07 19:35 
AnswerRe: Detecting Internet connection Pin
PJ Arends11-Feb-06 6:10
professionalPJ Arends11-Feb-06 6:10 
AnswerRe: Detecting Internet connection Pin
Ravi Bhavnani11-Feb-06 7:01
professionalRavi Bhavnani11-Feb-06 7:01 
AnswerRe: Detecting Internet connection Pin
Nish Nishant11-Feb-06 7:53
sitebuilderNish Nishant11-Feb-06 7:53 
QuestionAdd .lib library to Visual C++ project? Pin
Nick_Kisialiou11-Feb-06 0:05
Nick_Kisialiou11-Feb-06 0:05 
AnswerRe: Add .lib library to Visual C++ project? Pin
Stephen Hewitt11-Feb-06 0:15
Stephen Hewitt11-Feb-06 0:15 
GeneralRe: Add .lib library to Visual C++ project? Pin
Nick_Kisialiou11-Feb-06 10:00
Nick_Kisialiou11-Feb-06 10:00 
QuestionC++ persistence framework Pin
eusto10-Feb-06 23:43
eusto10-Feb-06 23:43 
AnswerRe: C++ persistence framework Pin
Stephen Hewitt11-Feb-06 0:19
Stephen Hewitt11-Feb-06 0:19 
AnswerRe: C++ persistence framework Pin
Kevin McFarlane11-Feb-06 1:18
Kevin McFarlane11-Feb-06 1:18 
AnswerRe: C++ persistence framework Pin
Ravi Bhavnani11-Feb-06 7:02
professionalRavi Bhavnani11-Feb-06 7:02 
AnswerRe: C++ persistence framework Pin
eusto11-Feb-06 16:51
eusto11-Feb-06 16:51 
QuestionWireless Programming in VC++.NET Pin
Anandoham10-Feb-06 22:57
Anandoham10-Feb-06 22:57 

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.