You can subscribe to this list here.
2009 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
(3) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: tingfang-tan <tin...@sa...> - 2013-07-05 04:43:32
|
Dear sir, i recently use the vtd-xml 2.11 c++ version to develop a application, it works well on a 32-bit system,such as window xp, but now for some reasons i have to move the project to a 64-bit system, and as you know ,the vtd-xml version cannot work the right way. and i have 2 questions : (1) . is there any plan to develop a 64bit version of the component? (2). would you please give me some advices on how to move a 32-bit version to a 64-bit version? best regards *** Attention *** This electronic mail including attachments is intended only for the person(s) or entity to which it is addressed and may contain confidential and/or legally privileged material and information. Unauthorized disclosure, copying, distribution or use of this material and information may be unlawful and is strictly prohibited. If you are not the intended recipient and have received this mail in error, please immediately contact the sender and delete all contents of the e-mail as well as any copies made. Thank You! |
From: <cra...@co...> - 2009-05-09 17:38:47
|
did you turn on the C compiler in compiler option? did you include every file properly? ----- Original Message ----- From: "张运嵩" <200...@su...> To: "vtd-xml-announcement" <vtd...@li...> Sent: Saturday, May 9, 2009 12:37:32 AM GMT -08:00 US/Canada Pacific Subject: [Vtd-xml-announcement] [SPAM] compiling errors for c version vtd-xml in vs2005 hi, vtd-xml-announcement I created a c/c++ project in vs2005 and added files of c version vtd-xml. But lots of errors occured when compiling. Just like the following: Error 1 error C2061: syntax error : identifier 'resizeFIB' in f:\papers\paper3\parallelvtdxml\fastintbuffer.h 62 Error 2 error C2059: syntax error : ';' in f:\papers\paper3\parallelvtdxml\fastintbuffer.h 62 Error 3 error C2059: syntax error : 'type' in f:\papers\paper3\parallelvtdxml\fastintbuffer.h 62 Error 4 error C2143: syntax error : missing ')' before '*' in f:\papers\paper3\parallelvtdxml\fastlongbuffer.h 49 Error 5 error C2081: 'Long' : name in formal parameter list illegal in f:\papers\paper3\parallelvtdxml\fastlongbuffer.h 49 Error 6 error C2143: syntax error : missing '{' before '*' in f:\papers\paper3\parallelvtdxml\fastlongbuffer.h 49 Error 7 error C2059: syntax error : 'type' in f:\papers\paper3\parallelvtdxml\fastlongbuffer.h 49 Error 8 error C2059: syntax error : ')' in f:\papers\paper3\parallelvtdxml\fastlongbuffer.h 49 Error 9 error C2146: syntax error : missing ')' before identifier 'i' in f:\papers\paper3\parallelvtdxml\fastlongbuffer.h 52 Error 10 error C2081: 'Long' : name in formal parameter list illegal in f:\papers\paper3\parallelvtdxml\fastlongbuffer.h 52 Error 11 error C2061: syntax error : identifier 'i' in f:\papers\paper3\parallelvtdxml\fastlongbuffer.h 52 ... ... What should I do with these errors? Any advice? Can someone provide an error-free project? Thanks. zhang yunsong, 200...@su... 2009-05-09 ------------------------------------------------------------------------------ The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your production scanning environment may not be a perfect world - but thanks to Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700 Series Scanner you'll get full speed at 300 dpi even with all image processing features enabled. http://p.sf.net/sfu/kodak-com _______________________________________________ Vtd-xml-announcement mailing list Vtd...@li... https://lists.sourceforge.net/lists/listinfo/vtd-xml-announcement |
From: <cra...@co...> - 2009-02-16 03:59:19
|
VTD-XML 2.5 is now released. Please go to https://sourceforge.net/project/showfiles.php?group_id=110612&package_id=120172&release_id=661376 to download the latest version. Changes from Version 2.4 (2/2009) * Added separate VTD indexing generating and loading (see http://vtd-xml.sf.net/persistence.html for further info) * Integrated extended VTD supporting 256 GB doc (In Java only). * Added duplicateNav() for replicate multiple VTDNav instances sharing XML, VTD and LC buffer (availabe in Java and C#). * Various bug fixes and enhancements |