syntax error '<'
-
when using xml with microsoft visual c++ express edition beta 2 i get a syntax error '<' on the first line: when i include the xml file in my program i get this error. does anyone know how to fix this problem?? any help would be greatly appreciated. thank you in advance for the help. - Kyle
-
when using xml with microsoft visual c++ express edition beta 2 i get a syntax error '<' on the first line: when i include the xml file in my program i get this error. does anyone know how to fix this problem?? any help would be greatly appreciated. thank you in advance for the help. - Kyle
Sounds like you're including it as a source file. Christian Graus - Microsoft MVP - C++
-
Sounds like you're including it as a source file. Christian Graus - Microsoft MVP - C++
how am i supposed to include it?
-
how am i supposed to include it?
Why do you want to ? You're not going to compile it, are you ? Christian Graus - Microsoft MVP - C++
-
Why do you want to ? You're not going to compile it, are you ? Christian Graus - Microsoft MVP - C++
i want to use the file as the contents of a treeview control - Kyle
-
i want to use the file as the contents of a treeview control - Kyle
So it needs to be in the same folder as your exe. It doesn't need to be part of the project. Christian Graus - Microsoft MVP - C++