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

Managed C++/CLI

 
GeneralRe: A __gc problemo Pin
ursus zeta28-May-05 7:44
ursus zeta28-May-05 7:44 
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 
<?xml version="1.0" standalone="yes"?>
<CDList>
<CDList>
<cdid>11</cdid>
<Name>Halo - Combat Evolved</Name>
<Type>Igre</Type>
<Comment />
</CDList>
</CDList>

Code Snipset:
XmlDocument *xmlCDList = new XmlDocument;<br />
xmlCDList->Load(strCDListFileName);<br />
<br />
XmlElement *nodRoot = xmlCDList->DocumentElement;<br />
XmlNodeList *nodCDListCDID = nodRoot->GetElementsByTagName(S"CDID");


The problem is:
nodCDListCDID->Count is always 0 (zero)

Please help. Thanks in advance.

i think that i have crashed Will you forgave me, because i have crashed the forum

// I have already send email to webmasters
GeneralRe: xml Problem Pin
Christian Graus22-May-05 12:58
protectorChristian Graus22-May-05 12:58 
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-&gt;ResetText () question??? Pin
richiemac20-May-05 1:12
richiemac20-May-05 1:12 
AnswerRe: TextBox-&gt;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 

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.