Advertisement

1 - 10 of 3702 containing alltags:("dll") (0.002 seconds)
I need to "call" a 32 bit DLL from a 16 bit protected mode application.  DETAILS: 1) The DLL connects to a 32 bit application  which communicates with various proprietary devices  to reach a propri...
Zones: Windows ProgrammingDate Answered: 07/08/1997 Grade: B Views: 0
Previously on Experts Exchange, I was told I needed to "register" some DLLs which I had just copied from my computer onto someone else's.  How do I "register" a DLL?  I have no experience with "reg...
Zones: Windows 95Date Answered: 10/18/1997 Grade: C Views: 0
How can I register an exit routine for my dll and ensure it would be run for all ABNORMAL process terminations?  I cannot use try, catch method because this only handles synchronous cases.  I need ...
Zones: Windows ProgrammingDate Answered: 10/25/1997 Grade: C Views: 0
First, sorry about the cross-posting, but the question seems relevant to both newsgroups.  :) Here's what I am doing: 1)  Creating a DLL that contains a Form.  On the form is a Panel     that con...
Zones: Delphi ProgrammingDate Answered: 10/25/1997 Grade: A Views: 0
I have a  NT 32 bit DLL that creates a helper thread in the PROCESS_ATTACH using _beginthread().  When I load the DLL through a VB app, everything works fine until I end the app.  That's when I get...
Zones: Windows ProgrammingDate Answered: 11/25/1997 Grade: C Views: 0
I use vb 400 16 bit. It often happens when somebody wants a program from me that by istallation he/she gets the mention "wrong vb40016.dll". Only by deleting the other (newer ???) version the insta...
Zones: Visual BasicDate Answered: 06/14/1998 Grade: C Views: 0
I have defined a base class called TBase with several virtual methods. Based on this TBase class I have inherited several child classes implementing the virtual methods differently. Every child is ...
Zones: Delphi ProgrammingDate Answered: 08/18/1998 Grade: B Views: 0
How to use library provided by VC  by dynamic linking ? Would you help me? Thank you very much!
Zones: Windows MFCDate Answered: 10/03/1998 Grade: C Views: 0
I need to create/uncompress ARJ files within my applications and the regular arj.exe utility for DOS does not really meets my needs. What whould be the best is to have a DLL with functions that who...
Zones: Visual BasicDate Answered: 09/13/1998 Grade: B Views: 0
Hello, Microsoft Visual C++ 5.0 also Borland C++ Builder 3 I would like to load DLL dynamically but still use classes exported from that DLL. (something between statically and dynamically loa...
Zones: C++, Microsoft Visual C++Date Answered: 10/27/1998 Grade: B Views: 0