My case is not usual, because i want to test how long last the program could be, but my question is if you, watching the task manager, see the same that i see, that is that since the "Excel.exe"...
Tom have you looked if after using Autowrap functions and doing things creating a xls file, do you have memory RAM problems, because is exactly what it happens to me. The Ram use increases without...
It's a clear out of memory, because in the task manager, at the begining when i execute the ".exe" the aplication uses near of 100-130 Mb of Ram, and after one hour and half, or two, the use...
But i don't think that a function which could free the memory used could cause a crash, because when you close de program, there are functions used to free all the memory and there's no crash, so i'm...
If i run the program with borland c++ there's no crash(or at least it spends too much time till crashing), is only when i run the ".exe". And as after the exit of the program, i know that all the...
Hi, does anybady know if there's any function or way to free all the memory used in c++ till that moment? i'm having problems with a program which ends wrong after using during a period of time (not...
Hi, does anybady know if there's any function or way to free all the memory used in c++ till that moment? i'm having problems with a program which ends after using during a period of time (not short...
thanks, the problem is that i'm having some problems (error which stops the program) with the "CoUninitialize()" function, called when i delete the Excel class, and i don`t know if there's another...
Thank you very much Tom, it does work it! and I've tested the ChartWizard with the arguments in the reverse order, and it's ok, that was the problem, and this is because I needed to put my range var...
So there's no way to modify the chart charachteristics? the tittles, spaces between the grapchic lines.., if you know any way to do it i'll thank you very much.
Hello, i want to ask if anybody knows the way to use in C++ the DISPATCH_METHOD with AUTOWRAP for the function "ChartWizard" with it's possible to put the tittle in a excel's chart.
Hello everybody, please, i need to know if there's any way to save a file(.xls,..) using the AutoWrap function. I can save a file with the parameter L"quit" but, this call to the autowrap function...
Thankyou SuperKoko, but the problem is thah what i have is a wmf file. From an emf file with a code like what you have wrote before, it could be possible, but what i really need now is to know if...
Hello, i'm having a problem trying to copy a WMF file to the windows clipboard, and i want to ask you if there is any function which allows to do it directly. Because i've tried to do it from a...
Hello, i'm having a problem trying to copy a WMF file to the windows clipboard, and i want to ask you if there is any function wich allows to do it directly. Because i've tried to do it from a...