This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

xalan


I want to trasform xml to html using XALAN C++. I using a small C++ code 
where in I use LoadLibrary to access the xalantransformer.dll.

>From the documents provided, the XalanTransformer.cpp has the
method transform (const char*, const char*, const char*)
In my C++ program i use GetProcAddress to access the .DLL after loadin it 
and then using the method transform where I pass 3 parameters that the 
method requires.

I get a memory error when I execute the code. Do I need any other .dll or 
any other files.
I have my XalanTransformer.dll in the Winnt\system32 folder and I am very 
sure that the .dll file is being accessed.

Any help will be appreciated

Thanks
Jeel



_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]