Results 1 to 1 of 1

Thread: Linking to DLL's created in Visual Studio from Visual Basic

Threaded View

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Oct 2002
    Posts
    27

    Question Linking to DLL's created in Visual Studio from Visual Basic

    Can anyone give me some usefull tips or links on how to link to routines writen in C++ from Visual Basic

    I am aware of the

    Declare Function CloseHandle Lib "testdll.dll" (ByVal hObject As Long) As Long

    type notation, but I am curious on what I have to do with my DLL to allow this notation to work.

    Any suggestions or links would be a great help, thanks!!!
    Last edited by ZippyDeBrain; Oct 22nd, 2002 at 09:31 PM.

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