PC Review


Reply
Thread Tools Rate Thread

Clipboard Size Limitation

 
 
JetPielut
Guest
Posts: n/a
 
      12th Aug 2009

I'm working with high capacity audio and video files - using a program that
allows for "cut & paste" - but when trying to either cut or copy, I get the
error that the file size is too large for the clipboard. Is there any way to
dramatically increase the usable file size for the clipboard?
 
Reply With Quote
 
 
 
 
Andrew McLaren
Guest
Posts: n/a
 
      12th Aug 2009
"JetPielut" <(E-Mail Removed)> wrote ...
> error that the file size is too large for the clipboard. Is there any way
> to
> dramatically increase the usable file size for the clipboard?


Not really. There is no fixed capacity for the clipboard. An application
places data into the clipboard by calling the Win32 SetClipboardData()
function. This allocates memory for the data by calling GlobalAlloc(). If
the call to GlobalAlloc() fails with a "not enough available memory", you'll
get an error message. So basically, the room for clipboard data is the
current virtual memory available to the application. For a 32-bit process,
this will be 2GB, minus whatever the application has already allocated
(including its own code)..

There's no registry key that means "Use a small clipboard, unless this key
is turned off" or the like; the clipboard can always use as much free memory
as is available.

By design, the clipboard is an in-memory form of inter-process communication
(IPC). That makes it very easy and simple to use (for both the user, and for
the application's programmer); but means its capacity is more limited than
other more complex forms of IPC (named pipes, RPC, message queues, etc).

In general, the way to get more capacity would be to have more available
memory within the application's virtual address space. One way to do this
would be to run a 64-bit application, on 64 bit Windows. This dramatically
increases the memory available. But that's only a workaround if your
application is available in a 64-bit version.

Handling the enormous objects generated by multimedia applications is one of
the good reasons for moving to 64 bits.

Hope it helps,

Andrew
--
amclar at optusnet dot com dot au

 
Reply With Quote
 
Johnw
Guest
Posts: n/a
 
      12th Aug 2009
JetPielut was thinking very hard :
> I'm working with high capacity audio and video files - using a program that
> allows for "cut & paste" - but when trying to either cut or copy, I get the
> error that the file size is too large for the clipboard. Is there any way to
> dramatically increase the usable file size for the clipboard?


Maybe one of these will help.

AccelClip
http://www.softpedia.com/get/Office-...ccelClip.shtml
http://www.softpedia.com/progScreens...hot-22500.html
http://www.flexigensoft.com/clipboard-extension-tool

MultiClipBoard
http://www.softpedia.com/get/Office-...lipBoard.shtml
http://www.softpedia.com/progScreens...hot-16224.html
http://www.luziusschneider.com/MultiClipBoardHome.htm

M8 Free Clipboard
http://www.softpedia.com/get/Office-...-Capture.shtml
http://www.softpedia.com/progScreens...hot-10572.html
http://m8software.com/clipboards/freeclip/freeclip.htm

PasteCopy.NET
http://www.freewarefiles.com/PasteCo...ram_42180.html
http://www.freewarefiles.com/screens...rogramid=42180
http://www.softpedia.com/get/Office-...eCopyNET.shtml
http://www.softpedia.com/progScreens...ot-101988.html
http://www.pastecopy.net/

ClipGuru
http://www.softpedia.com/get/Office-...ClipGuru.shtml
http://www.softpedia.com/progScreens...hot-53604.html
http://clipguru.com/
Portable ClipGuru
http://www.softpedia.com/get/PORTABL...ClipGuru.shtml

ExtraClipboard
http://www.softpedia.com/get/Office-...lipboard.shtml
http://www.softpedia.com/progScreens...ot-100949.html
http://extraclipboard.sourceforge.net/

ClipMagic
http://www.freewarefiles.com/ClipMag...ram_18877.html
http://www.freewarefiles.com/screens...rogramid=18877
http://www.clipmagic.com/more.html

Oct0pus
http://www.softpedia.com/get/Desktop.../Oct0pus.shtml
http://www.softpedia.com/progScreens...ot-128200.html
http://sourceforge.net/projects/octopusproject/

Hot Clips-On-Ice
http://www.softpedia.com/get/Office-...s-On-Ice.shtml
http://www.angelfire.com/in/honysoft/hcoidesc.html

Copynicus
http://www.softpedia.com/get/Office-...opynicus.shtml
http://www.softpedia.com/progScreens...hot-31542.html
http://www.geocities.com/iamvikramgandhi/


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Is there a page limitation / file size limitation in Word 2003? =?Utf-8?B?THlubg==?= Microsoft Word Document Management 1 28th Aug 2006 11:35 PM
Clipboard gets empty by itself, cleared clipboard, copy paste doesn't work, outlook clears clipboard, problems with clipboard - possible solution Jens Hoerburger Microsoft Outlook 0 24th Aug 2006 02:44 PM
Size limitation =?Utf-8?B?RGFycmVu?= Microsoft Access 1 21st Jun 2005 11:43 AM
clipboard copy size limitation??? dancer Microsoft Windows 2000 3 23rd Jan 2005 04:21 AM
Size Limitation Ashby Microsoft Access Forms 3 5th Aug 2003 11:08 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:01 PM.