Results 1 to 4 of 4

Thread: DLL's

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2000
    Location
    OH
    Posts
    1

    Angry

    I program with vb4 & 5.whenever i go to get a dll procedure the god dam thing givs me a error.HELP!!!!!!
    Ryan

  2. #2
    Guest
    what DLL are you trying to use, and what error message do you get?

  3. #3
    Guest
    If you mean using the Declare, make sure you are using a Standard DLL. If you are using a DLL made with VB, it wont work because VB can only create OLE DLLs.

  4. #4
    Fanatic Member Mad Compie's Avatar
    Join Date
    Aug 2000
    Location
    Kuurne (Belgium)
    Posts
    553
    Also pay attention to the Declare prefix: Public or Private.
    In a Form, use Private, otherwise Public.

Posting Permissions

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



Click Here to Expand Forum to Full Width