Results 1 to 40 of 200

Thread: Program Testers

Threaded View

  1. #8

    Thread Starter
    Fanatic Member
    Join Date
    Sep 2010
    Location
    Italy
    Posts
    731

    Re: Program Testers

    OLAF

    Not 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...
    Yes, it uses regfree approach

    you will need to do the same *within* the RichTip.dll-Project as well (creating New_c regfree).
    In the last update I recompile the richtip.dll with RegFree applied to each of its classes. ( 4)
    Each of it has :
    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
    But seems not to work...
    Maybe something wrong about folder...
    Code:
    Public Function GetInstanceFromBinFolder(ByVal ShortDllFileName As String, ClassName As String, _
                                             Optional RelBinFolderName$ = "Bin") As Object
    RelBinFolderName in this case should be same folder..


    (alternatively you could include Colins Class as a Private one, directly into your Std-Exe-Project).
    I tried this approach too, but I got problems with Public/private UDT POINTAPI and RECT.. so I quit this way.


    Widget-Tutorials , different MouseCursors of your own Design (directly from a PNG-resources)
    Good suggestion I'll follow... even if Widget seems not so easy ..

    Kernel-Pre-Construction at Program-Startup
    At the moment not a big problem, since it occours only on first Run.

    Thank You..

    I wonder way the last update ( with RegFree applyed at every RichTip class) seems not to work.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width