Click here to Skip to main content
15,908,776 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: line thinkness Pin
Richard MacCutchan24-Mar-10 22:47
mveRichard MacCutchan24-Mar-10 22:47 
GeneralRe: line thinkness Pin
Code-o-mat24-Mar-10 22:49
Code-o-mat24-Mar-10 22:49 
GeneralRe: line thinkness Pin
arun_pk24-Mar-10 22:56
arun_pk24-Mar-10 22:56 
GeneralRe: line thinkness Pin
arun_pk24-Mar-10 23:02
arun_pk24-Mar-10 23:02 
GeneralRe: line thinkness Pin
Code-o-mat24-Mar-10 23:06
Code-o-mat24-Mar-10 23:06 
GeneralRe: line thinkness Pin
arun_pk24-Mar-10 23:19
arun_pk24-Mar-10 23:19 
AnswerRe: line thinkness Pin
Raj Jaiswal25-Mar-10 9:29
Raj Jaiswal25-Mar-10 9:29 
QuestionMSflexgrid Pin
Member 59031024-Mar-10 21:29
Member 59031024-Mar-10 21:29 
QuestionCString conversion problem Pin
Member 59031024-Mar-10 20:29
Member 59031024-Mar-10 20:29 
AnswerRe: CString conversion problem Pin
Mohan Ramachandra24-Mar-10 20:35
Mohan Ramachandra24-Mar-10 20:35 
GeneralRe: CString conversion problem Pin
Member 59031024-Mar-10 20:36
Member 59031024-Mar-10 20:36 
AnswerRe: CString conversion problem Pin
Mohan Ramachandra24-Mar-10 20:51
Mohan Ramachandra24-Mar-10 20:51 
GeneralRe: CString conversion problem Pin
Cedric Moonen24-Mar-10 21:22
Cedric Moonen24-Mar-10 21:22 
GeneralRe: CString conversion problem Pin
rajajay8224-Mar-10 22:12
rajajay8224-Mar-10 22:12 
GeneralRe: CString conversion problem Pin
CPallini24-Mar-10 22:16
mveCPallini24-Mar-10 22:16 
GeneralRe: CString conversion problem Pin
Cedric Moonen24-Mar-10 22:17
Cedric Moonen24-Mar-10 22:17 
GeneralRe: CString conversion problem Pin
Mohan Ramachandra24-Mar-10 22:49
Mohan Ramachandra24-Mar-10 22:49 
GeneralRe: CString conversion problem Pin
Cedric Moonen24-Mar-10 21:23
Cedric Moonen24-Mar-10 21:23 
GeneralRe: CString conversion problem Pin
Adam Roderick J24-Mar-10 22:14
Adam Roderick J24-Mar-10 22:14 
GeneralRe: CString conversion problem Pin
Member 59031024-Mar-10 22:23
Member 59031024-Mar-10 22:23 
GeneralRe: CString conversion problem Pin
Adam Roderick J24-Mar-10 23:17
Adam Roderick J24-Mar-10 23:17 
GeneralRe: CString conversion problem Pin
Raj Jaiswal25-Mar-10 9:33
Raj Jaiswal25-Mar-10 9:33 
QuestionMove to second monitor in MFC Pin
Anu_Bala24-Mar-10 19:20
Anu_Bala24-Mar-10 19:20 
AnswerRe: Move to second monitor in MFC Pin
Eugen Podsypalnikov24-Mar-10 21:41
Eugen Podsypalnikov24-Mar-10 21:41 
QuestionExcel C API registration interference with project dependency Pin
T210224-Mar-10 19:14
T210224-Mar-10 19:14 
I use C++ to create two XLL's A.xll and B.xll. A function in A.xll requires B.xll. If I compile A.xll with a project dependency on B.xll, then Excel does not register the functions in A.xll. If I compile A.xll without the project dependency and only include B.lib, then all functions are registered.

What is the reason? Is it a bug in Visual Studio compiler or some other issue?

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.