User Activity

  • Modified a comment on discussion Open Discussion on 7-Zip

    Introduction: I wanted to make compiling 7-Zip more easier for beginners, so I made a port of Igor's VisualC++ 6.0 projects into one Visual Studio 2008 solution. I won't be doing this for every release of 7-Zip but anyone wanting instructions or HOWTOs is welcomed to PM me. The solution can be use to compile all the 7-Zip files (core and extra), in either 32bit or 64bit (Release only). The Debug and Unicode Release build options do not work. Download Link: https://www.mediafire.com/file/ctpuqvmwyj9ttay/7z1604-src-VS2008PORT.zip/file...

  • Posted a comment on discussion General Discussion on Light

    Beautiful browser. You did some really awesome work on patching the flab out of Firefox. Firefox Quantum is no slouch performance wise but your code based on 49.0 still managed to make it look slow. I wanted to build Light from code and I saw the patches in the code section. So, I guess we add these to the FF code and build normally. That's cool. Thing is, I noticed that the patches are dated two years before your latest release. Is it that because the patch didn't change in 2 years and would still...

  • Modified a comment on discussion Open Discussion on Dual Monitor Taskbar

    For anyone else who cares: go to "\dualmonitortb-code-10\DualMonitorSolution\ComFiles" delete taskbar.tlb and TaskbarList.dll Open Visual Studio x64 Win64 Command Prompt (2010) (or Win32 if that's what your using) and enter the following commands: midl /tlb taskbar.tlb taskbar.idl tlbimp taskbar.tlb /out:TaskbarList.dll

  • Posted a comment on discussion Open Discussion on Dual Monitor Taskbar

    For anyone else who cares: go to "\dualmonitortb-code-10\DualMonitorSolution\ComFiles" delete taskbar.tlb and TaskbarList.dll Open Visual Studio x64 Win64 Command Prompt (2010) (or Win32 if that's what your using) and enter the following commands: midl /tlb taskbar.tlb taskbar.idl tlbimp taskbar.tlb /out:TaskbarList.dll Seriously, Cristi, you could have saved me 4 hours of searching for this by leaving this in some kind of readme in the source code.

  • Modified a comment on discussion Open Discussion on Dual Monitor Taskbar

    Well, I'm guessing this is way to late to help you but seeing the number of views, I'll answer you anyway, in case it helps someone else: it seems to me that for some reasone the Registry key listed in your error is locked on your PC. Do you have administrative privileges on the pc you're using? If you don't, that's probably your problem. If you do, just go to the key listed in the error via RegEdit and change that key's permission to allow you to modify it. See the article on how to do that: ht...

  • Modified a comment on discussion Open Discussion on Dual Monitor Taskbar

    Well, I'm guessing this is way to late to help you but seeing the number of views, I'll answer you anyway, in case it helps someone else: it seems to me that for some reasone the Registry key listed in your error is locked on your PC. Do you have administrative privileges on the pc you're using? If you don't, that's probably your problem. If you do, just go to the key listed in the error via RegEdit and change that key's permission. See the article on how to do that: https://www.groovypost.com/h...

  • Modified a comment on discussion Open Discussion on Dual Monitor Taskbar

    I'm compiling this project from source but I found that the source has a precompiled DLL in it called TaskBarList.dll. I'd rather not use dlls that I don't compile myself, unless I'm very familiar with the author. Where can find this DLL's source? If it's proprietary, who wrote it? What methods does the TaskBarList.dll have that say MS's ITaskbarList Com interface doesn't have? Could I just subsitute the dll for ITaskbarList?

  • Posted a comment on discussion Open Discussion on Dual Monitor Taskbar

    I'm compiling this project from source but I found that the source has a precompiled DLL in it called TaskBarList.dll. I'd rather not use dlls that I don't compile myself. Where can find this DLL's source? If it's proprietary, who wrote it?

View All

Personal Data

Username:
momashi
Joined:
2012-01-09 22:38:01

Projects

  • No projects to display.