| | |
I got a Link error 1181 with fresh code from source safe.
Please support our C++ advertiser: Intel Parallel Studio Home
![]() |
I got a Link error 1181 with fresh code from source safe. It is looking for a dll that is in the windows/system32 directory and cannot find it.
So how do I set the path to it?
I do not see amy sort of system path in MSCONFIG to set.
•
•
•
•
Linker Tools Error LNK1181
cannot open input file "filename"
The linker tool could not find "filename" because it does not exist or the path was not found.
I do not see amy sort of system path in MSCONFIG to set.
linkers do NOT link with *.dll files, but link with *.lib files. What, specifically, is "filename"? Is that something you just made up for posting purposes or is that what the linker actaully put in the error message?
>I do not see amy sort of system path in MSCONFIG to set.
Nor should there be. c:\windows\system32 is not intended for development purposes and there is nothing in that directory that your compiler will ever need.
>I do not see amy sort of system path in MSCONFIG to set.
Nor should there be. c:\windows\system32 is not intended for development purposes and there is nothing in that directory that your compiler will ever need.
Last edited by Ancient Dragon; Sep 13th, 2006 at 6:44 pm.
From http://www.wcscnet.com/Products/Cdrv...%5B0001%5D.htm
•
•
•
•
Make sure that you included the files CDRVPP.LIB, CDRVDL32.LIB, CDRVHF32.LIB, & CDRVXF32.LIB. They are found in the Lib directory for the Microsoft Visual C/C++ compilers and in the LibB directory for the Borland C/C++ compilers.
dwk
Seek and ye shall find.
"Only those who will risk going too far can possibly find out how far one can go."
-- TS Eliot.
"I have not failed. I've just found 10,000 ways that won't work."
-- Thomas Alva Edison
"The only real mistake is the one from which we learn nothing."
-- John Powell
Seek and ye shall find.
"Only those who will risk going too far can possibly find out how far one can go."
-- TS Eliot.
"I have not failed. I've just found 10,000 ways that won't work."
-- Thomas Alva Edison
"The only real mistake is the one from which we learn nothing."
-- John Powell
![]() |
Similar Threads
- 'Object variable or With block variable not set' Error (ASP.NET)
- Source Safe (Visual Basic 4 / 5 / 6)
- Passing variables around in a MFC project (C++)
- IE6 Problem Username/Password Link Error (Web Browsers)
- Windows 2K source code? (Windows NT / 2000 / XP)
Other Threads in the C++ Forum
- Previous Thread: using ifstream, counting elements of each line in a dat file
- Next Thread: Need help,my C++ calc
| Thread Tools | Search this Thread |
api array based beginner binary bitmap c++ c/c++ calculator char char* class classes code compile compiler console conversion count delete deploy desktop directshow dll download dynamic dynamiccharacterarray encryption error file forms fstream function functions game givemetehcodez google graph gui homeworkhelp homeworkhelper iamthwee ifstream input int integer java lib linkedlist linker linux list loop looping loops map math matrix memory news node numbertoword output parameter pointer problem program programming project proxy python random read recursion recursive reference return rpg sorting string strings struct temperature template templates test text text-file tree unix url variable vector visualstudio win32 windows winsock word wordfrequency wxwidgets






