Compiling

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • FUDU
    New Member
    • Jan 2007
    • 1

    #1

    Compiling

    Does anybody have an idea about how to compile C++ code using visual basic at runtime ?
  • sashi
    Recognized Expert Top Contributor
    • Jun 2006
    • 1749

    #2
    Originally posted by FUDU
    Does anybody have an idea about how to compile C++ code using visual basic at runtime ?
    Hi there,

    Yeah, you can pass command line parameters (location of the workspace file, compile switches/parameters) by using the <Shell> command, hope it helps. Good luck & Take care.

    Comment

    Working...