Results 1 to 3 of 3

Thread: Vb Dll From C++

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jun 2000
    Location
    England, Buckingham
    Posts
    1,341
    hi,

    How can i access a vb dll from c++ and pass a string to it and then a string is returned ?

    ???????????????????

  2. #2
    Hyperactive Member
    Join Date
    Jan 2000
    Posts
    355
    you'd need all that COM stuff to access the VB DLL - if you know that you can probably do it.
    the string passing wouldn't be that difficult - make sure you pass a BSTR to VB as VB uses them (theyre unicode i think).
    buzzwords are the language of fools

  3. #3
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    In Visual C++ look at the #import directive.
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

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