Click here to Skip to main content
15,887,135 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 
hi im trying to get the confgui to work in Jxta-C

but when i try to build the project i get a error saying
error C2664: 'jxta_advertisement_get_string' : cannot convert parameter 2 from 'const char [5]' to 'Jxta_index *'

from this line

peername = jxta_advertisement_get_string((Jxta_advertisement*)pa,"Name");

i beleive that jxta_index comes from another file which constructs it as below

struct _jxta_index {
JXTA_OBJECT_HANDLE;
JString *element;
JString *attribute;
char *parm;
Jxta_object *range;
};

can anybody tell me how i should change the jxta_advertisement_get_string line so that it will work

thanks

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 
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.