Results 1 to 2 of 2
hi guys
i have only basic knowledge of C so guys plz help me .....
is C language support call the C executable inside the C ??
example contect mainA.c ...
- 01-09-2010 #1Just Joined!
- Join Date
- Dec 2009
- Posts
- 2
call the C executable inside the C
hi guys
i have only basic knowledge of C so guys plz help me .....
is C language support call the C executable inside the C ??
example contect mainA.c have a many function define in the struct,when i compile mainA and make a executable the name is ( A ),can i use executable C inside the C <my C program call the executable ( A ) > .
Thankss all ..
- 01-09-2010 #2
you should just compile it as a shared object file instead, then you can use the API in another executable


Reply With Quote