Click here to Skip to main content
15,925,133 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
AnswerRe: socket question: receive part of what is send Pin
Scorpio10-May-06 2:01
Scorpio10-May-06 2:01 
Questionwindows task manager Pin
ash_cool9-May-06 23:16
ash_cool9-May-06 23:16 
GeneralNo Subject Pin
Maxwell Chen9-May-06 23:49
Maxwell Chen9-May-06 23:49 
GeneralRe: windows task manager Pin
Naveen9-May-06 23:54
Naveen9-May-06 23:54 
GeneralNo Subject Pin
Maxwell Chen9-May-06 23:57
Maxwell Chen9-May-06 23:57 
GeneralRe: windows task manager Pin
Cedric Moonen10-May-06 0:01
Cedric Moonen10-May-06 0:01 
GeneralRe: windows task manager Pin
Maxwell Chen10-May-06 0:03
Maxwell Chen10-May-06 0:03 
GeneralRe: windows task manager Pin
Nibu babu thomas10-May-06 0:00
Nibu babu thomas10-May-06 0:00 
GeneralRe: windows task manager Pin
Maxwell Chen10-May-06 0:09
Maxwell Chen10-May-06 0:09 
AnswerRe: Closing existing document in MDI on OnFIleOpen Pin
Nibu babu thomas9-May-06 22:50
Nibu babu thomas9-May-06 22:50 
Questionerrors LNK2001 and LNK2019 with VS .net 2005 Pin
hellow_world_cpp9-May-06 22:42
hellow_world_cpp9-May-06 22:42 
QuestionNeed help Pin
subramanyeswari9-May-06 22:42
subramanyeswari9-May-06 22:42 
AnswerRe: Need help Pin
_AnsHUMAN_ 9-May-06 23:00
_AnsHUMAN_ 9-May-06 23:00 
GeneralRe: Need help Pin
subramanyeswari9-May-06 23:08
subramanyeswari9-May-06 23:08 

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.