|
How to Link C++ to Assembly .OBJ files Using ILINK?
I'm really, really new to C++, and need to link C++ code to data tables defined in x86 assembly language to retrieve the values from those tables and use them in C++.
Is it necessary to use a Module Definition File to relink the C++ to the assembly .OBJ files so that appropriate memory segments are used?
Thank You!
|