Click here to Skip to main content
15,909,332 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Animation in VC Pin
Rui Lopes20-Nov-01 7:05
Rui Lopes20-Nov-01 7:05 
GeneralScrolling A Device Context Bigger Than Screen Pin
AJ12319-Nov-01 22:03
AJ12319-Nov-01 22:03 
GeneralRe: Scrolling A Device Context Bigger Than Screen Pin
Simon Walton20-Nov-01 7:28
Simon Walton20-Nov-01 7:28 
GeneralUpgrade from MS C V7.0 to VC++ 6.0 Pin
Jerome Conus19-Nov-01 21:53
Jerome Conus19-Nov-01 21:53 
GeneralRe: Upgrade from MS C V7.0 to VC++ 6.0 Pin
Michael P Butler19-Nov-01 22:04
Michael P Butler19-Nov-01 22:04 
GeneralRe: Upgrade from MS C V7.0 to VC++ 6.0 Pin
Jerome Conus19-Nov-01 22:14
Jerome Conus19-Nov-01 22:14 
GeneralRe: Upgrade from MS C V7.0 to VC++ 6.0 Pin
Claudius Mokler19-Nov-01 22:46
Claudius Mokler19-Nov-01 22:46 
GeneralRe: Upgrade from MS C V7.0 to VC++ 6.0 Pin
Rassman20-Nov-01 3:08
Rassman20-Nov-01 3:08 
Claudius is right. But all is not lost.

For your situation (if you simply want your DOS ap compiled to run in a windows box) I would create a console ap, then add your dos ap files to it (taking care to use the new main()).

Depending on what your dos ap does and needs to access, most if not all your code should compile. I did a similar thing a while ago with a dos comms ap and a few of my old maths libs, the only thing I changed was the way it actually captures the port (other direct hardware stuff and Windows will clip your ear and make you stand in the corner).

As for any display part of your ap, the Win console actually handles that quite well, fixed fonts etc, line graphics is ok. If you used any of the old graphics lib extensions I'm afraid your compiler or Windows (depending on which parts you used) will tell you where you can stick 'em.

The apps/libs I brought to Windows generally had very little to do with the display, but a bit of tidying up sorted some minor screen printing problems, except one.

That was with hardcopy printing itself, in my case alignment was based on fixed fonts (I'm a UNIX man ok!, only tthe very young use variable fonts in UNIX). Windows tried to make it prettier with TT fonts, hardly a major thing, unless your ap has to print reems of stuff in a legible way.




We do it for the joy of seeing the users struggle.
GeneralRe: Upgrade from MS C V7.0 to VC++ 6.0 Pin
Jerome Conus20-Nov-01 3:30
Jerome Conus20-Nov-01 3:30 
GeneralRe: Upgrade from MS C V7.0 to VC++ 6.0 Pin
20-Nov-01 4:06
suss20-Nov-01 4:06 
GeneralChild Dialog Box Pin
mvworld19-Nov-01 21:45
mvworld19-Nov-01 21:45 
GeneralRe: Child Dialog Box Pin
Christian Graus20-Nov-01 10:22
protectorChristian Graus20-Nov-01 10:22 
GeneralProblems using MFC dll's Pin
Nevidimka19-Nov-01 20:26
Nevidimka19-Nov-01 20:26 
GeneralRe: Problems using MFC dll's Pin
Michael Dunn19-Nov-01 20:49
sitebuilderMichael Dunn19-Nov-01 20:49 
GeneralHUGE THANKS!!! Pin
Nevidimka19-Nov-01 21:25
Nevidimka19-Nov-01 21:25 
Generalvoice recording Pin
Djibril19-Nov-01 15:16
professionalDjibril19-Nov-01 15:16 
GeneralRe: voice recording Pin
Mukkie21-Nov-01 7:20
Mukkie21-Nov-01 7:20 
GeneralCListCtrl & Report Style Pin
Matt Newman19-Nov-01 15:05
Matt Newman19-Nov-01 15:05 
GeneralRe: CListCtrl & Report Style Pin
Nish Nishant19-Nov-01 15:33
sitebuilderNish Nishant19-Nov-01 15:33 
GeneralRe: CListCtrl & Report Style Pin
Matt Newman19-Nov-01 15:45
Matt Newman19-Nov-01 15:45 
GeneralRe: CListCtrl & Report Style Pin
Shog920-Nov-01 12:03
sitebuilderShog920-Nov-01 12:03 
GeneralRe: CListCtrl & Report Style Pin
Derek Waters20-Nov-01 13:39
Derek Waters20-Nov-01 13:39 
GeneralRe: CListCtrl & Report Style Pin
Matt Newman20-Nov-01 16:11
Matt Newman20-Nov-01 16:11 
GeneralRe: CListCtrl & Report Style Pin
Derek Waters20-Nov-01 16:15
Derek Waters20-Nov-01 16:15 
GeneralRe: CListCtrl & Report Style Pin
Matt Newman20-Nov-01 16:21
Matt Newman20-Nov-01 16:21 

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.