Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!apple!agate!pasteur!ucbvax!hplabs!hp-pcd!hpcvlx!bturner From: bturner@hpcvlx.HP.COM (Bill Turner) Newsgroups: comp.windows.ms Subject: Re: Trouble with DLL-libs Message-ID: <106580052@hpcvlx.HP.COM> Date: 14 Jul 89 17:05:08 GMT References: <23614@santra.UUCP> Organization: Hewlett-Packard Co., Corvallis, OR, USA Lines: 14 > I am having some trouble with DLL-libraries. Though they are >seemingly properly defined, my link4 doesn't find the functions in them, >it acts exactly as if the name of the importlibrary wasn'n on commandline. Did you run IMPLIB to build the import library? (I'm not clear from your problem description if you're having problems building the DLL or in using the DLL with another program -- I'm assuming the latter). IMPLIB is what builds the .LIB file, which is linked with the program that calls the DLL. LINK4 is what builds the .EXE (or .DLL) file. --Bill Turner (bturner@hp-pcd.hp.com) HP Corvallis Information Systems