I know this is a very stupid question and I am very new to C ++.
I am developing Starcraft AI, this is a dll file. I am trying to use XML to collect some data for a bot, however whenever I create a dll with the / clr option. The bot is not loading properly. So my question is the CLR and there is a way to read / write XML without using the / clr build option.
Many thanks.
The flag /clrmeans that you create it as a C ++ / CLI application, which means that it will be managed code (using the .Net framework, etc.). See here for more details .
/clr
, , , - MSXml Xerces XML library XML , - .Net. , , XML, , ++.
Microsoft, COM, MSXML. libxml2 ( Windows ).
Source: https://habr.com/ru/post/1758193/More articles:I get a warning: incompatible Objective-C types assigning 'struct NSString *', expected 'struct NSMutableString *' - iphoneShould I specify the installer or not? - oopPYTHONPATH storage location - pythonWindows pause time - c #Обтекание однострочного div вокруг img (не текста) - htmlHow to use web.xml or call servlet init () when using GWTTestCase - unit-testingHow can I refresh a JS script page for everyone who views it? - javascriptRecursively remove file name suffix from files in shell - unixsql query for a null value greater than the parameter - sqlSmarty Templates PHP - removing specific text from a string - phpAll Articles