Plugin development under Visual Basic

Discuss and announce Total Commander plugins, addons and other useful tools here, both their usage and their development.

Moderators: white, Hacker, petermad, Stefan2

Post Reply
User avatar
CoMiKe
Senior Member
Senior Member
Posts: 285
Joined: 2003-05-05, 17:45 UTC
Location: Salamanca, Spain

Plugin development under Visual Basic

Post by *CoMiKe »

Well, it was a long time reading posts in this forum. Finally I decided to register. I hope I could help and be helped :-)

I´ve read some days before a question regarding the programming of plugins under Visual Basic. It's not possible with the original linker, cos it can only write ActiveX DLL, not real DLL.

Then I remembered to have seen an alternate linker that allows to compile real DLL with Visual Basic. I saved the link in HD, and here it is.

http://lockfree.50megs.com/linker.html

Well, I haven't tested it, so please use at your own risk. Use your antivirus before testing it.

Good luck!!
janci
New Member
New Member
Posts: 1
Joined: 2003-11-03, 19:21 UTC

Info

Post by *janci »

Have someone successfully used "VB Gui Linker" in creating TC plugin in VB ? or with some other way created plugin in VB ?
OUrm7Vo2
Junior Member
Junior Member
Posts: 76
Joined: 2003-04-17, 18:50 UTC

VB can create "real" DLLs

Post by *OUrm7Vo2 »

You can create "real" DLLs from Visual Basic with 3rd party tools. The most affordable is vbAdvance - http://www.vbadvance.com/
Post Reply