Thread: VB through C++

  1. #1
    Registered User
    Join Date
    Sep 2002
    Posts
    23

    VB through C++

    i realize this may not totally belong here, however, i figure people who know the answer visit these forums, so...

    VBRUN400.DLL is the visual basic runtime module, it contains the VB interperter.
    i cant seem to find any documentation about it - i would like to make a program that the user passes VB code to it, and the progam executes it.

    is that feasible?

    i can explain more, but i dont think its relavent.

  2. #2
    Banned master5001's Avatar
    Join Date
    Aug 2001
    Location
    Visalia, CA, USA
    Posts
    3,685
    Yes. I'm not exactly sure what functions the dll contains but I've seen places that have all of its contents layed out. I do think they have all the information at msdn if not just do a search. Knowing what functions the dll contains and knowing how to use them are a different story. I'm not sure how documented this particular dll is.

  3. #3
    Registered User
    Join Date
    Sep 2002
    Posts
    23
    I do think they have all the information at msdn if not just do a search.
    thanks.
    i searched msdn, but i cant find anything. other from the dll's name i dont know what to look for. i went through alot of the VB technical articles and downloads, no results.

    I've seen places that have all of its contents layed out.
    um, could you point me to such a place?
    let us eat and drink

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Passing an Array of Strings from VB to a C DLL
    By mr_nice! in forum Windows Programming
    Replies: 9
    Last Post: 03-08-2005, 06:16 AM
  2. C with VB ?
    By khpuce in forum Windows Programming
    Replies: 2
    Last Post: 02-21-2005, 08:00 AM
  3. Passing parameters from VB to C++ through ActiveX DLL
    By torbjorn in forum Windows Programming
    Replies: 0
    Last Post: 12-10-2002, 03:13 AM
  4. VB Calling Convention?!
    By minime6696 in forum Windows Programming
    Replies: 6
    Last Post: 03-27-2002, 04:39 PM
  5. Sending a string to C++ from VB 6.
    By VirtualAce in forum C++ Programming
    Replies: 4
    Last Post: 08-21-2001, 02:28 AM