Click here to Skip to main content
15,917,593 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
QuestionHow do I call a managed dll method from an unmanaged dll method? Pin
leweyboy24-May-05 1:21
leweyboy24-May-05 1:21 
AnswerRe: How do I call a managed dll method from an unmanaged dll method? Pin
Anonymous24-May-05 12:29
Anonymous24-May-05 12:29 
GeneralRe: How do I call a managed dll method from an unmanaged dll method? Pin
geekisi7724-Jul-05 18:55
geekisi7724-Jul-05 18:55 
Generalbools to bits Pin
richiemac23-May-05 23:58
richiemac23-May-05 23:58 
GeneralRe: bools to bits Pin
toxcct24-May-05 1:21
toxcct24-May-05 1:21 
GeneralRe: bools to bits Pin
richiemac24-May-05 2:05
richiemac24-May-05 2:05 
Generalxml Problem Pin
Saksida Bojan22-May-05 9:14
Saksida Bojan22-May-05 9:14 
GeneralRe: xml Problem Pin
Christian Graus22-May-05 12:58
protectorChristian Graus22-May-05 12:58 
Saksida Bojan wrote:
because i have crashed the forum

Yes, it appears you have. And I was coming to follow up on another one of your questions, too....

Why use 'GetElementsByTagName' ? I think the 'tagname' is the ID element. Try nodRoot->SelectNodes, with this: "/CDList/CDList/cdid", or this: "//cdid". These are valid xpaths. Why does the CDList node nest a copy of itself ?

Also, XML is case sensitive, if the above code was to work, you'd nee to make "CDID" the same case as in the XML.


Christian Graus - Microsoft MVP - C++
GeneralRe: xml Problem Pin
Saksida Bojan22-May-05 20:38
Saksida Bojan22-May-05 20:38 
GeneralRe: xml Problem Pin
Christian Graus23-May-05 1:18
protectorChristian Graus23-May-05 1:18 
GeneralRe: xml Problem Pin
Saksida Bojan24-May-05 20:07
Saksida Bojan24-May-05 20:07 
GeneralRe: xml Problem Pin
Christian Graus25-May-05 12:42
protectorChristian Graus25-May-05 12:42 
GeneralRe: xml Problem Pin
Saksida Bojan25-May-05 20:36
Saksida Bojan25-May-05 20:36 
Generalxml Problem Pin
Saksida Bojan22-May-05 9:05
Saksida Bojan22-May-05 9:05 
GeneralRe: xml Problem Pin
Shog923-May-05 12:29
sitebuilderShog923-May-05 12:29 
QuestionTextBox->ResetText () question??? Pin
richiemac20-May-05 1:12
richiemac20-May-05 1:12 
AnswerRe: TextBox->ResetText () question??? Pin
Saksida Bojan20-May-05 9:09
Saksida Bojan20-May-05 9:09 
GeneralTwo forms Pin
Saksida Bojan18-May-05 0:34
Saksida Bojan18-May-05 0:34 
GeneralRe: Two forms Pin
toxcct18-May-05 21:21
toxcct18-May-05 21:21 
GeneralRe: Two forms Pin
Saksida Bojan18-May-05 23:08
Saksida Bojan18-May-05 23:08 
GeneralRe: Two forms Pin
Christian Graus18-May-05 21:34
protectorChristian Graus18-May-05 21:34 
GeneralRe: Two forms Pin
Saksida Bojan18-May-05 23:06
Saksida Bojan18-May-05 23:06 
GeneralRe: Two forms Pin
toxcct18-May-05 23:19
toxcct18-May-05 23:19 
GeneralRe: Two forms Pin
Saksida Bojan19-May-05 8:04
Saksida Bojan19-May-05 8:04 
GeneralRe: Two forms Pin
Christian Graus19-May-05 12:44
protectorChristian Graus19-May-05 12:44 

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.