ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> tclxml-users
tclxml-users
Re: re[2]: [Tclxml-users] Error in loading TclDom from - binary combo
by Koolrans P other posts by this author
Feb 28 2005 4:57PM messages near this date
Re: re[2]: [Tclxml-users] Error in loading TclDom from - binary combo | re: [Tclxml-users] Error in loading TclDom from - binary combo
Hi Byron,

Thanks very much for this information. I will start working on it
right away. In the meanwhile, can you do a favour. Is it possible for
you to give me your compiled versions of tcldom and tclxml.
I appreciate all you help and information.
Thanks,

Regards,

Koolrans

On Mon, 28 Feb 2005 15:17:20 -0800, Byron Whitlock <byron@[...].com>  wrote:
>   >> Thanks for the info byron. Can you provide some more information as to
>   >> how u got 2.6 to compile and work.
>   >> Thanks.
>   
>   There surely is an easier way, but here is how I did it:
>   If you only need windows, you should try this with the 3.0 only version....
>  
>   1) I assume you can already build a tcl executable in the VS IDE. You
>  should
>   not be compiling from a makefile.
>  
>   2) Unzip the 2.6 libraries somewhere (tcxml/tcldom)
>   Under tclxml, there should be a win directory. Add the expatlib.dsw to your
>  project
>  
>   3) Add tclxml.dsp and tclxmlStubs.dsp
>  
>   4) Play around with the settings until you get tclxml to compile okay.
>  
>   5) in the tcldom/src directory, unzip the 3.0 tcldom/src files (yes its
>  weird, but it worked)
>   create a new project called tcldom. You should be able to compile tcldompro
>  as a static lib.
>  
>   6) Make sure your entry point is defined should look something like: 
>   {
>   extern Tcl_AppInitProc Tclxml_Init;
>  
>   if (Tclxml_Init(interp) == TCL_ERROR) {
>   return TCL_ERROR;
>   }
>   Tcl_StaticPackage(interp, "tclxml_static", Tclxml_Init, NULL);
>   }
>   
>   Here are my project files with full source. This will not just "work" I
>  have hard coded paths etc in there.
>   Let me know if you need any more info
>   
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  http://www.geocities.com/blackboy96 92002/tcldom_static/ 
>  No virus found in this outgoing message.
>  Checked by AVG Anti-Virus.
>  Version: 7.0.300 / Virus Database: 266.5.2 - Release Date: 2/28/2005
>  
>  
> 


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Tclxml-users mailing list
Tclxml-users@[...].net
https://lists.sourceforge.net/lists/listinfo/tclxml-users
Thread:
Byron Whitlock
Steve Ball
Koolrans P

Privacy Policy | Email Opt-out | Feedback | Syndication
© 2004 ActiveState, a division of Sophos All rights reserved