kak сделать XML-plug-in

1. Заходим в Visual Studio
2. Открываем PhxRDK_May06\src\samples\XML-plug-in\XML-plug-in(solution file)
3. Делаем BuildFile - F7
4. в командной строке PHX debug пишем:
cl.exe sirec(исходный файл нашей программы).cpp -d2plugin:<путь to XML-plug-in.dll> -d2xml-dir:<папка куда будут сливаться XML-ki>
5. перед этим надо создать папку для XML страниц и скопировать в эту папку C:\Program Files\PhxRDK_May06\src\samples\XML-plug-in\phx-xml.xsl - таблица стилей

example:
cl.exe uninit.cpp -d2plugin:C:\Program Files\PhxRDK_May06\src\samples\XML-plug-in\cpp\Debug\XML-plug-in.dll -d2xml-dir:C\temp

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-Share Alike 2.5 License.