Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
R

Ruscoff

@Ruscoff
About
Posts
5
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Change all window color
    R Ruscoff

    Hi guys!! I have to change the colors of all windows in my MFC program for simulate a "nigth color/vision" effects, there's a fast way to do it? For example change some register keys and restart the program. Marco

    C / C++ / MFC c++ tutorial question

  • Asyncronus class and your method
    R Ruscoff

    perfect! thank you!

    C / C++ / MFC question

  • Asyncronus class and your method
    R Ruscoff

    Hi all, i've a question(hypothetical situation): There are two class class1 with a void funct_cl1()and other methods; (class1 use observer paradigm, funct_cl1 will be called with high frequency) class2 is a thread with some functions; In class2 i initialized class1 pointer like this: class1* cls1 = new class1() and i use some method of its but never funct_cl1. if i put in pause (p.e with a long sleep) the thread of class2, the funct_cl1 belong to cls1 can be anyway executed with observer paradigm or is it block? Regards Marco

    C / C++ / MFC question

  • easy_odbc leak memory
    R Ruscoff

    I'm apologize... Easy_ODBC class : EasyODBC[^] this is my code(m_pDbM is valid pointer to open database):

    m_pDbM.Close();
    m_pDbM.Open("nChart","","");

    CString query;

    query.Format("INSERT INTO %s (%s... (continue)");

    m_pDbM.Execute(query);

    return true;

    Database question database performance help

  • easy_odbc leak memory
    R Ruscoff

    I saw that this class (easy_odbc) have serious memory leak. I try to insert one record every second, it makes the increase of memory without limit(every insert deals memory about 500kb). It seems that no frees statament memory, how can i resolve this problem? At moment i close and open continuously the database, but in my opinion this isn't best solution. thank you Marco

    Database question database performance help
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups