Search:

Type: Posts; User: Jokeman

Search: Search took 0.08 seconds; generated 53 minute(s) ago.

  1. Replies
    12
    Views
    3,347

    Re: problem with memory alocation

    Perhaps there is some discrepancy between the size of the array and the memory that is allocated for it?
  2. Replies
    12
    Views
    3,347

    Re: problem with memory alocation

    Atheist, you're right.
    Valgrind can help you Angry100500 - this is the most reliable tool for Linux. For windows you can use purify, memcheck, deleaker, vld... Check your code! Then you'll know...
  3. Replies
    12
    Views
    3,347

    Re: problem with memory alocation

    I see, if debugger does not report any memory leak, you shouldn't worry? As mentioned above, the std::list might maintain some extra data released by OS at exit. Also, not sure if top is the best...
  4. Replies
    12
    Views
    3,347

    Re: problem with memory alocation

    Can you display a report with leaks?
  5. Replies
    12
    Views
    3,347

    Re: problem with memory alocation

    1. "no memory released" it means that the process does not release some memory to the OS?
    2. If so, it is possible because the standard memory allocator builds its own structures on top of the...
  6. Replies
    17
    Views
    5,946

    Re: Need help with memory leaks

    Thank you all! I found what I was looking for. And even more!
  7. Replies
    17
    Views
    5,946

    Re: Need help with memory leaks

    Thank you! I heard about this book. But I have not had the opportunity to read it.
  8. Replies
    18
    Views
    1,878

    Re: I need to do some of the new project portable

    Thank you!
    This is exactly what I was looking for. Now I have all the tools for developing and samples.
    I would be grateful for any advice!
  9. Replies
    4
    Views
    935

    Re: flash video player

    Standard libraries for Flash developers do not fit? Try library like f in-box, it can help you.
  10. Replies
    18
    Views
    1,878

    Re: I need to do some of the new project portable

    You are right. But the first thing I found on YouTube page - it's complaints about the error. I can not share the experience. I did not do it myself!
  11. Replies
    6
    Views
    6,591

    Re: Need C++ programmer

    How can I contact you?
  12. Replies
    18
    Views
    1,878

    Re: I need to do some of the new project portable

    I am also interested. I know that many people have a problem with that! My friend said he wanted to use the VB but got an error.
  13. Replies
    18
    Views
    1,878

    Re: I need to do some of the new project portable

    "Portable" - "without installation". horazio understood me correctly. Yes, something like that I'm looking for!
    Thanks
  14. Replies
    18
    Views
    1,878

    Re: I need to do some of the new project portable

    Thanks, guys! I'm on the right track! Googled a bit and now everything is clear!
    The main thing - to know what to look for!
  15. Thread: my antivirus

    by Jokeman
    Replies
    8
    Views
    3,452

    Re: my antivirus

    As for bugbear or sober?
  16. Replies
    18
    Views
    1,878

    Re: I need to do some of the new project portable

    Hi! I have to go back to the issue of portable applications. As far as I understand, this is a development environment, programming language which is based on BASIC. As it will help me to create...
  17. Thread: my antivirus

    by Jokeman
    Replies
    8
    Views
    3,452

    Re: my antivirus

    Indeed! + to sherlynjames
    Add online check + Use antivirus tools (look for open source development) to search for viruses. And your problem no longer exists!
  18. Replies
    17
    Views
    5,946

    Re: Need help with memory leaks

    Thank you very much for your help! I think I found what I was looking for)):wave:
  19. Thread: my antivirus

    by Jokeman
    Replies
    8
    Views
    3,452

    Re: my antivirus

    In what language are you going to write your antivirus?
  20. Replies
    17
    Views
    5,946

    Re: Need help with memory leaks

    Hi, Atheist! yes, I'm using windows now. I have such question because I always use Linux and use valgrind for a long time. But now there were circumstances that I have to work with windows.
  21. Replies
    2
    Views
    5,479

    Re: How connect dll?

    Hello!
    As far as I know, there are several ways to connect to the project. One simple way:
    1. right click on the project
    2. click on add reference
    3. goto the location of. dll
    4. select it
  22. Replies
    17
    Views
    5,946

    Re: Need help with memory leaks

    Thanks, guys! And what programs for liquidation memory leaks did you use personally?:confused:
  23. Re: Load flash movies directly from any source (no temporary files)+snap a frame

    It's not cotrol - it's library for developers. :)
  24. Replies
    8
    Views
    1,554

    Re: SDK for emulating a file system

    +1 :thumb:
    Thank you! Problem is solved!
  25. Replies
    8
    Views
    1,554

    Re: SDK for emulating a file system

    Another exe (not my program) can access the virtual file packed by my program? I assume the another exe also uses BoxedAppSdk.dll to write virtual system. If can, how to protect my file?
  26. Replies
    8
    Views
    1,554

    Re: SDK for emulating a file system

    Plz advise me good example how I can use this SDK.
  27. Replies
    17
    Views
    5,946

    Re: Need help with memory leaks

    mmmm... Thank you? but problem is actual :(
  28. Replies
    17
    Views
    5,946

    Need help with memory leaks

    Hi everybody. For my program, I use the library, similar to GDAL. When the quick search is generatinga in the program (specific area), there are memory leaks. Used Visual Leak Detector, but the...
  29. Re: Play SWF without flash player installed (not creating projector)

    :thumb:
    I agree with you.
  30. Replies
    18
    Views
    1,878

    Re: I need to do some of the new project portable

    I need to make a portable application. I have no experience in such developments. Perhaps you could recommend a good manual or program?
  31. Replies
    18
    Views
    1,878

    I need to do some of the new project portable

    Hi all! I have a question. I need to do some of the new project portable. As far as I know it's not a problem. But how can I do? An application or program, development library?:confused:
  32. Replies
    28
    Views
    5,069

    Re: WinForms Memory Leak

    If you have a problem with memory leaks, you need to be more careful. If you allocate memory, you have the duty to liberate. Do not forget this important aspect.
    The debugger only helps to look for...
Results 1 to 32 of 32



Click Here to Expand Forum to Full Width