Josef, Well, I don't think MSVCR90D.dll is a problem, as this should be part of VS2009 (and MSVCR80D.dll should _not_ as far as I know).
You will have to check all DLLs if there is a dependency to the VS2005 version of the Debug CRT. Best, Thomas Stadelmann Josef schrieb: > Hi Thomas, > > > > your right, we are chasing a ghost, > > > > msvcrt80.dll should still be on my system VS2008 TS? Shouldn’t it? > > > > But since I have clean-all and re-built ALL again, all from scratch, > zlib-1.5.2, libxml2-2.2.7 and axis2c from svn trunk, THIS TIME disabling > incremental linking in each project (there are a few...), you wonder > why, don't you, I can debug; My problem is gone (magic). > > > > BUT I have another indicator that something is wrong with my system: > THIS TIME > > > > I toke > > > > > > And dropped allocator_test.exe (just re-built) > > > > > > And now tell me why he is seeking MSVCR90D.DLL which IS on my system under > > > > > > I must admit, I don’t understand such things. I used VS2008 TS since May > 2009 for VB.net and C# projects and only now when I go for a ANSI C > project I run into troubles like this. How can I cure the problem with > MSVCR90D in Dependency Walker? > > > > BTW: I one has a better Dependency Walker I am very interested in it. > > > > Regards and Thanks again helping me to hunt this ghost. > > Josef > > > > > > > > > > > > > > > > > > > > > > -----Ursprüngliche Nachricht----- > Von: Thomas Baier [mailto:[email protected]] > Gesendet: Donnerstag, 24. Juni 2010 10:22 > An: Apache AXIS C User List > Betreff: Re: AW: AXIS2C on VISTA / VS9 and DLL Dependencies > > > > Josef, > > > > please find out, which of the DLLs/EXEs requires MSVCR80D.dll. This is > > fairly simple, just check all dependencies. Currently, we are chasing a > > ghost... > > > > Thomas > > > > Stadelmann Josef schrieb: > >> Gentlemans very much thank, > >> > >> sorry to e not as specific as required, but some of your concerns are > almost answered reading my problem; > >> > >> 1. I just toke the latest greatest sources from the axis2c trunk and I > have REBUILD the axis2c solution > >> > >> 2. because there is an IDES directory from which I just clickt > >> C:\asf\axis\axis2\c\core\trunk\ides\vc9\axis2\axis2c.sln ready to > be used with VS2008 > >> (could it be that I got the wrong one here?) > >> (could it be that I better would have opened > >> C:\asf\axis\axis2\c\core\trunk\ides\vc6\axis2\axis2c.dsw and the > convert it to a VS2008 solution? > >> > >> 3. As I explained " I want but I can't debug at all the > util\test\allocator\allocator_test.c > >> This due to the error box saying that MSVCR80D.dll is not found, > >> which is in fact the true because it does not exist on my Vista > system; > >> (again, can it be a mismatch because I might have selected the > wrong solution file) > >> > >> 4. regarding having another binary in the path, my path is quite full, > and for sure I have built all from scratch, after a cleanup, so I do not > expect that a binary is there which gets engaged when I have build all > from scratch. In this case the places reachable by VS2008 are clearly > defined. > >> > >> 5. I need the MSVCR80D.dll because I want to debug using VS2008; I > like to debug the util allocator_test; for that I have built axis2c e > all like zlib, libxml2 from scratch. And when that was done error free I > was seeking for the project building my axis2c test e all; As there is > no such sln file I added just a new consol project to the axis2c > solution. (Reason: I have to seek for a nasty bug potentially in libxml2 > reader, called by axutil, called by axiom, called by my development > project;) So I created a new project myself and added the existing > allocator_test.c; once this was built error free with the axutil.lib and > axiom.lib I wanted to debug it, when the error comes up. > >> > >> 6: So to answer, I have built from scratch zlib-1.2.5, libxml2-2.7.7 > and axis2c from svn trunk sources, all debug versions, this to dive > deep, starting at calling axiom routines then down into axutil, down to > libxml2-reader-wrapper into libxml-reader, because only then I can see > what goes wrong on my larger server on OpenVMS; > >> > >> Why under certain conditions some of my key-tags return a NULL-pointer > causing an access violation on entering a axutil-hash-table-entry; > >> > >> So what's wrong? > >> Thanks you for your assistance and hope someone has an idea; > >> I already placed a call at my help desk to re-install my VS2008 Team > Suite inclusing all from VC++ (all libs maybe MSVCR80D.dll is one of it) > Web is full of my reported error, but as usual, a lot explain but no > true answers. > >> > >> > >> Josef > >> > >> > >> > >> > >> -----Ursprüngliche Nachricht----- > >> Von: Thomas Baier [mailto:[email protected]] > >> Gesendet: Donnerstag, 24. Juni 2010 08:18 > >> An: Apache AXIS C User List > >> Betreff: Re: AXIS2C on VISTA / VS9 and DLL Dependencies > >> > >> Danushka Menikkumbura schrieb: > >>> He has built from source and is not specific if it was debug or release. > >> > >> In this case, I would suspect, that the project configuration is wrong. > >> VS 2008 should link with MSVCR90D.dll as far as I know. Maybe the import > >> library for MSVCR80D.dll has been specified explicitly in the > >> makefile/VC project (which normally should not be done) > >> > >> Thomas > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: [email protected] > >> For additional commands, e-mail: [email protected] > >> > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: [email protected] > >> For additional commands, e-mail: [email protected] > >> > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
