c++ - Access a struct i unmanaged C code -
i have pile of c code (.exe) unmanaged (not compiled /clr). access/manipulate c struct in c code managed wrapper in c++/cli prefarably dll. new c++/cli, have make happen?
unless know address of struct, it's not going happen.
and knowing adderss depends heavily if defined global variable, local variable in function or allocated dynamically?
Comments
Post a Comment