Click here to Skip to main content
16,010,427 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: InternetGetConnectedState problem Pin
David Crow28-Aug-05 4:50
David Crow28-Aug-05 4:50 
QuestioncryptImportkey Pin
Member 207257827-Aug-05 5:31
Member 207257827-Aug-05 5:31 
AnswerRe: cryptImportkey Pin
Jose Lamas Rios27-Aug-05 17:53
Jose Lamas Rios27-Aug-05 17:53 
Questionc++ compiler v. 1.52 Pin
moed27-Aug-05 3:18
moed27-Aug-05 3:18 
AnswerRe: c++ compiler v. 1.52 Pin
Trollslayer27-Aug-05 6:41
mentorTrollslayer27-Aug-05 6:41 
AnswerRe: c++ compiler v. 1.52 Pin
John R. Shaw27-Aug-05 11:38
John R. Shaw27-Aug-05 11:38 
GeneralRe: c++ compiler v. 1.52 Pin
Steve Mayfield28-Aug-05 11:19
Steve Mayfield28-Aug-05 11:19 
GeneralRe: c++ compiler v. 1.52 Pin
John R. Shaw28-Aug-05 21:40
John R. Shaw28-Aug-05 21:40 
Steve Mayfield wrote:
It is possible that the code runs under a DOS enviornment

With a name like EZBuilder, it probably wasn't DOS. If it was then it should have been written according to the standard, in which case it should still compile as a console application. The only problem you may run into under that is modern system security for hardware access.

If it was written for DOS, then the whole interface needs to be rewritten anyway.

Steve Mayfield wrote:
Does MSDN still provide the legacy archive?

Many of the examples (and samples) you see in MSDN are written in C, there's your legacy archive. Most of the code I wrote years ago for DOS still compiles and works today (still supported).

Note: Many of the examples are the same ones that where in the help file for both Ver. 1.0 and 1.52 of the compiler.

If you seperated most of the code that does the work from the interface code that shows it to the user, then you should still be able to use that same code.

The conversion requires: you to handle some messages differently and some functions are no longer supported.


INTP
"The more help VB provides VB programmers, the more miserable your life as a C++ programmer becomes."
Andrew W. Troelsen
AnswerRe: c++ compiler v. 1.52 Pin
Michael Dunn27-Aug-05 13:14
sitebuilderMichael Dunn27-Aug-05 13:14 
QuestionMSXML DOM help Pin
johnnyXP27-Aug-05 3:04
johnnyXP27-Aug-05 3:04 
AnswerRe: MSXML DOM help Pin
Andrew Kirillov27-Aug-05 4:42
Andrew Kirillov27-Aug-05 4:42 
GeneralRe: MSXML DOM help Pin
johnnyXP27-Aug-05 4:45
johnnyXP27-Aug-05 4:45 
GeneralRe: MSXML DOM help Pin
Andrew Kirillov27-Aug-05 5:00
Andrew Kirillov27-Aug-05 5:00 
GeneralRe: MSXML DOM help Pin
johnnyXP27-Aug-05 5:58
johnnyXP27-Aug-05 5:58 
Questionis this piece of mysql code correct? Pin
includeh1027-Aug-05 2:38
includeh1027-Aug-05 2:38 
AnswerRe: is this piece of mysql code correct? Pin
Johnny ²28-Aug-05 5:01
Johnny ²28-Aug-05 5:01 
Questioncall remote components Pin
Ganesh_T27-Aug-05 2:03
Ganesh_T27-Aug-05 2:03 
QuestionRe: call remote components Pin
Bob Stanneveld27-Aug-05 3:13
Bob Stanneveld27-Aug-05 3:13 
QuestionUsing C++ std lib isalnum Pin
Franz Klein26-Aug-05 22:45
Franz Klein26-Aug-05 22:45 
AnswerRe: Using C++ std lib isalnum Pin
Chris Losinger27-Aug-05 5:15
professionalChris Losinger27-Aug-05 5:15 
QuestionAdd handlers to menu items added at run time Pin
Aditya Rao26-Aug-05 21:52
Aditya Rao26-Aug-05 21:52 
QuestionRe: Add handlers to menu items added at run time Pin
Jose Lamas Rios27-Aug-05 18:06
Jose Lamas Rios27-Aug-05 18:06 
QuestionExcel Automation Pin
Identity Undisclosed26-Aug-05 21:52
Identity Undisclosed26-Aug-05 21:52 
AnswerRe: Excel Automation Pin
Kreatief28-Aug-05 23:32
Kreatief28-Aug-05 23:32 
Questionuse mysql in c++ Pin
includeh1026-Aug-05 19:36
includeh1026-Aug-05 19:36 

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.