Главная страница | назад





Article #16348: Required DLL not found at Design time

 Question and Answer Database
FAQ1348C.txt Required DLL not found at Design time
Category :Linker
Platform :All
Product :C++Builder 1.x
Question:
When I create a DLL and EXE in C++Builder, why do I get "A required .DLL file, \.DLL was
not found." when I run it on another system ? Why does the
system expect to find the DLL only in its design-time path ?
Answer:
There is a bug in ILINK32 which causes this to happen.
Be sure to link the final version of your DLL with TLINK32
prior to redistributing it.
7/2/98 10:32:32 AM

Last Modified: 01-SEP-99