Click here to Skip to main content
15,909,445 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralMFC question Pin
Dev5788-Feb-04 5:19
Dev5788-Feb-04 5:19 
GeneralRe: MFC question Pin
valikac8-Feb-04 6:20
valikac8-Feb-04 6:20 
GeneralRe: MFC question Pin
Dev5788-Feb-04 7:19
Dev5788-Feb-04 7:19 
GeneralRe: MFC question Pin
Nick Parker8-Feb-04 11:14
protectorNick Parker8-Feb-04 11:14 
QuestionRegEnumValue help?? Pin
YaronNir7-Feb-04 23:10
YaronNir7-Feb-04 23:10 
AnswerRe: RegEnumValue help?? Pin
Michael Dunn8-Feb-04 6:15
sitebuilderMichael Dunn8-Feb-04 6:15 
GeneralRe: RegEnumValue help?? Pin
YaronNir8-Feb-04 20:53
YaronNir8-Feb-04 20:53 
Generalassertion failures Pin
rasha20037-Feb-04 22:22
rasha20037-Feb-04 22:22 
Hi..
i am developing an vc++ application that manage files
(copy ,move and rename)and i am useing the CFileFind
class but an error keep arise each time i make run
error name:assertion failures
in line 354 which is
void CFileFind::AssertValid() const
{
if (m_hContext == NULL)
ASSERT(m_pFoundInfo == NULL && m_pNextInfo == NULL);
else
(354) ASSERT(m_pFoundInfo != NULL && m_pNextInfo != NULL);
}

i read a bout it in the help but i still can not solve it ..
so an idea to help me..
Confused | :confused:
GeneralRe: assertion failures Pin
valikac8-Feb-04 6:22
valikac8-Feb-04 6:22 
GeneralAbout default paper size............... Pin
khokon777-Feb-04 21:40
khokon777-Feb-04 21:40 
GeneralCode tools Pin
Shree7-Feb-04 21:06
Shree7-Feb-04 21:06 
GeneralLearning C++ Confusion Pin
DavisLW7-Feb-04 20:02
DavisLW7-Feb-04 20:02 
GeneralRe: Learning C++ Confusion Pin
valikac8-Feb-04 6:25
valikac8-Feb-04 6:25 
GeneralRe: Learning C++ Confusion Pin
Michael Gunlock8-Feb-04 12:06
Michael Gunlock8-Feb-04 12:06 
GeneralRe: Learning C++ Confusion Pin
DavisLW8-Feb-04 12:54
DavisLW8-Feb-04 12:54 
GeneralRe: Learning C++ Confusion Pin
Michael Gunlock8-Feb-04 17:42
Michael Gunlock8-Feb-04 17:42 
GeneralPopulating Combo box with data from a database(^_^!!) Pin
solostar***7-Feb-04 19:56
solostar***7-Feb-04 19:56 
GeneralRe: Populating Combo box with data from a database(^_^!!) Pin
Antti Keskinen8-Feb-04 10:23
Antti Keskinen8-Feb-04 10:23 
GeneralDynamically setting up DSN (^_^!!) Pin
solostar***7-Feb-04 19:55
solostar***7-Feb-04 19:55 
GeneralRe: Dynamically setting up DSN (^_^!!) Pin
Antti Keskinen8-Feb-04 10:18
Antti Keskinen8-Feb-04 10:18 
GeneralStructure parser ... Pin
super-kingkong7-Feb-04 19:45
super-kingkong7-Feb-04 19:45 
Generalclient to client communication Pin
rasha20037-Feb-04 18:47
rasha20037-Feb-04 18:47 
GeneralRe: client to client communication Pin
John M. Drescher7-Feb-04 19:12
John M. Drescher7-Feb-04 19:12 
GeneralRe: client to client communication Pin
rasha20037-Feb-04 19:19
rasha20037-Feb-04 19:19 
GeneralPointer templates and delete errors Pin
Leo Smith7-Feb-04 18:09
Leo Smith7-Feb-04 18:09 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.