Re: A library for Visual studio 2005 not compatible.
- From: Ajay <ajaykalra@xxxxxxxxx>
- Date: Sun, 1 Mar 2009 09:48:37 -0800 (PST)
On Feb 27, 4:56 am, "Nord Pierre" <Well ...> wrote:
Hello,
I have created a .lib in Visual Studio 6.0, nothing particular with it,
i use standard C/C++ class/functions. Now this library need to be link in
many other projects, the problem is that it's working perfectly with Visual
6.0 and absolutly not with Visual Studio 2005, the link is not performed and
the error message is "Unresolve external symbol __iob" i suppose this must
be a part of libc, but this library no longer exist or can be link with
VS2005, any idea ?
CRuntime changed in VC2005. You should recompile all your projects
with VS2005 to be consistent. This is usually a good practice and you
should avoid mixing various run times.
--
Ajay
.
- Prev by Date: Determine how the application was launched
- Next by Date: Re: CDialog showing in WIndows Task Manager
- Previous by thread: Determine how the application was launched
- Next by thread: Re: CDialog showing in WIndows Task Manager
- Index(es):
Relevant Pages
|