Advertisement

1 - 10 of 44 containing alltags:("DLL error") (0.002 seconds)
Hello, I am a complete newbie to Delphi and have been trying to create a AIM Plugin. Below is what i am using to Load my DLL when AIM starts: library AIMPlugin; uses   SysUtils,   Windo...
Zones: Delphi ProgrammingDate Answered: 04/14/2004 Grade: A Views: 0
I have created an Activex DLL which includes a non interactive form - always on top' (display only). I am trying to call the dll in order to display the form, however, access is giving me an error ...
Zones: MS AccessDate Answered: 10/08/1998 Grade: B Views: 0
Does anyone know why calling this API function in my main form's Load handler won't work?   Dim compatdc As Integer   compatdc = CreateCompatibleDC(hdc) I've declared the function as follows in t...
Zones: Visual BasicDate Answered: 12/29/1998 Grade: A Views: 0
I have written a VB dll for getting data from the database. The function inside the vb class returns a recordset. I tested the dll in VB and is working fine. When I try to to use that dll in asp pa...
Zones: ASPDate Answered: 02/08/2000 Grade: B Views: 0
Context : 2 projects that makes a DLL at output. 1st project exports a class (CExButton) derived from CButton 2nd project exports a class (CExExButton) derived from CExButton 1st projec...
Zones: Windows MFCDate Answered: 09/07/2001 Grade: B Views: 12
Hello, VB6(sp5) I've created my project (program) and I'm trying to use the Package and Deployment wizard. Each time I try to add this component (ADD-IN) through Project Menu > Components, I ...
Zones: Visual BasicDate Answered: 01/08/2002 Grade: A Views: 0
I have two DLLs that were built with COM+ implementation. Each DLL is loaded into a separate COM+ package. Both packages function perfectly in my development environment: Windows 2000 Professiona...
Zones: Visual BasicDate Answered: 07/24/2002 Grade: A Views: 0
Hi there - for anyone that has been watching this site recently you will be used to all my (stupid ??) questions as I am new to component architecture. I have been looking through examples of DL...
Zones: Visual Basic, VB Objects, ActiveXDate Answered: 11/22/2002 Grade: A Views: 6
Hi, There is this application that has a scenario like this: Main Application: SDI with CListView BaseDialog DLL: MFC Extension DLL Derived Dialog (base from BaseDialog) I'm using d...
Zones: Windows MFCDate Answered: 12/05/2003 Grade: A Views: 0
Hi, I've just moved to Windows 2000 from NT4 on my web server and now I'm having trouble running a method in an ActiveX DLL created using VB6. I have verified that I have the exact same versi...
Zones: ASPDate Answered: 11/21/2004 Grade: A Views: 0