Click here to Skip to main content
15,914,322 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralHelp!!! Pin
El'Cachubrey16-Jun-04 4:02
El'Cachubrey16-Jun-04 4:02 
GeneralRe: Help!!! Pin
Rodrigo Pinto Pereira de Souza16-Jun-04 7:22
Rodrigo Pinto Pereira de Souza16-Jun-04 7:22 
GeneralRe: Help!!! Pin
Rodrigo Pinto Pereira de Souza16-Jun-04 7:23
Rodrigo Pinto Pereira de Souza16-Jun-04 7:23 
GeneralRe: Help!!! Pin
El'Cachubrey16-Jun-04 22:22
El'Cachubrey16-Jun-04 22:22 
Generalurgent - how to write a DDE server program for Excel unsing VC++ Pin
swerajan16-Jun-04 3:47
swerajan16-Jun-04 3:47 
GeneralRe: urgent - how to write a DDE server program for Excel unsing VC++ Pin
toxcct16-Jun-04 4:06
toxcct16-Jun-04 4:06 
GeneralUsing VC++6 .dll and .lib in VC.NET Pin
Freddie Code16-Jun-04 3:38
Freddie Code16-Jun-04 3:38 
GeneralRe: Using VC++6 .dll and .lib in VC.NET Pin
Anthony_Yio16-Jun-04 16:34
Anthony_Yio16-Jun-04 16:34 
For compile error that you will face in VC7,
VC7 has a updated version of STL and stronger type checking. Do expect some compile errors like type checking error, STL related errors and etc. But it should be obvious and easy to fix.

For linker error that you will face,

As you know that VC 7 uses upgraded version of STL and other CRT. Do expect some function conflicts or incompatible problem during linkage stage. Theoritically, a updated STL should work with lower version but not in this case. Other than this problem, you will face another error like fatal error LNK1235: corrupt or invalid COFF symbol table. Linker error that relate to COFF. COFF symbol table is not generated in earlier version of Visual C++ compiler as the /clr switch is not exist at that time.

The quick fix for this is to recompile your VC6 lib to reproduce a newer one with VC.NET. Other than that, what I think of is not to use the lib in VC.NET.


Sonork 100.41263:Anthony_Yio

Generalcopiler hangup Pin
Michae_geffen16-Jun-04 2:43
Michae_geffen16-Jun-04 2:43 
GeneralRe: copiler hangup Pin
Monty216-Jun-04 3:13
Monty216-Jun-04 3:13 
GeneralRe: copiler hangup Pin
David Crow16-Jun-04 3:14
David Crow16-Jun-04 3:14 
QuestionHow to trace Right Click on DataGrid Pin
Sumit Kapoor16-Jun-04 2:41
Sumit Kapoor16-Jun-04 2:41 
AnswerRe: How to trace Right Click on DataGrid Pin
Cedric Moonen16-Jun-04 3:28
Cedric Moonen16-Jun-04 3:28 
GeneralRe: How to trace Right Click on DataGrid Pin
Sumit Kapoor16-Jun-04 3:32
Sumit Kapoor16-Jun-04 3:32 
GeneralRe: How to trace Right Click on DataGrid Pin
Cedric Moonen16-Jun-04 3:40
Cedric Moonen16-Jun-04 3:40 
GeneralRe: How to trace Right Click on DataGrid Pin
Sumit Kapoor16-Jun-04 3:44
Sumit Kapoor16-Jun-04 3:44 
GeneralRe: How to trace Right Click on DataGrid Pin
V.16-Jun-04 4:09
professionalV.16-Jun-04 4:09 
GeneralRe: How to trace Right Click on DataGrid Pin
Sumit Kapoor16-Jun-04 4:57
Sumit Kapoor16-Jun-04 4:57 
GeneralRe: How to trace Right Click on DataGrid Pin
Sumit Kapoor16-Jun-04 4:58
Sumit Kapoor16-Jun-04 4:58 
Generalplacing the device independent bitmap into the clipboard Pin
maxsteel16-Jun-04 1:27
maxsteel16-Jun-04 1:27 
GeneralRe: placing the device independent bitmap into the clipboard Pin
Johan Rosengren16-Jun-04 3:30
Johan Rosengren16-Jun-04 3:30 
GeneralRe: placing the device independent bitmap into the clipboard Pin
Anonymous18-Jun-04 18:11
Anonymous18-Jun-04 18:11 
GeneralDerived class OnPaint() question Pin
J.B.16-Jun-04 1:27
J.B.16-Jun-04 1:27 
GeneralRe: Derived class OnPaint() question Pin
valikac16-Jun-04 3:27
valikac16-Jun-04 3:27 
GeneralRe: Derived class OnPaint() question Pin
J.B.16-Jun-04 4:33
J.B.16-Jun-04 4:33 

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.