c and vb?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • forvish
    New Member
    • Mar 2007
    • 3

    c and vb?

    hi every one i'm working on a encryption program written in c. now i need to use a graphical interface. can i use visual basic? i dont know how to integrate c and vb . or else can i use c++ and vb? please help!!!!!!!!!!! !
  • Ganon11
    Recognized Expert Specialist
    • Oct 2006
    • 3651

    #2
    If you are using C++, there is a library called SDL that allows you to create fairly simple GUIs.

    Comment

    • nmadct
      Recognized Expert New Member
      • Jan 2007
      • 83

      #3
      Originally posted by forvish
      hi every one i'm working on a encryption program written in c. now i need to use a graphical interface. can i use visual basic? i dont know how to integrate c and vb . or else can i use c++ and vb? please help!!!!!!!!!!! !
      You can compile your C++ code as a COM control and embed it in a VB GUI. I don't know the details of creating COM controls in C++.

      I don't know how useful the SDL is for making GUIs, it's really intended for games.

      If it were me doing this, I would use wxWidgets for the GUI, that's a free C++ GUI library.

      Comment

      Working...