Results 1 to 3 of 3

Thread: VB GUI and C++ back end

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jan 2000
    Location
    Sydney, Australia
    Posts
    196

    Question

    Hi,

    I am thinking about writing a program that uses a gui built in VB and then "links" to some c++ code that does the main processing. I've never done this cross language stuff before - is it possible to do a VB/C++ mix? Has anyone done it?

    Thanks,

    fd77

  2. #2
    Addicted Member
    Join Date
    Aug 1999
    Location
    Hamilton, New Zealand
    Posts
    137
    I've never done it but it is possible

    Create your C++ code in a DLL or a COM object/server then create an instance of that in your VB program and just call the various methods when you need to.

    Regards

    Matt Brown
    Hamilton, NZ
    VB6 C++ in Visual Studio 6sp4
    VB.net Beta 1

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Jan 2000
    Location
    Sydney, Australia
    Posts
    196
    Excellent - thanks,

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