Click here to Skip to main content
15,913,709 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to insert a picture inmy dialog box Pin
Deepak Samuel12-Mar-04 2:28
Deepak Samuel12-Mar-04 2:28 
GeneralRe: How to insert a picture inmy dialog box Pin
george ivanov12-Mar-04 4:18
george ivanov12-Mar-04 4:18 
Generalreflecting value of one propertypage in another Pin
mymauve2112-Mar-04 1:45
mymauve2112-Mar-04 1:45 
GeneralRe: reflecting value of one propertypage in another Pin
Navin12-Mar-04 2:40
Navin12-Mar-04 2:40 
Generalupgrading VS6 to VS.NET2003, MFC linkage Pin
berndg12-Mar-04 1:40
berndg12-Mar-04 1:40 
GeneralRe: upgrading VS6 to VS.NET2003, MFC linkage Pin
Gary Wheeler12-Mar-04 2:00
Gary Wheeler12-Mar-04 2:00 
GeneralRe: upgrading VS6 to VS.NET2003, MFC linkage Pin
berndg12-Mar-04 2:16
berndg12-Mar-04 2:16 
GeneralRe: upgrading VS6 to VS.NET2003, MFC linkage Pin
Gary Wheeler12-Mar-04 3:08
Gary Wheeler12-Mar-04 3:08 
The source of the problem can be in any piece that's referenced in the linking process: object files in your project, import libraries, or 'function' libraries.

You've rebuilt your entire project under VS.NET, so the object files in your project should not be the problem.

Import libraries are object libraries that contain stub functions that correspond to the actual functions in a DLL. These stub functions take care of loading the library and then calling the actual DLL function for you. An import library is associated with a specific DLL. If you link to an import library that was compiled under VC6, you will need the MFC42* DLL's.

By 'function' libraries, I assume you mean object libraries. If any of these object libraries were compiled under VC6, you will probably also need the MFC42* DLL's.

berndg wrote:
I guess I can not link the application to both MFC42 and MFC71 at the same time, right?

I don't believe so. You would have two different copies of MFC loaded, with the corresponding mix of state information. I doubt this would work well, if at all.


Software Zen: delete this;
GeneralRe: upgrading VS6 to VS.NET2003, MFC linkage Pin
Navin12-Mar-04 2:42
Navin12-Mar-04 2:42 
GeneralDo not work DoModal() for font change: Pin
vgrigor12-Mar-04 0:14
vgrigor12-Mar-04 0:14 
Generalinvoke an application when starting the pc Pin
Rubin Boban11-Mar-04 23:54
Rubin Boban11-Mar-04 23:54 
GeneralRe: invoke an application when starting the pc Pin
Brian D12-Mar-04 0:36
Brian D12-Mar-04 0:36 
GeneralRe: invoke an application when starting the pc Pin
qcha0s12-Mar-04 3:43
qcha0s12-Mar-04 3:43 
Generalgetting the table names in access Pin
FASTian11-Mar-04 23:50
FASTian11-Mar-04 23:50 
GeneralRe: getting the table names in access Pin
Steve S12-Mar-04 0:07
Steve S12-Mar-04 0:07 
GeneralRe: getting the table names in access Pin
Monty212-Mar-04 0:57
Monty212-Mar-04 0:57 
GeneralRe: getting the table names in access Pin
David Crow12-Mar-04 2:23
David Crow12-Mar-04 2:23 
GeneralRe: Getting Error when Passing Variant Pin
Abebe12-Mar-04 0:08
Abebe12-Mar-04 0:08 
GeneralRe: Getting Error when Passing Variant Pin
User 21559712-Mar-04 0:11
User 21559712-Mar-04 0:11 
GeneralRe: Getting Error when Passing Variant Pin
Steve S12-Mar-04 0:11
Steve S12-Mar-04 0:11 
GeneralRe: Getting Error when Passing Variant Pin
User 21559712-Mar-04 0:26
User 21559712-Mar-04 0:26 
GeneralRe: Getting Error when Passing Variant Pin
Abebe12-Mar-04 4:15
Abebe12-Mar-04 4:15 
GeneralCHtmlView Re-Painting Pin
AssemblySoft11-Mar-04 23:40
AssemblySoft11-Mar-04 23:40 
GeneralRe: CHtmlView Re-Painting Pin
Gary Wheeler12-Mar-04 2:03
Gary Wheeler12-Mar-04 2:03 
GeneralRe: CHtmlView Re-Painting Pin
AssemblySoft12-Mar-04 5:17
AssemblySoft12-Mar-04 5:17 

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.