OLAF
Yes, it uses regfree approachNot sure, if you used the regfree approach per DirectCOM against the RC5-libs
(from inside your own executable) ... as we spoke about in a recent thread...
In the last update I recompile the richtip.dll with RegFree applied to each of its classes. ( 4)you will need to do the same *within* the RichTip.dll-Project as well (creating New_c regfree).
Each of it has :
But seems not to work...Code:Private New_c As cConstructor, Cairo As cCairo '<- global defs of the two Main-"EntryPoints" into the RC5 Private Sub Class_Initialize() Set New_c = GetInstanceFromBinFolder("vbRichClient5", "cConstructor", "vbRC5BaseDlls") Set Cairo = New_c.Cairo ... ... End Sub
Maybe something wrong about folder...
RelBinFolderName in this case should be same folder..Code:Public Function GetInstanceFromBinFolder(ByVal ShortDllFileName As String, ClassName As String, _ Optional RelBinFolderName$ = "Bin") As Object
I tried this approach too, but I got problems with Public/private UDT POINTAPI and RECT.. so I quit this way.(alternatively you could include Colins Class as a Private one, directly into your Std-Exe-Project).
Good suggestion I'll follow... even if Widget seems not so easy ..Widget-Tutorials , different MouseCursors of your own Design (directly from a PNG-resources)
At the moment not a big problem, since it occours only on first Run.Kernel-Pre-Construction at Program-Startup
Thank You..
I wonder way the last update ( with RegFree applyed at every RichTip class) seems not to work.




Reply With Quote