Click here to Skip to main content
15,927,345 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Child Window Pin
Nibu babu thomas10-May-06 2:11
Nibu babu thomas10-May-06 2:11 
QuestionMulti Window With OpenGl Pin
F.Smadi10-May-06 1:11
F.Smadi10-May-06 1:11 
QuestionCustom control derived from CDialog Pin
benjymous10-May-06 1:06
benjymous10-May-06 1:06 
AnswerRe: Custom control derived from CDialog Pin
Cedric Moonen10-May-06 1:12
Cedric Moonen10-May-06 1:12 
QuestionRich Editor Pin
tctan10-May-06 0:35
tctan10-May-06 0:35 
AnswerRe: Rich Editor Pin
kakan10-May-06 0:46
professionalkakan10-May-06 0:46 
GeneralRe: Rich Editor Pin
tctan10-May-06 4:01
tctan10-May-06 4:01 
GeneralRe: Rich Editor Pin
kakan11-May-06 20:17
professionalkakan11-May-06 20:17 
AnswerRe: Rich Editor Pin
Dan McCormick10-May-06 12:14
Dan McCormick10-May-06 12:14 
GeneralRe: Rich Editor Pin
tctan10-May-06 17:14
tctan10-May-06 17:14 
QuestionRich edit view speed Pin
Andrew Hain10-May-06 0:35
Andrew Hain10-May-06 0:35 
QuestionPrevent Treeview from blinking when updating Pin
vivelesours10-May-06 0:14
vivelesours10-May-06 0:14 
AnswerRe: Prevent Treeview from blinking when updating Pin
Nibu babu thomas10-May-06 0:18
Nibu babu thomas10-May-06 0:18 
GeneralRe: Prevent Treeview from blinking when updating Pin
vivelesours10-May-06 0:21
vivelesours10-May-06 0:21 
GeneralRe: Prevent Treeview from blinking when updating Pin
Andrew Hain10-May-06 0:48
Andrew Hain10-May-06 0:48 
GeneralRe: Prevent Treeview from blinking when updating Pin
vivelesours10-May-06 0:55
vivelesours10-May-06 0:55 
GeneralRe: Prevent Treeview from blinking when updating Pin
kakan10-May-06 1:15
professionalkakan10-May-06 1:15 
GeneralRe: Prevent Treeview from blinking when updating Pin
vivelesours10-May-06 2:09
vivelesours10-May-06 2:09 
GeneralRe: Prevent Treeview from blinking when updating Pin
Andrew Hain10-May-06 1:43
Andrew Hain10-May-06 1:43 
GeneralRe: Prevent Treeview from blinking when updating Pin
vivelesours10-May-06 2:22
vivelesours10-May-06 2:22 
GeneralRe: Prevent Treeview from blinking when updating Pin
Member 39402069-Jul-09 1:16
Member 39402069-Jul-09 1:16 
Questionquestion. Pin
mush hashor10-May-06 0:02
mush hashor10-May-06 0:02 
Hi,

I have several applications that have to use a set of same constant values.
Those constant values are defined in several CPP files in the
following way:
const char* name = "text";

I want to compile those CPP files to some software component
(maybe lib or dll) in order to use it in runtime in my application.
I considered to build those CPP files to DLL and then to load it explicitly
(by LoadLibrary() and GetProcAddress()).
The problem is that this way requires redefinition of all the constants defined in
CPP files in my executable and I would like to avoid the redefinition.

Is there any other way to compile those CPP files to software component in a way that my
applications will load it in the run time and there will be no need to redefine the constants
and no need to compile or link my applications each time the CPP files are changed?


Thanks in advance,
Avi
AnswerRe: question. Pin
Cedric Moonen10-May-06 0:13
Cedric Moonen10-May-06 0:13 
Questionsocket question: receive part of what is sent Pin
followait9-May-06 23:36
followait9-May-06 23:36 
Questionsocket question: receive part of what is send Pin
followait9-May-06 23:35
followait9-May-06 23:35 

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.