Hello everyOne,
I've an ActiveX who produces Jpeg files from a digital CCTV camera .
I open these files in a regular JPEG viewer "FreeImage" in my software .
The problem is that on high frame rates (15-25 pre second) the CPU is
very bussy could be up to 100% in slow pentium .
I...
Thanks ,
To save the function call back to the exe for freeing and allocating . I would like to free it in the DLL
BUT it crashes!!!!.
Does any body have any idea?
Hello,
I would like to allocate memory at my exe program ,
pass it to a dll ,
free this memory in the dll .
xxx.EXE
===========
BYTE *bt = new BYTE[8] ;
//call dll function and pass it (bt) ;
yyy.DLL
====================
delete bt ;
Thanks in advance
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.