cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Windows Programming
fatal error LNK1136
fatal error LNK1136
May 27, 2010 at 11:26am UTC
arheevap
(2)
Dear All,
I am trying to send commands to RGB Controller in vc++ under windows XP. When i build my project i am getting the following output:
1>C:\Program Files\Microsoft Visual Studio 9.0\VC\lib\usp3tcom.lib : fatal error LNK1136: invalid or corrupt file
could anybody explain what's the real problem of this? FYI the usp3tcom.dll and usp3tcom.lib was built in Borland C++ 5.02
Thanks in advance
Arief
Jun 1, 2010 at 10:39am UTC
siavoshkc
(21)
I have no idea. But maybe if you have access to .lib codes you may recompile them usng an option telling compiler to make Microsoft compatible libs (COFF format?). Or using MS compiler.
Topic archived. No new replies allowed.