English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

My project is done in VB I want connect VB module to C module there any way to connect VB with c.

2007-02-27 20:34:50 · 5 answers · asked by gowtham raghavan.tr 1 in Computers & Internet Programming & Design

5 answers

The only way I think you can do it is to generate your VB code as a DLL or OCX and then incorporate this into the C program. The OCX can probably be included, but I'd not sure if the DLL was work right.

You probably should re-write your module in C

Or next time work in VB.NET and C# which are interchangable.

2007-02-27 23:56:36 · answer #1 · answered by Anonymous · 0 0

Make an exe of your C code and call it from VB,

HTH

2007-02-28 04:46:52 · answer #2 · answered by Ba 2 · 0 0

Ba is right; this is not Java nor .Net so we can't connect in programming level; although EXEs could be DLLs... connect in a library level.

2007-02-28 05:10:09 · answer #3 · answered by Andy T 7 · 0 0

Sure, but a little bit more details would be helpful.......

2007-02-28 04:39:55 · answer #4 · answered by Martin G. 4 · 0 0

i dont know pls sorrry

2007-02-28 04:45:09 · answer #5 · answered by jig 4 u 1 · 0 0

fedest.com, questions and answers