Menu

Context menus not working

2007-11-29
2012-11-13
  • Nobody/Anonymous

    I installed Notepad++ 4.6 in my Windows 2003 machine and also in my laptop running Vista enterprise both 64bit OS. I can't see the context menus which I used to see in Notepad++ previous to 4.5

     
    • Nobody/Anonymous

      Notepad++, I don't believe, comes with the necessary 64-bit context menu DLLs.  Not sure how it would have worked previously unless you were running it on a 32-bit system.

      http://sourceforge.net/forum/message.php?msg_id=4139634

      Download that package, unpack the compiled DLL wherever (probably the Notepad++ directory) and enter the following in Windows' run prompt

      regsvr32 [dll name]

      It should register the DLL and you should have context menus again.  Works, at least, on my Vista x64 system.

       
    • Nobody/Anonymous

      Did you search the forum for any other information about this?