Say I have an array A declared in a visual c++ program. I want to be able to access this array in a separate x86 assembly program (a .asm file which is in the same workspace). What are the conventions for doing this? Am I supposed to indicate that the c++ file is a "header file"?
also does anyone have pointers to good tutorials that talk about mixing c++ and x86?
Bob54
also does anyone have pointers to good tutorials that talk about mixing c++ and x86?
Bob54