Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 8 of 8
  1. #1
    Join Date
    Nov 2002
    Posts
    18

    Calling a VB DLL

    Is it possible to call a DLL created with VB6?

  2. #2
    Join Date
    Dec 2003
    Location
    Location! Location!
    Posts
    6,137
    If there ever was a post that begs for user Worm (our resident VB expert and now Plugins created in VB for us AMS 5'sters) then this is it!

    I think I see Worm coming as I type this *hand to brow, checking the horizon*
    Intrigued

  3. #3
    Corey is offline Indigo Rose Staff Alumni
    Join Date
    Aug 2002
    Posts
    9,746
    Hi. Yes it is. Check this out:

    http://www.indigorose.com/webhelp/su...n_Examples.htm

    Hope that helps.

  4. #4
    Join Date
    Dec 2003
    Location
    Location! Location!
    Posts
    6,137
    Or, the ever-present and ultra resourceful I.R. member Corey!

    Intrigued

  5. #5
    Join Date
    Jul 2002
    Location
    USA
    Posts
    3,959
    Quote Originally Posted by Intrigued
    If there ever was a post that begs for user Worm (our resident VB expert and now Plugins created in VB for us AMS 5'sters) then this is it!
    Whoa! Put the brakes on there I-Man. I'd never use VB to write a DLL. The only time a VB DLL would be useful would be if your calling it from a VB app that's been installed already. VB requires a runtime library, and without it, the app/dll will fail.

    I'm not bashing VB, it's the language I use at my job day-in and day-out and I couldn't be more please with the power and flexibility of VB.

    So, to clear the air, the language that I use for the DLLs is PowerBASIC which is also a wonderful tool. I write DLLs in it, to use in VB to speed up a lot of my string manipulations, and file access. PowerBASIC does not require any runtimes, and is very powerful. I'd recommend it to any VB programmer, or any programmer for that matter.

    Also, I'm not sure what's coming down the road with PB, but they are getting ready to make a "Major Announcement", so the website might be one worth checking every so often to find out what the hub-bub is all about.

  6. #6
    Corey is offline Indigo Rose Staff Alumni
    Join Date
    Aug 2002
    Posts
    9,746
    Great word, highly underused these days...

    http://dictionary.reference.com/search?q=hub-bub

  7. #7
    Join Date
    Jul 2002
    Location
    USA
    Posts
    3,959
    And shockingly spelled and punctuated properly. It's a landmark day for the Worm'ster

  8. #8
    Corey is offline Indigo Rose Staff Alumni
    Join Date
    Aug 2002
    Posts
    9,746
    Hee!

Similar Threads

  1. My first VB DLL for AMS, or what am I doing wrong?
    By itamar in forum AutoPlay Media Studio 5.0
    Replies: 0
    Last Post: 07-25-2004, 01:56 PM
  2. Calling DLL problem
    By Willis in forum AutoPlay Media Studio 5.0
    Replies: 0
    Last Post: 05-11-2004, 03:57 PM
  3. Calling DLL Functions with string return values
    By DanKerns in forum Setup Factory 6.0
    Replies: 3
    Last Post: 11-08-2002, 02:44 PM
  4. Calling a DLL
    By matrix in forum Setup Factory 6.0
    Replies: 1
    Last Post: 12-26-2001, 07:47 PM
  5. Calling DLL
    By jassing in forum Setup Factory 6.0
    Replies: 1
    Last Post: 12-10-2001, 08:21 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts