View Single Post
Old 10-20-2005, 03:12 PM   #4 (permalink)
Leviathan[NCV]
Well...
 
Location: afk
Quote:
Originally Posted by hrdwareguy
Not pretty but it would work:

In your C++ Builder, call the executable VS code. Have the VS code write the output to a file. Then read the output file in C++ Builder and delete the temp file.
Actually, no it wouldn't.


The only option for you here is to use a CCW (com callable wrapper) and then use com inside of your borland C++ app. There's no good way to call managed code from an umanaged program.
Leviathan[NCV] is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62