Re: VB and dll's
Tech-Archive recommends: Fix windows errors by optimizing your registry
<Reply@xxxxxxxxxx> wrote in message
news:%23zQRX1ppGHA.1548@xxxxxxxxxxxxxxxxxxxxxxx
COM objects are registered objects that have can be used by different
applications.
They are unloaded automatically as Windows detects they are no longer in
use.
This is true when all references to the objects in the DLL are released, but
the DLL would still show in the module list in tools like PrcView.
I have no idea whether COM objects can be written in VB as DLL's or not,
but I know they can in C++.
VB6 can create ActiveX DLL's, which COM/COM+ where improvement upon it, as
far as I know.
Please use text only format when posting to newsgroups. Thank you...
.
Relevant Pages
- Re: WinSxS directory - what is it about
... I posted this to a Windows 2000 group a few weeks ago, ... DLL Hell. ... Side-by-Side Assemblies permit the use of different ... This business of applications replacing system DLLs wily-nilly and the ... (microsoft.public.windowsxp.basics) - Re: Green Hills CEO: Linux threat to free world!
... >Well, I don't recall ever installing an application onto Windows, finding it ... >required an updated DLL, and when that DLL is installed finding that other ... But then again nearly ALL Windows apps end up ... due to the fact that applications normally don't try to alter the OS files ... (comp.arch.embedded) - Re: Can any body help me learn from basics
... Can I learn about developing applications using VC++ and ot .NET ... If you haven't done any Windows programming, ... want your routines in a DLL that other apps can access, ... windows mobile for smartphone I want to know what all applications i can ... (microsoft.public.windowsce.embedded.vc) - Re: Call by name (in a variable)
... call references must be resolved in link time. ... Windows API LoadLibrary loads a dll ... standard Fortran does not have procedure-pointer variables until F2003. ... (comp.lang.fortran) - Loading multiple assemblies from GAC
... a client's machine which references an internal web folder containing ... the main program .dll. ... on the internal web server to further ease versioning difficulties. ... how do I reference dlls in a Windows ... (microsoft.public.dotnet.framework.remoting) |
|