Click here to Skip to main content
15,898,035 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Problem with MessageBox & Pointing Pin
Semion_N12-Sep-06 8:10
Semion_N12-Sep-06 8:10 
Questionwho sent the message "WM_CREATE" and "WM_PAINT"? Pin
bloodwinner12-Sep-06 1:58
bloodwinner12-Sep-06 1:58 
AnswerRe: who sent the message "WM_CREATE" and "WM_PAINT"? Pin
HakunaMatada12-Sep-06 2:13
HakunaMatada12-Sep-06 2:13 
AnswerRe: who sent the message "WM_CREATE" and "WM_PAINT"? Pin
_AnsHUMAN_ 12-Sep-06 2:16
_AnsHUMAN_ 12-Sep-06 2:16 
AnswerRe: who sent the message "WM_CREATE" and "WM_PAINT"? Pin
Hamid_RT12-Sep-06 2:31
Hamid_RT12-Sep-06 2:31 
AnswerRe: who sent the message "WM_CREATE" and "WM_PAINT"? Pin
Hamid_RT13-Sep-06 8:11
Hamid_RT13-Sep-06 8:11 
QuestionIWebBrowser2 woes. Pin
HakunaMatada12-Sep-06 1:31
HakunaMatada12-Sep-06 1:31 
QuestionReferenced namespace in another project not linking Pin
Klempie12-Sep-06 1:31
Klempie12-Sep-06 1:31 
Ok. In VC++.Net 05, I've compiled a dll containing a namespace from one project in the solution. I'm now trying to use that namespace in another project but it is throwing up linking errors for the object it's compiled for the 2nd project. I have added the dll to the References in the Project Properties but nothing. If I say

> using namespace DllData

the compiler says that DllClass (in the dll) is not a member of DllNamespace. This makes sense as Intellisense is not picking up DllNamespace in the first place. I've tried including the headers for the dll source from the 1st project (which seems a bit counterproductive to me), which helps compiling the object code but then crashes the linker when it can't find the object code for the dll!

I know I'm doing something stupid or not doing something obvious. Please help!
AnswerRe: Referenced namespace in another project not linking Pin
Cedric Moonen12-Sep-06 2:15
Cedric Moonen12-Sep-06 2:15 
GeneralRe: Referenced namespace in another project not linking Pin
Klempie12-Sep-06 2:27
Klempie12-Sep-06 2:27 
GeneralRe: Referenced namespace in another project not linking Pin
Cedric Moonen12-Sep-06 2:31
Cedric Moonen12-Sep-06 2:31 
GeneralRe: Referenced namespace in another project not linking Pin
Klempie12-Sep-06 2:43
Klempie12-Sep-06 2:43 
QuestionCan MIDL marshall STL types like vector ? Pin
Mr.Brainley12-Sep-06 1:20
Mr.Brainley12-Sep-06 1:20 
Questionwhy should we always use "CALLBACK" and "WINAPI" these words Pin
bloodwinner12-Sep-06 0:56
bloodwinner12-Sep-06 0:56 
AnswerRe: why should we always use "CALLBACK" and "WINAPI" these words Pin
Steve S12-Sep-06 3:17
Steve S12-Sep-06 3:17 
AnswerRe: why should we always use "CALLBACK" and "WINAPI" these words Pin
David Crow12-Sep-06 7:22
David Crow12-Sep-06 7:22 
QuestionHow to make an exe Pin
vc++_fragrance12-Sep-06 0:49
vc++_fragrance12-Sep-06 0:49 
AnswerRe: How to make an exe Pin
Cedric Moonen12-Sep-06 0:53
Cedric Moonen12-Sep-06 0:53 
GeneralRe: How to make an exe Pin
vc++_fragrance12-Sep-06 1:02
vc++_fragrance12-Sep-06 1:02 
GeneralRe: How to make an exe Pin
Hamid_RT12-Sep-06 1:28
Hamid_RT12-Sep-06 1:28 
AnswerRe: How to make an exe Pin
prasad_som12-Sep-06 0:55
prasad_som12-Sep-06 0:55 
GeneralRe: How to make an exe Pin
vc++_fragrance12-Sep-06 1:05
vc++_fragrance12-Sep-06 1:05 
GeneralRe: How to make an exe Pin
prasad_som12-Sep-06 1:40
prasad_som12-Sep-06 1:40 
GeneralRe: How to make an exe Pin
vc++_fragrance13-Sep-06 1:44
vc++_fragrance13-Sep-06 1:44 
GeneralRe: How to make an exe Pin
prasad_som13-Sep-06 1:53
prasad_som13-Sep-06 1:53 

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.