Click here to Skip to main content
16,003,474 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: MFC Worker Thread Question Pin
David Crow23-Feb-04 3:39
David Crow23-Feb-04 3:39 
GeneralNo Subject Pin
achimera20-Feb-04 12:16
achimera20-Feb-04 12:16 
GeneralRe: file types Pin
mohdshiraz20-Feb-04 21:24
mohdshiraz20-Feb-04 21:24 
GeneralRe: file types Pin
Balkrishna Talele20-Feb-04 22:04
Balkrishna Talele20-Feb-04 22:04 
GeneralRe: file types Pin
Balkrishna Talele20-Feb-04 22:04
Balkrishna Talele20-Feb-04 22:04 
GeneralRe: file types Pin
David Crow23-Feb-04 3:53
David Crow23-Feb-04 3:53 
GeneralMFC42 and VC7.1 Pin
Rohde20-Feb-04 12:13
Rohde20-Feb-04 12:13 
GeneralRe: MFC42 and VC7.1 Pin
Antti Keskinen21-Feb-04 0:01
Antti Keskinen21-Feb-04 0:01 
By default, the latest version of MFC is shipped with VC 7.1, and for some "strange" reason, it is not completely backward compatible. I don't know why Microsoft decided to do that, but we'll just have to live with it.

In order to use the VS6 version of MFC, you must get a copy of the necessary library and header files, for example, from one of your friends that is using VS6.

An alternative solution is to convert your program to use MFC 7.1. This might require some alterations to the code, and the fact that you must distribute the MFC 7.1 redist files. So you need to rebuild your installation files to copy the latest MFC redist instead of the older ones.

In conclusion, both choices one and two are possible. The third option is viable too, for it gives more jobs for me Big Grin | :-D

-Antti Keskinen

----------------------------------------------
The definition of impossible is strictly dependant
on what we think is possible.
GeneralRe: MFC42 and VC7.1 Pin
Rohde21-Feb-04 2:26
Rohde21-Feb-04 2:26 
GeneralTopmost property Pin
jlechem20-Feb-04 11:21
jlechem20-Feb-04 11:21 
GeneralRe: Topmost property Pin
User 665820-Feb-04 12:06
User 665820-Feb-04 12:06 
GeneralRe: Topmost property Pin
Balkrishna Talele20-Feb-04 22:07
Balkrishna Talele20-Feb-04 22:07 
GeneralRe: Topmost property Pin
jlechem21-Feb-04 6:07
jlechem21-Feb-04 6:07 
GeneralWnet functions Pin
Treyminator20-Feb-04 10:32
Treyminator20-Feb-04 10:32 
GeneralRe: Wnet functions Pin
David Crow20-Feb-04 10:56
David Crow20-Feb-04 10:56 
GeneralRe: Wnet functions Pin
l a u r e n20-Feb-04 15:51
l a u r e n20-Feb-04 15:51 
GeneralRe: Wnet functions Pin
Treyminator20-Feb-04 16:31
Treyminator20-Feb-04 16:31 
GeneralCustom Entry Point Pin
Alexander M.,20-Feb-04 9:15
Alexander M.,20-Feb-04 9:15 
GeneralRe: Custom Entry Point Pin
Michael Dunn20-Feb-04 12:50
sitebuilderMichael Dunn20-Feb-04 12:50 
GeneralRe: Custom Entry Point Pin
Alexander M.,21-Feb-04 2:57
Alexander M.,21-Feb-04 2:57 
GeneralListView image management Pin
Felix Gartsman20-Feb-04 9:12
Felix Gartsman20-Feb-04 9:12 
QuestionHow to know if the dialog is enable/disable by enablewinodw Pin
vancouver77720-Feb-04 8:48
vancouver77720-Feb-04 8:48 
AnswerRe: How to know if the dialog is enable/disable by enablewinodw Pin
David Crow20-Feb-04 8:59
David Crow20-Feb-04 8:59 
GeneralRe: How to know if the dialog is enable/disable by enablewinodw Pin
Anonymous21-Feb-04 11:51
Anonymous21-Feb-04 11:51 
GeneralRe: airline seat program Pin
Maximilien20-Feb-04 7:39
Maximilien20-Feb-04 7:39 

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.