DavidHollman

Results 33 comments of DavidHollman

The command line options for the original Dependency Walker are listed here: https://www.dependencywalker.com/help/html/hidr_command_line_help.htm (though my depends.exe is so old none of these seem to work!) If short options are to...

@somanuell generally speaking it is almost impossible for the development environment to be regfree, in my experience. But your deployment can be. --- As a further check of your environment...

@SkullbocksDE I do not recommend copying files into the installation folder of any program. Instead of that you can use the full path to VB6 instead. e.g.: `C:\Program Files (x86)\Microsoft...

Duh, not hard to check this myself. In mdUmmm.bas around line 203 it has: ``` '--- uiaccess is true/false or 0/1 pvDumpTrustInfo C_Lng(At(vRow, 1, "1")), C_Bool(At(vRow, 2)), cOutput ``` (note...

Oh yes, you're right of course, I was looking at the wrong `At()`. Thanks for the correction. I think I will leave the 0 / false setting in my INI...

I just added https://github.com/wqweto/UMMM/pull/27 which I think addresses the documentation of the uiaccess default value. I think I've got it right... please let me know otherwise.

Actually, it seems to work when I use a line like this: `File ..\..\path\to\dll\abc.1.2.3.4.dll | * abc.dll` Looking at the code I don't actually see why this works. Is this...

That worked great, thanks! I just submitted a PR to add a note about that syntax to the readme.

I've used UMMM for other third party dependencies, including some from Microsoft, though not MSWINSCK in particular. Use the 'File' command in your INI settings. Should work fine.

Thanks for looking into it. A suggestion would be to have a nonzero border but default its color to the same as the tab background. That way it would consider...