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...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_10015250.html
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...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Windows/Win95_3x/95/Q_10023...
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 ...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_10024056.html
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...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10026496.html
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...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_10027044.html
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10054160.html
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 ...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10073154.html
How to use library provided by VC by dynamic linking ?
Would you help me? Thank you very much!
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10079445.htm...
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10080306.html
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...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10086136.html