|
-
May 12th, 2025, 04:20 AM
#1
-
May 12th, 2025, 05:00 AM
#2
Re: Git sync scanner
That looks nice.
I copied over the Dll and placed it in the same folder, added a proj. ref., compiles OK but it complains that a class is not registered at runtime. Something isn't in that DLL or another component needs registering manually.
Might need to add some documentation after testing on another machine that isn't your development environment.
Last edited by yereverluvinuncleber; May 12th, 2025 at 05:08 AM.
https://github.com/yereverluvinunclebert
Skillset: VMS,DOS,Windows Sysadmin from 1985, fault-tolerance, VaxCluster, Alpha,Sparc. DCL,QB,VBDOS- VB6,.NET, PHP,NODE.JS, Graphic Design, Project Manager, CMS, Quad Electronics. classic cars & m'bikes. Artist in water & oils. Historian.
By the power invested in me, all the threads I start are battle free zones - no arguing about the benefits of VB6 over .NET here please. Happiness must reign.
-
May 12th, 2025, 05:45 AM
#3
Re: Git sync scanner
humm i just rescanned dzrt, no external references, no external components. the c dlls in the pack arent loaded unless a class that requires them is used (none are here)
I just copied the dzrt.dll from the zip to my desktop, did a fresh vb6 install in a vm, opened the git_scan project, went to references clicked on the missing dzrt ref and hit browse, selected the dzrt.dll and hit run and it all worked.
I did have slight bug from a last minute change in the git scan source where the scan button was not enabling, fixed now.
gitscan does require the mscomctl sp6 from microsoft but that should be installed with vb6 and wouldnt have compiled.
I guess try compiling dzrt and see if it barfs.
-
May 12th, 2025, 05:47 AM
#4
Re: Git sync scanner
is your vb6 ide running as admin? for the ide to register the dll with the browse feature it would need write access to the hklm hive of the registry, maybe that was it
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|