I want to know what they really mean by this statement. Does it mean regasm.exe doesn't actually register types? Or, does it mean that you need to register every instance you make (which seems odd)? Etc..
Asked
Active
Viewed 51 times
0
-
1regasm registers what COM needs to create instance: progids, interfaces, classids, typelibs, coclasses, etc. you don't have to register instances – Simon Mourier Sep 01 '17 at 15:01
-
1https://stackoverflow.com/a/10188202/4645236 – M Y Sep 01 '17 at 15:03
-
1In short, "They" refers to the "classes", not the "instances". They even say one sentence earlier: "Once a class is registered..." – Euro Micelli Sep 02 '17 at 01:49