R
ramu
Hi
I have to call a vc++ function in a c program.
suppose i have a function
dword fun(dword arg1, bstr arg2); in vc++.
I have to call this function in c. But I don't have dword datatype in
c. So when i call this function in c, i have to convert all the data
tpyes of vc++ into c data types. Or I must have equivalent data types
in c.
And then i have to replace those equivalent datatypes in the function
and then I must execute the function in c.
One more thing am using linux to run c program and windows for Vc++.
Can anyone give me an idea how to achieve this?
Thanks in Advance
I have to call a vc++ function in a c program.
suppose i have a function
dword fun(dword arg1, bstr arg2); in vc++.
I have to call this function in c. But I don't have dword datatype in
c. So when i call this function in c, i have to convert all the data
tpyes of vc++ into c data types. Or I must have equivalent data types
in c.
And then i have to replace those equivalent datatypes in the function
and then I must execute the function in c.
One more thing am using linux to run c program and windows for Vc++.
Can anyone give me an idea how to achieve this?
Thanks in Advance