Click here to Skip to main content
16,004,969 members
Home / Discussions / XML / XSL
   

XML / XSL

 
GeneralRe: Xpath expression Pin
Ibana2-Aug-07 4:28
Ibana2-Aug-07 4:28 
GeneralRe: Xpath expression Pin
Ibana2-Aug-07 4:51
Ibana2-Aug-07 4:51 
QuestionRe: Xpath expression Pin
George L. Jackson2-Aug-07 12:03
George L. Jackson2-Aug-07 12:03 
AnswerRe: Xpath expression Pin
Ibana3-Aug-07 6:58
Ibana3-Aug-07 6:58 
AnswerRe: Xpath expression Pin
George L. Jackson3-Aug-07 9:39
George L. Jackson3-Aug-07 9:39 
GeneralRe: Xpath expression Pin
Ibana7-Aug-07 6:36
Ibana7-Aug-07 6:36 
QuestionUnknown entity class: NHibernate.Examples.QuickStart.User Pin
itbrainsoft12-Jul-07 19:12
itbrainsoft12-Jul-07 19:12 
QuestionHow to build source with XML componet in DDK source? Pin
wanylee11-Jul-07 15:51
wanylee11-Jul-07 15:51 
Hello.

I want to build a sample source in Windows 2003 Server Sp1 DDK with XML component.

- sample source : WINDDK\3790.1830\src\print\oemdll\oemui


I installed msxml 4.0 sp1 SDK and
added the following lines to precomp.h in the sample source.

#import "msxml4.dll"
#include <msxml2.h>
using namespace MSXML2;


And then, Opened the build windows to build it.The result is OK.

But, I declared the XML variable like following and builded the source.

IXMLDOMDocument2Ptr pXMLDoc = NULL;

The result was failed like following.
The build of each file was right, but finally the linking was failed.

1>oemui.obj : error LNK2019: unresolved external symbol "void __stdcall _com_iss
ue_error(long)" (?_com_issue_error@@YGXJ@Z) referenced in function "public: __th
iscall _com_ptr_t<class _com_iiid<struct="" msxml2::ixmldomdocument2,&struct="" __s_gu
id="" const="" _guid_2933bf95_7b36_11d2_b20e_00c04f983e60=""> >::_com_ptr_t<class _com_ii
id<struct="" msxml2::ixmldomdocument2,&struct="" __s_guid="" const="" _guid_2933bf95_7b36_11
d2_b20e_00c04f983e60=""> >(int)" (??0?$_com_ptr_t@V?$_com_IIID@UIXMLDOMDocument2@MS
XML2@@$1?_GUID_2933bf95_7b36_11d2_b20e_00c04f983e60@@3U__s_GUID@@B@@@@QAE@H@Z)
1>c:\WINDDK\3790.1830\src\print\oemdll\oemui\oemui.dll : error LNK1120: 1 unresolved externals
BUILD: Done


Plz. Let me know how to build a source with XML variable in Windows DDK.
AnswerRe: How to build source with XML componet in DDK source? Pin
George L. Jackson14-Jul-07 9:48
George L. Jackson14-Jul-07 9:48 
QuestionDate comparison in XML Pin
Muhammad Junaid Khan11-Jul-07 1:50
Muhammad Junaid Khan11-Jul-07 1:50 
QuestionXslt (table row shrinks in resultant html) [modified] Pin
Madhanlal JM10-Jul-07 23:46
Madhanlal JM10-Jul-07 23:46 
AnswerRe: Xslt (table row shrinks in resultant html) Pin
George L. Jackson14-Jul-07 10:10
George L. Jackson14-Jul-07 10:10 
GeneralRe: Xslt (table row shrinks in resultant html) Pin
Madhanlal JM15-Jul-07 23:28
Madhanlal JM15-Jul-07 23:28 
GeneralRe: Xslt (table row shrinks in resultant html) Pin
George L. Jackson16-Jul-07 16:07
George L. Jackson16-Jul-07 16:07 
QuestionHow to show image in XML? Pin
kittipomgmd9-Jul-07 17:45
kittipomgmd9-Jul-07 17:45 
AnswerRe: How to show image in XML? Pin
Christian Graus10-Jul-07 1:46
protectorChristian Graus10-Jul-07 1:46 
AnswerRe: How to show image in XML? Pin
Nick Rioux25-Jul-07 1:06
Nick Rioux25-Jul-07 1:06 
QuestionCreate new windows user via a Web service Pin
BLOEDHOND9-Jul-07 4:04
BLOEDHOND9-Jul-07 4:04 
AnswerRe: Create new windows user via a Web service Pin
BLOEDHOND9-Jul-07 4:06
BLOEDHOND9-Jul-07 4:06 
Questionupdate XML file dynamically Pin
Jhony george6-Jul-07 19:32
Jhony george6-Jul-07 19:32 
AnswerRe: update XML file dynamically Pin
Ilya Verbitskiy7-Jul-07 2:11
Ilya Verbitskiy7-Jul-07 2:11 
Questionextract data from "dynamic" XML-files Pin
Ibana3-Jul-07 1:26
Ibana3-Jul-07 1:26 
AnswerRe: extract data from "dynamic" XML-files Pin
BoneSoft6-Jul-07 4:05
BoneSoft6-Jul-07 4:05 
QuestionAny one tell me how to convert excel file to xml dynamically Pin
Praveenchandkr2-Jul-07 17:36
Praveenchandkr2-Jul-07 17:36 
QuestionBiztalk server, I say Validate Schem Pin
indian14329-Jun-07 2:12
indian14329-Jun-07 2:12 

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.