VS.NET2003 Trail: fatal error

G

Guest

I'm trying the VC++.NET with the VS2003 Trial before I decide to upgrade my
VS02. The VB and VC# are running great except I couldn't BUILD any VC++ in
the IDE.

Problems: fatal error LNK2023: bad dll or entry point 'msobj10.dll'

I have no problem if I " cl.exe filename /clr .... " them.
All my VS (VS, VS2002 and VS2005Express) are running without anyError but
except I couldn't BUILD the VC++ with the VS2003 Trial Version.

Please Help!!
 
G

Guest

With the help from Stephen Fraser and his book "Managed C++ and .NET
Development", problem solved by replacing the link.exe with the one from the
VC++ developer toolkit, or I can put a msobj10.dll on its path to let it
calls what it wants to. Thanks Mr. Stephen Fraser!

It is one of the bugs of VS2003 Trial Version I found out. A dependency of
its link.exe (ver 7.1) should be the msobj71.dll but not a msobj10.dll. Only
the link.exe of VS6 and VS2002 call their own version of msobj10.dll
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top