Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

It's quite simple but you will end up with 2 dlls(COM referencer, .Net DLL)

Use the Run command in the Start Menu:

"C:\Program Files\Microsoft Visual Studio .NET\FrameworkSDK\Bin\tlbimp.exe" "C:\MyProject\Bin\MyProject.dll"

This will create MyProject.tlb which can be used in VB 5/6 and any other COM enabled languages(Note the .Net framework is still required to use the dll)

.Net allows software to be written for any version of Windows and not break like Unmanaged applications unless using Unmanaged procedures like APIs. If your program uses large amounts of memory but releases it when something else needs it, then what's the problem?
  • 4 months later...
Posted

I have wondered this, ran acrossed this post, and tried it. The problem is I can reference the .tlb, and even see the classes, but not the public function inside the class..... Is this a rectifiable problem?

 

da_tibmeister:D

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...