A
aryan
Hi,
I need to change the value of a const int variable defined in the
header file of a library. The variable is used to dynamically set size
of a char buffer within a class of the library. Its not used anywhere
else. It seems to work without recompiling atleast one application.
Would it work with other applications without recompiling?
thnx in advance
I need to change the value of a const int variable defined in the
header file of a library. The variable is used to dynamically set size
of a char buffer within a class of the library. Its not used anywhere
else. It seems to work without recompiling atleast one application.
Would it work with other applications without recompiling?
thnx in advance