Hi all,
I am desiging an ecosystem modeling software. There is an enormous list of global variables that is shared/used throughout the program. I know from good programming techniques, the exe should contain almost nothing, which should house the user controls that call the main computational controls like this:
My question is, where are all the global variables stored? Is it stored in the xocmayaengine.dll? For exaple Microsoft Word, there has to be a global variable what stores all the text in the docuemnt, and other dll's that use the global variable i.e. spell checker. My question is how is this stored?
If anyone could point me to a good link, or brefiely describe this to me, it would be a great help.
Cheers
I am desiging an ecosystem modeling software. There is an enormous list of global variables that is shared/used throughout the program. I know from good programming techniques, the exe should contain almost nothing, which should house the user controls that call the main computational controls like this:

My question is, where are all the global variables stored? Is it stored in the xocmayaengine.dll? For exaple Microsoft Word, there has to be a global variable what stores all the text in the docuemnt, and other dll's that use the global variable i.e. spell checker. My question is how is this stored?
If anyone could point me to a good link, or brefiely describe this to me, it would be a great help.
Cheers