Activity for lucas

  • lucas lucas modified a comment on discussion Developers

    Hello, There is a problem in the function to copy an image into the clipboard, as the return value of "GlobalAlloc" is not checked in fipWinImage::copyToHandle l. 123, and when it is 0 (failed to allocate), it still tries to write to it (creating the access violation issue). My current workaround is to capture EXCEPTION_ACCESS_VIOLATION when calling 'copyToClipboarb', but that is not very clean..

  • lucas lucas posted a comment on discussion Developers

    Hello, There is a problem in the function to copy an image into the clipboard, as the return value of "GlobalAlloc" is not checked in fipWinImage::copyToHandle l. 123, and when it is 0 (failed to allocate), it still tries to write to it (creating the access violation issue).

1