Re: Application Error
From: Vivekanandhan Raja <vraja_at_us.oracle.com>
Date: 1996/01/02
Message-ID: <4cc28p$ilf_at_inet-nntp-gw-1.us.oracle.com>#1/1
Date: 1996/01/02
Message-ID: <4cc28p$ilf_at_inet-nntp-gw-1.us.oracle.com>#1/1
When do you get the undefined-dynalink error? While executing WINSAM.EXE or the driver for MUDLL.DLL?
This error happens when you linked an IMPORT library i.e. X.LIB for some X.DLL and the library contained some expported symbol that is not found in the .DLL. If WINSAM.EXE works then the ORACLE Clientside DLLs and the SQL*Net DLLS are fine; the problem lies in the import library for MUDLL.DLL. Did you turn on CASE_SENSITIVE exports, imports, etc. during the building of the DLL? Try to do the following : for each of the DLLs namely :
SQL17WIN.DLL (or SQL16WIN ?), ORA7xWIN.DLL, MUDLL.DLL create the import library using IMPLIB.EXE, then link with these imports. Received on Tue Jan 02 1996 - 00:00:00 CET