I'm new at VC++ so the terms may not be correct.
I need to pass variables between differents projects of a larger program. I have done the same in C++ and have used the 'extern' declaration for the variable.
I need a similiar declaration procedure for VC++.
Thanks.
J. Engel
I need to pass variables between differents projects of a larger program. I have done the same in C++ and have used the 'extern' declaration for the variable.
I need a similiar declaration procedure for VC++.
Thanks.
J. Engel