Click here to Skip to main content
15,910,980 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to find function during debugging? Pin
jhwurmbach10-Oct-07 2:38
jhwurmbach10-Oct-07 2:38 
GeneralRe: How to find function during debugging? Pin
Atul2310-Oct-07 2:43
Atul2310-Oct-07 2:43 
GeneralRe: How to find function during debugging? Pin
Cedric Moonen10-Oct-07 2:47
Cedric Moonen10-Oct-07 2:47 
GeneralRe: How to find function during debugging? Pin
Maximilien10-Oct-07 3:01
Maximilien10-Oct-07 3:01 
GeneralRe: How to find function during debugging? Pin
jhwurmbach10-Oct-07 3:16
jhwurmbach10-Oct-07 3:16 
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 
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 
pds8475 wrote:
error C2664: 'jxta_advertisement_get_string' : cannot convert parameter 2 from 'const char [5]' to 'Jxta_index *'


This is usually a Unicode vs. ANSI error. Try putting an L in front of the string literal.

[edit]
Now that I've gone back and read your post, my suggestion was way off. Sorry about that.
[/edit]



"A good athlete is the result of a good and worthy opponent." - David Crow

"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne


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 

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.