Thanks for the tip but the variable was already initialized
CString m_sTime=_T("");
Can you tell me what else can be wrong except this?
And by the way where does this _T("") initialization come from, is this better?
I have a problem with this part of my program. In debug mode it's working but in release mode The CString value(m_sTime) is going nutts. I'm very confused.
What I'm trying to do is some kind of a time bomb.I have the time set in seconds(member variable long m_iTime). The timer sends a message...
Hi there,
I am curently working on a project an i've encountered some problems.
I don't know how to make the program open only once.
I've tried to put a flag in the registry - 0 when the program isn't running
- 1 when the program is running
But There is a...
I've created a file dialog with multipleselect.
If I'm trying to increase m_ofn.nMaxFile more than 264 it just destroys the window.
The code :
_________________________________
CFileDialog m_ldFile(TRUE);
m_ldFile.m_ofn.nMaxFile = 264;
________________________________
I have no idea what to do
I'm currently working on a project and i have some problems.
I made my own file type (a simple text file) and the problem appears when I'm trying to load a file. In DEBUG mode it works smoothly but in RELEASE mode I get an error.
This is the sequence ...
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.