Click to See Complete Forum and Search --> : Can't make my DLL


Sigal Laniado
February 9th, 2000, 12:47 AM
I am tring to make my DLL (Binary compatability)
and I am getting an error "window's linker - Can't open the file x.dll" even if I don't using this DLL at all.
Any ideas?

February 9th, 2000, 01:18 AM
From Microsoft Knowledge Base:
When compiling an ActiveX component with binary compatibility set to the same file the compile is attempting to overwrite, the following error occurs:
LINK fatal error LNK1104 cannot open file.
To work around this problem, copy the ActiveX executable or DLL to a separate directory. Set binary compatibility to the copied file, and compile to the original directory. This procedure is described in Microsoft Visual Basic Books Online.
Hope This Helps.

Sigal Laniado
February 9th, 2000, 03:41 AM
Thanks!!! It helps!.
Can you tell me where excatly i can find info about this problem.
Thanks
Sigal.

February 9th, 2000, 09:35 AM
Got Microsoft Knowledge Base and key in you error string. or follow the follwoing URL:
http://search.support.microsoft.com/kb/c.asp?LNG=ENG&SA=MSDN&DU=C&FR=1