|
want immediate sybase help... any C expert?
I have a sybase program written in C... wanna run it in C++ , and i'm using vc++ 6.0. wanna migrate 16 bit to 32 bit... I have this error
warning C4133: 'function' : incompatible types - from 'struct _cscontext *' to 'struct dbprocess *'
as per the instructions given to me, i had replaced dbprocess with struct cscontext... i want infor abt the struct cscontext...
where have i gone wrong...
|