Click here to Skip to main content
15,887,485 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to find function during debugging? Pin
chandu00410-Oct-07 2:57
chandu00410-Oct-07 2:57 
AnswerRe: How to find function during debugging? Pin
Paresh Chitte10-Oct-07 19:03
Paresh Chitte10-Oct-07 19:03 
Questionneed help getting jxta-c confgui to work Pin
pds847510-Oct-07 1:40
pds847510-Oct-07 1:40 
AnswerRe: need help getting jxta-c confgui to work Pin
jhwurmbach10-Oct-07 2:35
jhwurmbach10-Oct-07 2:35 
QuestionRe: need help getting jxta-c confgui to work Pin
pds847510-Oct-07 3:16
pds847510-Oct-07 3:16 
AnswerRe: need help getting jxta-c confgui to work Pin
jhwurmbach10-Oct-07 3:20
jhwurmbach10-Oct-07 3:20 
GeneralRe: need help getting jxta-c confgui to work Pin
pds847510-Oct-07 3:31
pds847510-Oct-07 3:31 
GeneralRe: need help getting jxta-c confgui to work Pin
jhwurmbach10-Oct-07 3:38
jhwurmbach10-Oct-07 3:38 
I have really no idea how jxta works, but the compiler clearly says it doesn't want a string literal here, but the address of a variable of the type Jxta_index.
Whatever that is. And whereever you get that from.

Does the documentation state the call should take a string as the second parameter? Then David Crow could be right:
Exchange "Name" with _T("Name").
Wrapping with _T("") should become a habit with string literals.
This way, in Unicode, the literals are unicode strings, in non-unicode they are char*.




Though I speak with the tongues of men and of angels, and have not money, I am become as a sounding brass, or a tinkling cymbal.
George Orwell, "Keep the Aspidistra Flying", Opening words

GeneralRe: need help getting jxta-c confgui to work Pin
pds847510-Oct-07 3:55
pds847510-Oct-07 3:55 
GeneralRe: need help getting jxta-c confgui to work Pin
jhwurmbach10-Oct-07 3:59
jhwurmbach10-Oct-07 3:59 
GeneralRe: need help getting jxta-c confgui to work Pin
pds847510-Oct-07 5:03
pds847510-Oct-07 5:03 
GeneralRe: need help getting jxta-c confgui to work Pin
Cedric Moonen10-Oct-07 3:57
Cedric Moonen10-Oct-07 3:57 
GeneralRe: need help getting jxta-c confgui to work Pin
pds847510-Oct-07 4:04
pds847510-Oct-07 4:04 
GeneralRe: need help getting jxta-c confgui to work Pin
Cedric Moonen10-Oct-07 4:20
Cedric Moonen10-Oct-07 4:20 
GeneralRe: need help getting jxta-c confgui to work Pin
pds847510-Oct-07 4:52
pds847510-Oct-07 4:52 
GeneralRe: need help getting jxta-c confgui to work Pin
jhwurmbach10-Oct-07 5:44
jhwurmbach10-Oct-07 5:44 
GeneralRe: need help getting jxta-c confgui to work Pin
pds847510-Oct-07 6:42
pds847510-Oct-07 6:42 
AnswerRe: need help getting jxta-c confgui to work [modified] Pin
David Crow10-Oct-07 3:23
David Crow10-Oct-07 3:23 
GeneralRe: need help getting jxta-c confgui to work Pin
pds847510-Oct-07 3:37
pds847510-Oct-07 3:37 
GeneralRe: need help getting jxta-c confgui to work Pin
David Crow10-Oct-07 3:55
David Crow10-Oct-07 3:55 
GeneralRe: need help getting jxta-c confgui to work Pin
pds847510-Oct-07 4:01
pds847510-Oct-07 4:01 
AnswerRe: need help getting jxta-c confgui to work Pin
David Crow10-Oct-07 3:58
David Crow10-Oct-07 3:58 
GeneralRe: need help getting jxta-c confgui to work Pin
pds847510-Oct-07 4:14
pds847510-Oct-07 4:14 
QuestionRe: need help getting jxta-c confgui to work Pin
David Crow10-Oct-07 4:17
David Crow10-Oct-07 4:17 
AnswerRe: need help getting jxta-c confgui to work Pin
pds847510-Oct-07 4:41
pds847510-Oct-07 4:41 

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.