CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: GGJohn

Search: Search took 0.03 seconds.

  1. Re: Tool for run-time errors and memory leaks detection

    And what about Deleaker
    One friend advised me it today.
  2. Replies
    7
    Views
    6,112

    Re: C++ Memory Leak Detector?

    Maybe not free, but in 1000 times better than free. It has a heap of useful functions.
  3. Replies
    7
    Views
    6,112

    Re: C++ Memory Leak Detector?

    Recently I've got such in a case problem. Friend advised me deleaker. Works perfectly. Try it too.
    http://deleaker.com
  4. Replies
    3
    Views
    3,141

    Re: boundschecker problem ?

    I had the same error message, started to use Deleaker after this and now everything is perfect :)
    http://deleaker.com/
  5. Load flash movies directly from any source (no temporary files)+snap a frame

    Hello, everybody!

    In my application I need to load flash movies directly from any source without usage of temporary files (for protection) and get a snap image of the current flash movie frame....
  6. Tool for run-time errors and memory leaks detection

    Hi!

    Created application is working toooo slow, looks like there are a lot of memory leaks, because the app does not use huge resources, and have no many variables. So, please, can you advice some...
  7. Re: [RESOLVED] Use ActiveX DLL without installing an application

    There may be no permission for installation of the app. But I still needed to run it anyway :)
  8. Re: Use ActiveX DLL without installing an application

    Yesterday I found BoxedApp Packer. This utility helps to create an app, which using ActiveX controls and DLLs directly from memory buffer without extracting it to temp directory, so there is no...
  9. Replies
    7
    Views
    1,514

    Re: SDK for emulating a file system

    Always welcome. :)
  10. Re: Use ActiveX DLL without installing an application

    Actually in case of this application security itself may be a problem. If there is no permissions application may not be able to create temporary files, and may not be able to be installed, but still...
  11. Replies
    7
    Views
    1,514

    Re: SDK for emulating a file system

    Always welcome.
  12. Re: Use ActiveX DLL without installing an application

    An if there are not? I want my application, which uses DLL and ActiveX consists only from one EXE
  13. Replies
    7
    Views
    1,514

    Re: SDK for emulating a file system

    Actually I found one - BoxedApp SDK
  14. Replies
    7
    Views
    1,514

    Re: SDK for emulating a file system

    I mean not Framework's integrated classes for working with files through windows, but functionality, which provides to running applications emulation of access to windows files. This running...
  15. [RESOLVED] Use ActiveX DLL without installing an application

    Hello!
    Is it possible to use ActiveX controls and dynamic libraries without installing an application, by simply running EXE file?

    Thank you!
  16. Replies
    7
    Views
    1,514

    SDK for emulating a file system

    Hello!

    Does anybody know SDK for emulating a file system in C#?

    Thank you.
Results 1 to 16 of 16





Click Here to Expand Forum to Full Width

Featured