As a VB refugee, and corrected in my ways by PB showing me all the things that VB "Hid from me", and now with PB9 (which I just received today (and pouncing on it like I knew I would)

I am looking at older code that was procedural, and how it could intermix with oop, and still keep the 2 playing nice.
So far my 1st test is working, but not sure if I am on the right train of thought, or Really Asking for trouble????
Attached is my 1st trial...but along the way it brought up other questions.


I am looking at older code that was procedural, and how it could intermix with oop, and still keep the 2 playing nice.
So far my 1st test is working, but not sure if I am on the right train of thought, or Really Asking for trouble????
Attached is my 1st trial...but along the way it brought up other questions.
- According to Doc's I have read, If I do not arbitrarily pick a GUID, then one is picked for me (and hence each compile the number would be different), but what if I don't know what to pick? or if I make a minor change, and publish the changes? If I make a minor change, and publish it to someone, then the old DLL with what was registered with Windows would be the one that got used (or the new dll would not work?).
- Backup to question 1...Maybe I just misunderstand, but to my knowledge using objects have to be registered with Windows via regsvr32 in order to work?
- Is there a way to create a Guid that is constant, no matter how many times I recompile (even different versions of the same dll?)
- All just thinking out-loud, but I am sure I got problems ahead of me
Comment