Calling a C program from Vb.Net

  • Thread starter Thread starter Grace McMahon
  • Start date Start date
G

Grace McMahon

Hi,

I need to call a C procedure from my aspx.vb class. Can someone please help
me how to do this. The C program sits on a unix machine....please help or
point me in the right direction.

Any help would be greatly appreciated.

Cheers
 
u cannot call a c procedure from a c# program. what you can do is call the c
program. You would possibly need to modify your c code to accept parameters
that would then call the appropriate function, either that or rewrite your c
code into a dll exposing the necessary function calls in its interface.
good luck
 
UNIX ...
do you have control over the C program or you just use it

Natty Gur, CTO
Dao2Com Ltd.
28th Baruch Hirsch st. Bnei-Brak
Israel , 51114

Phone Numbers:
Office: +972-(0)3-5786668
Fax: +972-(0)3-5703475
Mobile: +972-(0)58-888377

Know the overall picture
 
Back
Top