unresolved symbols (external)

2004-03-04 Thread Jimmy Yu
I have turned my cpp file into a lib, and have the main project include the lib file in the link tab. All other cpp file that was in the project that needed to call the function remains unchanged (header file remains) And now it compiles and links. I still don't know why or what setting in the pr

Re: Where can I find zip.exe?

2004-03-04 Thread david_n_bertoni
OK, how about Google? http://www.google.com/search?sourceid=navclient&ie=UTF-8&oe=UTF-8&q=zip%2Eexe which leads to: http://lists.wku.edu/pipermail/info-zip/2002-April/71.html which leads to: http://www.info-zip.org/pub/infozip/ All of which took about 20 seconds. Dave |--

Where can I find zip.exe?

2004-03-04 Thread Nick Bastin
Building with ICU requires zip.exe and perl on windows. I know where to get Perl, but there's no pointers on where to get zip.exe. I have winzip, but it's apparently not part of that package. -- Nick - To unsubscribe, e-mail:

SAX2XMLReader simple parsing problem. Newbie help needed

2004-03-04 Thread David ---
Hello, I'm getting a strange error message parsing an xml file with the SAX2XMLReader parser. The error is just below, the beg of the xml file just after. Can anybody help me please ?? By the way does anybody know of an irc channel for xerces ??? thanks, david > >SAXParser instantiated ok >Tryin

Re: Re: unresolved symbols (external)

2004-03-04 Thread Jeroen N. Witmond
I'm sorry, but I cannot help you with this problem. Perhaps somenody on the list can. Jeroen. > I build the dll and lib files first. Copy them into the necessary > directory (Common\xerces-lib). Added this directory to my link > tab, then I attempt to build my project. > > my project manager and

DO NOT REPLY [Bug 27450] - Validating against schemas importing other schemas

2004-03-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 27450] - Validating against schemas importing other schemas

2004-03-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 27450] - Validating against schemas importing other schemas

2004-03-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 27450] - Validating against schemas importing other schemas

2004-03-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 27450] - Validating against schemas importing other schemas

2004-03-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 27450] - Validating against schemas importing other schemas

2004-03-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 27450] - Validating against schemas importing other schemas

2004-03-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 27450] - Validating against schemas importing other schemas

2004-03-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 27450] New: - Validating against schemas importing other schemas

2004-03-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

unresolved symbols (external)

2004-03-04 Thread Jimmy Yu
I have done a sanity check on this in the settings for the current project. If I change my path, add or take out ..\ I would get xerces-c_2D.lib file not found, but if I keep the path the same, ..\..\Common\xerces-lib\xerces-c_2D.lib, I would then get all the unresolved externals. If anyone have