![]() |
|
#1
|
|||
|
|||
![]()
There seems to be a memory leak when exporting from Draw X3.
This happens with the Export method as well as the ExportEX and ExportBitmap functions. For Example... for x = 1 to 100 doc.export "filename.jpg", filetype, other parameters.... next x causes memory used by CorelDrw to increase. This didn't happen with CDR12. Is this a known issue? |
#2
|
||||
|
||||
![]()
I knew this was the case with cdr11.
try this Code:
for x = 1 to 100 set doc=ActiveDocument doc.export "filename.jpg", filetype, other parameters.... set doc=nothing next x Code:
dim expF As ExportFilter for x = 1 to 100 Set expF = ActiveDocument.ExportBitmap(s, cdrJPEG, cdrCurrentPage, .......) expF.Compression = jCompression: expF.Optimized = jOptimized expF.SubFormat = jSubFormat: expF.Compression = jCompression: expF.Smoothing = jSmoothing expF.Finish set expF=Nothing next |
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Pdf Export Files Just Rewrite Over And Over | sifterbox | CorelDRAW/Corel DESIGNER VBA | 10 | 13-12-2011 07:58 |
SVG Export Filter | jabky | CorelDRAW/Corel DESIGNER VBA | 3 | 04-05-2008 07:11 |
Memory leak in PP11 | Horst | Corel Photo-Paint VBA | 0 | 16-04-2004 09:13 |
CorelDraw eating up memory | dcsquare | CorelDRAW/Corel DESIGNER VBA | 1 | 06-06-2003 09:47 |
Condition #1002 -Listman- 0737 (Wierd memory leaks issues) | wbochar | CorelDRAW/Corel DESIGNER VBA | 6 | 15-05-2003 16:48 |