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

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -