Click here to Skip to main content
16,004,828 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: making windows service with wxwidget Pin
Priyank Bolia16-May-07 21:53
Priyank Bolia16-May-07 21:53 
QuestionReporting tool Pin
Piyush Thacker9-May-07 23:33
Piyush Thacker9-May-07 23:33 
JokeRe: Reporting tool Pin
Programm3r9-May-07 23:40
Programm3r9-May-07 23:40 
GeneralRe: Reporting tool Pin
BadJerry10-May-07 1:36
BadJerry10-May-07 1:36 
QuestionLinker error using dll? Pin
$uresh $hanmugam9-May-07 22:14
$uresh $hanmugam9-May-07 22:14 
AnswerRe: Linker error using dll? Pin
Cedric Moonen9-May-07 22:21
Cedric Moonen9-May-07 22:21 
GeneralRe: Linker error using dll? Pin
$uresh $hanmugam9-May-07 22:28
$uresh $hanmugam9-May-07 22:28 
GeneralRe: Linker error using dll? Pin
Cedric Moonen9-May-07 22:32
Cedric Moonen9-May-07 22:32 
I am not sure: check that for both projects you are using the same unicode settings (unicode needs to be defined for both or for none of them). Maybe it is due to the fact that for one of the project, CString will be defined as CStringA (non unicode) and for the other, CString will be defined as CStringW (unicode). Thus, a linker error.

But I'm not sure at all.


Cédric Moonen
Software developer

Charting control [v1.2]

GeneralRe: Linker error using dll? [modified] Pin
$uresh $hanmugam9-May-07 22:50
$uresh $hanmugam9-May-07 22:50 
QuestionXMLHTTP error 12019 Pin
Andy H9-May-07 22:12
Andy H9-May-07 22:12 
AnswerRe: XMLHTTP error 12019 Pin
Andy H10-May-07 0:26
Andy H10-May-07 0:26 
GeneralRe: XMLHTTP error 12019 Pin
Andy H10-May-07 1:06
Andy H10-May-07 1:06 
QuestionCancel dialog Pin
deeps_cute9-May-07 22:11
deeps_cute9-May-07 22:11 
AnswerRe: Cancel dialog Pin
Rajesh R Subramanian9-May-07 22:18
professionalRajesh R Subramanian9-May-07 22:18 
AnswerRe: Cancel dialog Pin
Hamid_RT9-May-07 22:25
Hamid_RT9-May-07 22:25 
GeneralRe: Cancel dialog Pin
deeps_cute9-May-07 23:14
deeps_cute9-May-07 23:14 
QuestionRe: Cancel dialog Pin
Hamid_RT10-May-07 2:16
Hamid_RT10-May-07 2:16 
GeneralRe: Cancel dialog Pin
Nelek13-May-07 19:48
protectorNelek13-May-07 19:48 
AnswerRe: Cancel dialog Pin
Nelek9-May-07 23:14
protectorNelek9-May-07 23:14 
GeneralRe: Cancel dialog Pin
deeps_cute10-May-07 0:20
deeps_cute10-May-07 0:20 
GeneralRe: Cancel dialog Pin
ThatsAlok16-May-07 21:13
ThatsAlok16-May-07 21:13 
QuestionRe: Cancel dialog Pin
David Crow10-May-07 2:00
David Crow10-May-07 2:00 
AnswerRe: Cancel dialog Pin
ThatsAlok16-May-07 21:12
ThatsAlok16-May-07 21:12 
QuestionUsing GROUP BY Clause in CRecordset::Open() Pin
Rajesh_Parameswaran9-May-07 21:39
Rajesh_Parameswaran9-May-07 21:39 
QuestionRe: Using GROUP BY Clause in CRecordset::Open() Pin
David Crow10-May-07 2:02
David Crow10-May-07 2:02 

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.