Click here to Skip to main content
15,910,009 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: is quastion3D model [modified] Pin
FarPointer27-Jun-06 1:44
FarPointer27-Jun-06 1:44 
GeneralRe: is quastion3D model Pin
obituary2u27-Jun-06 13:07
obituary2u27-Jun-06 13:07 
Questionusing VC6 link VC7 static lib error [modified] Pin
George_George27-Jun-06 1:32
George_George27-Jun-06 1:32 
QuestionRe: using VC6 link VC7 static lib error Pin
Viorel.27-Jun-06 1:36
Viorel.27-Jun-06 1:36 
AnswerRe: using VC6 link VC7 static lib error Pin
George_George27-Jun-06 1:57
George_George27-Jun-06 1:57 
GeneralRe: using VC6 link VC7 static lib error Pin
Viorel.27-Jun-06 2:09
Viorel.27-Jun-06 2:09 
GeneralRe: using VC6 link VC7 static lib error Pin
George_George27-Jun-06 2:29
George_George27-Jun-06 2:29 
GeneralRe: using VC6 link VC7 static lib error Pin
Viorel.27-Jun-06 2:41
Viorel.27-Jun-06 2:41 
In my opinion, the DLL files create by newer VS, in contrast with *.lib files, can be used in various operating systems and with different executables. When an executable requires a DLL function, it executes LoadLibrary and then GetProcAddress. Since these Windows functions can work with DLL created by both VC6 and VS 2003, in this way it seems to be possible to use a newer DLL by older executables.
GeneralRe: using VC6 link VC7 static lib error Pin
George_George27-Jun-06 2:50
George_George27-Jun-06 2:50 
GeneralRe: using VC6 link VC7 static lib error Pin
Viorel.27-Jun-06 2:56
Viorel.27-Jun-06 2:56 
GeneralRe: using VC6 link VC7 static lib error Pin
George_George27-Jun-06 3:01
George_George27-Jun-06 3:01 
GeneralRe: using VC6 link VC7 static lib error Pin
Viorel.27-Jun-06 3:14
Viorel.27-Jun-06 3:14 
GeneralRe: using VC6 link VC7 static lib error Pin
George_George27-Jun-06 3:33
George_George27-Jun-06 3:33 
AnswerRe: using VC6 link VC7 static lib error Pin
Michael Dunn27-Jun-06 6:48
sitebuilderMichael Dunn27-Jun-06 6:48 
GeneralRe: using VC6 link VC7 static lib error Pin
George_George27-Jun-06 21:16
George_George27-Jun-06 21:16 
GeneralRe: using VC6 link VC7 static lib error Pin
Michael Dunn28-Jun-06 5:36
sitebuilderMichael Dunn28-Jun-06 5:36 
GeneralRe: using VC6 link VC7 static lib error Pin
George_George29-Jun-06 21:31
George_George29-Jun-06 21:31 
GeneralRe: using VC6 link VC7 static lib error Pin
Michael Dunn1-Jul-06 2:04
sitebuilderMichael Dunn1-Jul-06 2:04 
GeneralRe: using VC6 link VC7 static lib error Pin
George_George2-Jul-06 18:57
George_George2-Jul-06 18:57 
Questionsetdlgitem text is not showing the message. Pin
Amit Agarrwal27-Jun-06 1:05
Amit Agarrwal27-Jun-06 1:05 
AnswerRe: setdlgitem text is not showing the message. Pin
Viorel.27-Jun-06 1:20
Viorel.27-Jun-06 1:20 
GeneralRe: setdlgitem text is not showing the message. Pin
Amit Agarrwal27-Jun-06 1:41
Amit Agarrwal27-Jun-06 1:41 
QuestionRe: setdlgitem text is not showing the message. Pin
Hamid_RT27-Jun-06 1:54
Hamid_RT27-Jun-06 1:54 
AnswerRe: setdlgitem text is not showing the message. Pin
Amit Agarrwal27-Jun-06 1:58
Amit Agarrwal27-Jun-06 1:58 
GeneralRe: setdlgitem text is not showing the message. Pin
Hamid_RT27-Jun-06 2:06
Hamid_RT27-Jun-06 2:06 

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.