Activity for Fadi R

  • Fadi R Fadi R modified a comment on discussion Open Discussion

    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...

  • Fadi R Fadi R posted a comment on discussion General Discussion

    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...

  • Fadi R Fadi R modified a comment on discussion Open Discussion

    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

  • Fadi R Fadi R posted a comment on discussion Open Discussion

    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.

  • Fadi R Fadi R modified a comment on discussion Open Discussion

    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...

  • Fadi R Fadi R modified a comment on discussion Open Discussion

    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...

  • Fadi R Fadi R modified a comment on discussion Open Discussion

    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?

  • Fadi R Fadi R posted a comment on discussion Open Discussion

    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?

  • Fadi R Fadi R modified a comment on discussion Open Discussion

    Well, I'm guessing this is way to late to help you but 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/howto/take-full-permissions-c...

  • Fadi R Fadi R modified a comment on discussion Open Discussion

    Well, I'm guessing this is way to late to help you but I'll answer anyway: 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. Just see the article on how to do that: https://www.groovypost.com/howto/take-full-permissions-control-edit-protected-registry...

  • Fadi R Fadi R modified a comment on discussion Open Discussion

    Well, I'm guessing this is way to late to help you but I'll answer anyway: it seems to me that for some reasone the Registry key listed in your error is locked for some reason 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. Just see the article on how to do that: https://www.groovypost.com/howto/take-full-permissions-control-edit-pr...

  • Fadi R Fadi R posted a comment on discussion Open Discussion

    Well, I'm guessing this is way to late to help you but I'll answer anyway: it seems to me that for some reasone the Registry key listed in your error is locked for some reason on your PC. Do you have administrative privileges on the pc you're using? If so, just go to the key listed in the error via RegEdit and change that key's permission. Just see the article on how to do that: https://www.groovypost.com/howto/take-full-permissions-control-edit-protected-registry-keys/

  • Fadi R Fadi R modified a comment on ticket #267

    Hey Davoring, as per your recommendation, I replaced: <FreeImage3170.zip>/FreeImage/Source/LibRawLite/internal/dcraw_common.cpp...

  • Fadi R Fadi R modified a comment on ticket #267

    Hey Davoring, as per your recommendation, I replaced: <FreeImage3170.zip>/FreeImage/Source/LibRawLite/internal/dcraw_common.cpp...

  • Fadi R Fadi R posted a comment on ticket #267

    Hey Davoring, as per your recommendation, I replaced: <FreeImage3170.zip>/FreeImage/Source/LibRawLite/internal/dcraw_common.cpp...

  • Fadi R Fadi R posted a comment on ticket #267

    High Davorin, thanks for getting back to me so quickly and for sharing your patch....

  • Fadi R Fadi R posted a comment on ticket #267

    Hi, I'm pretty new new to programming and I'm not too clear on what needs to be done...

  • Fadi R Fadi R modified a comment on discussion Open Discussion

    I didn't see any build instructions so I thought I'd put up my experience and advice:...

  • Fadi R Fadi R modified a comment on discussion Open Discussion

    I didn't see any build instructions so I thought I'd put up my experience and advice:...

  • Fadi R Fadi R posted a comment on discussion Help

    Hi, I love this little color picker. Used it for ages. I have Windows buid where...

  • Fadi R Fadi R posted a comment on discussion Help

    I've used in 7 and in 10. It should work. What exactly is wrong?

  • Fadi R Fadi R modified a comment on discussion Open Discussion

    Introduction: I wanted to make compiling 7-Zip more easier for beginners, so I made...

  • Fadi R Fadi R posted a comment on discussion Open Discussion

    Visual Studio is only for Windows related builds. What OS are you using? If you're...

  • Fadi R Fadi R posted a comment on discussion Open Discussion

    Sorry, I just noticed the ARM part of your question, you'd definetly need an ARM...

  • Fadi R Fadi R posted a comment on discussion Open Discussion

    Introduction: I wanted to make compiling 7-Zip more easier for beginners, so I made...

  • Fadi R Fadi R posted a comment on discussion Open Discussion

    I'm in the middle of writing my own Windows shell context menus for 7z. It will have...

  • Fadi R Fadi R posted a comment on discussion Open Discussion

    So are you that this weird behavior is from the way you made the archive. Joe?

  • Fadi R Fadi R posted a comment on discussion Open Discussion

    Ah well... thanks anyway.

  • Fadi R Fadi R posted a comment on discussion Open Discussion

    I would recommend: 7za a archive_name -m0=LZMA:d256m:fb64 -mx9 I found that using...

  • Fadi R Fadi R modified a comment on discussion Open Discussion

    I didn't see any build instructions so I thought I'd put up my experience and advice:...

  • Fadi R Fadi R modified a comment on discussion Open Discussion

    I didn't see any build instructions so I thought I'd put up my experience and advice:...

  • Fadi R Fadi R modified a comment on discussion Open Discussion

    I didn't see any build instructions so I thought I'd put up my experience and advice:...

  • Fadi R Fadi R modified a comment on discussion Open Discussion

    I didn't see any build instructions so I thought I'd put up my experience and advice:...

  • Fadi R Fadi R posted a comment on discussion Open Discussion

    I didn't see any build instructions so I thought I'd put up my experience and advice:...

  • Fadi R Fadi R posted a comment on discussion Open Discussion

    Dec, great plugin. Is it proprietary or open source? I can't seem to find the source...

  • Fadi R Fadi R posted a comment on discussion Help

    My god, I love this project.

  • Fadi R Fadi R posted a comment on discussion Open Discussion

    Thanks, Igor! I'll give that a try.

  • Fadi R Fadi R posted a comment on discussion Open Discussion

    1) there is no 16.20 version. Oooops! lol! 2) try regsvr32 7-zip.dll Thanks I'll...

  • Fadi R Fadi R posted a comment on discussion Open Discussion

    Hi everyone, I compiled all the files in the 16.20 source code, I wad wondering if...

  • Fadi R Fadi R posted a comment on discussion General Discussion

    Great, thanks for all the tips guys.

  • Fadi R Fadi R modified a comment on discussion Development

    I just got this project to compile. Here are some additional hints: Compiling NotifyPropertyWeaver...

  • Fadi R Fadi R modified a comment on discussion Development

    I just got this project to compile. Here are some additional hints: Compiling NotifyPropertyWeaver...

  • Fadi R Fadi R modified a comment on discussion Development

    I just got this project to compile. Here are some additional hints: Compiling NotifyPropertyWeaver...

  • Fadi R Fadi R modified a comment on discussion Open Discussion

    Darik, I cannot thank you enough for making this tutorial. I would not have really...

  • Fadi R Fadi R modified a comment on discussion Open Discussion

    Darik, I cannot thank you enough for making this tutorial. I would not have really...

  • Fadi R Fadi R modified a comment on discussion Open Discussion

    Darik, I cannot thank you enough for making this tutorial. I would not have really...

  • Fadi R Fadi R modified a comment on discussion Open Discussion

    Darik, I cannot thank you enough for making this tutorial. I would not have really...

  • Fadi R Fadi R modified a comment on discussion Open Discussion

    Darik, I cannot thank you enough for making this tutorial. I would not have really...

  • Fadi R Fadi R modified a comment on discussion Open Discussion

    Darik, I cannot thank you enough for making this tutorial. I would not have really...

  • Fadi R Fadi R modified a comment on discussion Open Discussion

    Darik, I cannot thank you enough for making this tutorial. I would not have really...

  • Fadi R Fadi R modified a comment on discussion Open Discussion

    Darik, I cannot for making this tutorial. I would not have really had any ideas where...

  • Fadi R Fadi R modified a comment on discussion Development

    I just got this project to compile. Here are some additional hints: Compiling NotifyPropertyWeaver...

  • Fadi R Fadi R modified a comment on discussion Development

    I just got this project to compile. Here are some additional hints: Compiling NotifyPropertyWeaver...

  • Fadi R Fadi R posted a comment on discussion Development

    I just got this project to compile. Here are some additional hints: Compiling NotifyPropertyWeaver...

  • Fadi R Fadi R posted a comment on discussion Development

    You need NotifyPropertyWeaver and the link in the build.txt was dead. It was really...

  • Fadi R Fadi R posted a comment on discussion Open Discussion

    myomake moved from sourcefourge svn to https://github.com/mturk/cmsc.git

  • Fadi R Fadi R posted a comment on discussion Open Discussion

    This really awesome tutorial is 4 years old now. I was wondering if it is still up...

  • Fadi R Fadi R created ticket #115

    CMake Error: Unable to find Tcl, itcl or Tk libraries depite the fact they are installed and in directories where CMake is searching

  • Fadi R Fadi R posted a comment on ticket #106

    Hello Sean, I've had the exact same error as the OP in Arch linux as well. What info...

  • Fadi R Fadi R posted a comment on discussion Open Discussion

    Thanks Yevgen, I didn't notice that feature. It would be nice to get a full prompt...

  • Fadi R Fadi R posted a comment on discussion Open Discussion

    Although, I'm far from a fan of gedit it has this awesome function where if a file...

  • Fadi R Fadi R posted a comment on discussion Open Discussion

    Hi, I've just started using medit a few weeks ago and I loved it so much that I've...

  • Fadi R Fadi R modified a comment on discussion Open Discussion

    Wow, bro, I'm looking at your post date and see that it's been two months and no...

  • Fadi R Fadi R posted a comment on discussion Open Discussion

    Wow, bro, I'm looking at your post date and see that it's been two months and no...

  • Fadi R Fadi R modified a comment on discussion Help

    I'm upgrading my rig and switching my CPU/Mobo from my AMD to Intel. I'm trying to...

  • Fadi R Fadi R posted a comment on discussion Help

    I'm upgrading my rig and switching my CPU/Mobo from my AMD to Intel. I'm trying to...

1