Giter Club home page Giter Club logo

catchcopy's People

Contributors

alphaonex86 avatar blizzard4591 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

catchcopy's Issues

Question Used Catchcopy

Dear Firend !
I'm exclusive of your catchcopy code, I find it very good to catch copy and cut events, but I want to know if it is unclear how to catch delete and rename events, if you can help me ?
Thank you so much!

In some case, drag'n'drop from 7zip archive in explorer++ doesn't work.

Issue might be on explorer++ side, but no guarantee.
Issue was reported in explorer++ there : derceg/explorerplusplus#336

In short:

Explorer++ beta version.
Windows 11 (10 21h1 / 21h2 also reproduced the issue)
7zip 19.00
Ultracopier 2.2.4.14 (have it replace windows feature)

Get an archive file (zip / 7z or rar).
Open it with your archiver software (in my case 7zip 19.00)
open explorer++ in any folder where you are granted write permission (ie %temp% on windows)
Drag files/folder from the arhive open to the explorer folder.

Observed: 7zip says it can write file ("wrong modification date or unable to get it. try to disable the transfert of that one" from french to bad english by myself)
Expected : it works.

Killing ultracopier (so leting windows handle the copy/move/paste) resolve the issue.

MSVC build

For those had problem with def_file directive

QT       -= core gui

#CONFIG += dll
CONFIG -= exceptions rtti
#LIB = CppShellExtDragDropHandler.dll
#DEFINES += CATCHCOPY_EXPLORER_PLUGIN_DEBUG

#CONFIG(32bit) {
#    TARGET = catchcopy32
#    QMAKE_CFLAGS =  -march=i586 -m32
#        QMAKE_CXXFLAGS = -march=i586 -m32
#        QMAKE_LFLAGS += -m32
#}
#CONFIG(64bit) {
#    TARGET = catchcopy64
#    LIBS += -L"C:\Program Files (x86)\Windows Kits\10\Lib\10.0.19041.0\um\x64"
#        DEFINES += _M_X64
#        QMAKE_CFLAGS = -m64
#        QMAKE_CXXFLAGS = -m64
#        QMAKE_LFLAGS += -m64
#}
#QMAKE_CXXFLAGS += /std:c++98
#QMAKE_CFLAGS += /std:c++98
CONFIG+= c++98
#QMAKE_CFLAGS -= -fexceptions -mthreads -O2
#QMAKE_CXXFLAGS -= -fexceptions -mthreads -O2
#QMAKE_CFLAGS += -std=c++98 -fno-keep-inline-dllexport -mtune=generic -fno-exceptions -Os -Wall -Wextra -fno-rtti -s -static -static-libgcc -static-libstdc++
#QMAKE_CXXFLAGS += -std=c++98 -fno-keep-inline-dllexport -mtune=generic -fno-exceptions -Os -Wall -fno-rtti -s -static -static-libgcc -static-libstdc++
##QMAKE_CXXFLAGS += /Zi
CONFIG+=separate_debug_info
#DEF_FILE += CatchCopy.def
LIBS+= -lws2_32 -lole32 -luuid -static-libstdc++ -static-libgcc -static -lAdvAPI32 -lUser32 -lShell32 -lOle32
LIBS += -L"C:\Users\bunsal\Downloads\Catchcopy-master\catchcopy-windows-explorer-plugin" -lCatchCopy

TEMPLATE = lib

HEADERS += \
    Variable.h \
    Deque.h \
    resource.h \
    Reg.h \
    ClientCatchcopy.h \
    DDShellExt.h \
    ClassFactory.h

SOURCES += \
    Deque.cpp \
    ClientCatchcopy.cpp \
    Reg.cpp \
    DDShellExt.cpp \
    ClassFactory.cpp \
    CatchCopy.cpp
#QMAKE_LFLAGS += -Wl,--output-def,../../../Desktop/C++/CppShellExtDragDropHandler/GlobalExportFunctions.def
#DEFINES += GLOBAL_EXPORT_FUNCTIONS_LIBRARY=\"../../../Desktop/C++/CppShellExtDragDropHandler/GlobalExportFunctions.def\"
#DEF_FILE += \
#    ../../../Desktop/C++/CppShellExtDragDropHandler/GlobalExportFunctions.def

#DISTFILES += \
#    ../../../Desktop/C++/CppShellExtDragDropHandler/GlobalExportFunctions.def


You can build pdb file with this.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.