Thread: Embeding C++ in Visual Basic

  1. #1
    Unregistered
    Guest

    Embeding C++ in Visual Basic

    I am writing a program with a visual basic gui and would like to write the code for the data structures in c++. Is it possible to embed c++ in VB? Any help would be greatly appreciated.

    Thank you,

    Joe

  2. #2
    looking for the truth moemen ahmed's Avatar
    Join Date
    Feb 2002
    Location
    Egypt
    Posts
    161
    Im afraid what r u talking about is not available at all, as VB works as container (or host) for the embedded programs(may be Visual Foxpro, wordpad,....) but definitly C++ isnt in the list.....

    However, I heard that such thing is somehow available in .net(not sure about this even, and in fact i dont think so )


    by the way , why dont you just make your GUI in VC???????
    Programming is a high logical enjoyable art for both programer and user !!

  3. #3
    Unregistered
    Guest
    Thank you for the information. I thought of doing it in visual c but i dont have any experience with it. I guess its time i learn VC. Is it much different from normal text based c++?

  4. #4
    looking for the truth moemen ahmed's Avatar
    Join Date
    Feb 2002
    Location
    Egypt
    Posts
    161
    it ll take you time(not so long) to get used to VC++ ....... as a labguage its the same ,but u ll ve to pay more atention and time to learn about features of the compiler and this will help you in future to achive your programming goals easier and much faster

    u may take a look at a book that explains about VC
    I may suggest (special edition using VC++6 ) its available for download , im sure it ll help u so much(especially u already know the basics of microsoft IDE in VB which isnt too much different from IDE in VC)
    Good Luck
    Programming is a high logical enjoyable art for both programer and user !!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Avoiding Global variables
    By csonx_p in forum Windows Programming
    Replies: 32
    Last Post: 05-19-2008, 12:17 AM
  2. more then 100errors in header
    By hallo007 in forum Windows Programming
    Replies: 20
    Last Post: 05-13-2007, 08:26 AM
  3. <list>
    By Unregistered in forum C++ Programming
    Replies: 9
    Last Post: 02-24-2002, 04:07 PM
  4. Visual Basic C++
    By gussguss in forum C++ Programming
    Replies: 8
    Last Post: 11-20-2001, 10:58 AM