-
[Linker Fatal Error] Fatal: Unable to open file 'DCLUSR.LIB'
Can anyone help me with this error?
[Linker Fatal Error] Fatal: Unable to open file 'DCLUSR.LIB'
I've checked the disk and the file does not exist with a .lib but I do get a...
.bdsproj
.dcu
.dpk
.res
Can anyone help?
-
Hi Chris,
looks like you have not (successfully) compiled the 'DCLUSR.LIB' project.
The fact, that you have the project files but not the *.lib is a strong
indicator. Try opening the .bdsproj (I can't tell you which IDE uses .bdsproj,
but you probably know, since you have the files on your box ;-).
Once you have successfully compiled the Lib, place it in your Lib-Path and
your original project will hopefulle not produce the above error any longer.
Cheers,
D
DKyb-------------------------------
Life is a short warm moment -
Death is the long cold rest.
Pink Floyd
-------------------------------
-
Hi,
I get a box come up when I try to compile it,
"Personality CPlusPlusBuilder. Personality is required to load this project and is not loaded."
What does this mean?
I feel like bart simpson when he sold his soul to milhouse.
Chris
-
I found a .bpk file in another directory and that successfully built from a cpp file.
I have now gone from having one compile error to 124.
-
Don't be alarmed by the 124 count. You simply miss a one or more header files/ .lib files that are needed in the project.
Danny Kalev
-
In general, always fix the first error that the compiler finds (and then re-compile if the next error is not clearly unrelated). In .net, leaving off a terminal } for a function can create so many errors the compiler stops with a "too many errors found" error... fixing the top error will often fix the next several, or in extreme cases, the next several hundred.
Similar Threads
-
By Athono in forum VB Classic
Replies: 1
Last Post: 12-19-2005, 06:58 PM
-
By z.s in forum VB Classic
Replies: 5
Last Post: 05-04-2005, 03:53 PM
-
By syedkhan in forum ASP.NET
Replies: 2
Last Post: 08-26-2002, 11:23 AM
-
By Tomer Cagan in forum ASP.NET
Replies: 1
Last Post: 07-24-2001, 09:01 AM
-
By Shari in forum ASP.NET
Replies: 3
Last Post: 06-01-2000, 08:35 AM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks