RE: [Cdsa-dev] Build Question
Status: Abandoned
Brought to you by:
mdwood-intel
From: Bowler, D. <dav...@in...> - 2003-07-23 19:20:00
|
I think what happened is that an extra .lib was inserted during your conversion process. There once was a util.lib file that was part of CDSA, but in the recent versions this was cut from being a library to just being a directory with one file that was pulled into the relevant projects. The remaining file is cdsa/src/fwk/util/acc_cred.c, but the conversion process may have tried to interpret this as a library. However, in VC6 there is a file util.lib, so I could be wrong. I didn't find any references from CDSA to that library when I looked, but it could be that I'm missing something. David Bowler Sr. Software Engineer Intel Research & Development=20 -----Original Message----- From: Clyde C. McPherson [mailto:cmc...@co...]=20 Sent: Wednesday, July 23, 2003 10:07 AM To: cds...@li... Subject: [Cdsa-dev] Build Question I am building cdsa on my Windows XP Pro OS, using Microsoft Visual Studio .NET 2003 as the development platform. I have converted all the project workspaces over to the new solution workspaces and I am getting a load error on a library called util.lib. My question is util.lib part of CDSA or is it a system library from MSVC 6, because I can't seem to find this in the environment? Thanks Clyde McPherson |