Re: dll Hell...

2007-08-16 Thread Nicholas Bastin
On 8/2/07, Lewis G. Pringle, Jr. <[EMAIL PROTECTED]> wrote: > I solved the problem by just using static linking. DLLs may have been worth > the trouble they created when PCs came with 10MB hard disks. But they've > almost totally outlived their usefulness (or at least are dramatically > over-used).

Re: dll Hell...

2007-08-03 Thread Vitaly Prapirny
David Bertoni wrote: However, trying to sanction an "official" binary won't even work. Since you can build the binary with multiple compilers, and the name is always the same regardless, you could just as easily have a problem with one company using the Microsoft compiler, while another uses t

Re: dll Hell...

2007-08-02 Thread David Bertoni
Rob.Conde wrote: Hey guys, I've run into a situation with xerces, but I thought I'd bring it up here because it applies equally. Currently we're using xerces 2.6 and xalan 1.9 because we're using vs2005 and don't want to release with "unofficial" versions (i.e. the trunks). Those xerces 2

RE: dll Hell...

2007-08-02 Thread Rob.Conde
2, 2007 6:19 PM To: xalan-c-users@xml.apache.org Subject: RE: dll Hell... We solved the problem by wrapping the external interfaces with a C++ namespace. -Original Message- From: Rob.Conde [mailto:[EMAIL PROTECTED] Sent: Thursday, August 02, 2007 6:16 PM To: xalan-c-users@xml.apache.org Su

RE: dll Hell...

2007-08-02 Thread Lewis G. Pringle, Jr.
oduct - not integration points - should probably not be using DLLs. Lewis. -Original Message- From: Bossom, John [mailto:[EMAIL PROTECTED] Sent: Thursday, August 02, 2007 6:19 PM To: xalan-c-users@xml.apache.org Subject: RE: dll Hell... We solved the probl

RE: dll Hell...

2007-08-02 Thread Bossom, John
And recompiling, of course! -Original Message- From: Bossom, John [mailto:[EMAIL PROTECTED] Sent: Thursday, August 02, 2007 6:19 PM To: xalan-c-users@xml.apache.org Subject: RE: dll Hell... We solved the problem by wrapping the external interfaces with a C++ namespace. -Original

RE: dll Hell...

2007-08-02 Thread Bossom, John
We solved the problem by wrapping the external interfaces with a C++ namespace. -Original Message- From: Rob.Conde [mailto:[EMAIL PROTECTED] Sent: Thursday, August 02, 2007 6:16 PM To: xalan-c-users@xml.apache.org Subject: dll Hell... Hey guys, I've run into a situation

dll Hell...

2007-08-02 Thread Rob.Conde
Hey guys, I've run into a situation with xerces, but I thought I'd bring it up here because it applies equally. Currently we're using xerces 2.6 and xalan 1.9 because we're using vs2005 and don't want to release with "unofficial" versions (i.e. the trunks). Those xerces 2.6 and xalan 1.9 ar