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

C / C++ / MFC

 
QuestionRe: problem in linking bluetooth related header files in VC++ Pin
_AnsHUMAN_ 1-Sep-08 2:44
_AnsHUMAN_ 1-Sep-08 2:44 
AnswerRe: problem in linking bluetooth related header files in VC++ Pin
manju23reddy1-Sep-08 3:21
manju23reddy1-Sep-08 3:21 
AnswerRe: problem in linking bluetooth related header files in VC++ Pin
David Crow1-Sep-08 4:02
David Crow1-Sep-08 4:02 
QuestionRe: problem in linking bluetooth related header files in VC++ Pin
David Crow1-Sep-08 4:07
David Crow1-Sep-08 4:07 
QuestionStatic variable in dll Pin
The NULL Developer1-Sep-08 1:55
professionalThe NULL Developer1-Sep-08 1:55 
AnswerRe: Static variable in dll Pin
Perspx1-Sep-08 2:05
Perspx1-Sep-08 2:05 
GeneralRe: Static variable in dll Pin
The NULL Developer1-Sep-08 2:09
professionalThe NULL Developer1-Sep-08 2:09 
AnswerRe: Static variable in dll Pin
Cedric Moonen1-Sep-08 2:19
Cedric Moonen1-Sep-08 2:19 
Be carefull with doing that. I remember a problem I had some years ago which consisted also of a singleton in a dll (using static variable). This didn't work because the dll (from which the singleton was coming) had a different instance of the static variable than the exe. Which means that if you have to use the singleton in the exe and in the dll, you will end-up with two copies of the singleton.

Cédric Moonen
Software developer

Charting control [v1.5]
OpenGL game tutorial in C++

GeneralRe: Static variable in dll Pin
The NULL Developer1-Sep-08 3:04
professionalThe NULL Developer1-Sep-08 3:04 
GeneralRe: Static variable in dll Pin
Cedric Moonen1-Sep-08 3:22
Cedric Moonen1-Sep-08 3:22 
QuestionLNK2001: Pin
T.RATHA KRISHNAN1-Sep-08 1:41
T.RATHA KRISHNAN1-Sep-08 1:41 
AnswerRe: LNK2001: Pin
Prasann Mayekar1-Sep-08 2:08
Prasann Mayekar1-Sep-08 2:08 
QuestionRe: LNK2001: Pin
T.RATHA KRISHNAN1-Sep-08 2:13
T.RATHA KRISHNAN1-Sep-08 2:13 
AnswerRe: LNK2001: Pin
Prasann Mayekar1-Sep-08 2:17
Prasann Mayekar1-Sep-08 2:17 
GeneralRe: LNK2001: Pin
Prasann Mayekar1-Sep-08 2:19
Prasann Mayekar1-Sep-08 2:19 
GeneralRe: LNK2001: Pin
T.RATHA KRISHNAN1-Sep-08 2:19
T.RATHA KRISHNAN1-Sep-08 2:19 
AnswerRe: LNK2001: Pin
Cedric Moonen1-Sep-08 2:26
Cedric Moonen1-Sep-08 2:26 
GeneralRe: LNK2001: Pin
T.RATHA KRISHNAN1-Sep-08 2:31
T.RATHA KRISHNAN1-Sep-08 2:31 
GeneralRe: LNK2001: Pin
Cedric Moonen1-Sep-08 2:35
Cedric Moonen1-Sep-08 2:35 
GeneralRe: LNK2001: Pin
T.RATHA KRISHNAN1-Sep-08 2:41
T.RATHA KRISHNAN1-Sep-08 2:41 
GeneralRe: LNK2001: Pin
Cedric Moonen1-Sep-08 2:44
Cedric Moonen1-Sep-08 2:44 
QuestionHow to create an XML document dynamically using MSXML? Pin
zengkun1001-Sep-08 1:34
zengkun1001-Sep-08 1:34 
AnswerRe: How to create an XML document dynamically using MSXML? Pin
Ștefan-Mihai MOGA1-Sep-08 8:09
professionalȘtefan-Mihai MOGA1-Sep-08 8:09 
QuestionMDI Pin
MsmVc1-Sep-08 1:12
MsmVc1-Sep-08 1:12 
QuestionHow to free rest of the memory (Total Allocated minus used) in an byte array ? Pin
kapardhi1-Sep-08 1:10
kapardhi1-Sep-08 1:10 

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.