Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by 9223626

  1. 9223626

    JPEG files stream

    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...
  2. 9223626

    exe & dlls freeing allocated memory

    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?
  3. 9223626

    exe & dlls freeing allocated memory

    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

Part and Inventory Search

Back
Top