
please wait
Any advice for me? |
Another issue is the transferal of data between the various forms/dialogs/windows. These are all 'objects' in every sense, and should only have access to the data they need to do whatever it is they do. The Windows Api contains methods for transfering data between window objects usings pointers to dynamically allocated memory. I would recommend doing this as opposed to using globally accessable data. The above tutorial shows in simplified form how to do that. Hope this info helps. |
This is what i'm most interested in now. Could you elaborate on the method for transferring data or point me to the section of your code that uses it? I'm not sure what to look for. Currently i'm using global variables. |