Click here to Skip to main content
15,922,015 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: FileSystemWatcher Pin
Marco M.25-Jul-05 8:45
Marco M.25-Jul-05 8:45 
QuestionRe: FileSystemWatcher Pin
raphaelverdier7-May-09 2:09
raphaelverdier7-May-09 2:09 
GeneralVC++5.0 and displaying Chinese characters Pin
mshuster25-Jul-05 6:32
mshuster25-Jul-05 6:32 
GeneralRe: VC++5.0 and displaying Chinese characters Pin
Trollslayer25-Jul-05 7:04
mentorTrollslayer25-Jul-05 7:04 
GeneralRe: VC++5.0 and displaying Chinese characters Pin
mshuster25-Jul-05 7:32
mshuster25-Jul-05 7:32 
GeneralRe: VC++5.0 and displaying Chinese characters Pin
Jose Lamas Rios25-Jul-05 15:59
Jose Lamas Rios25-Jul-05 15:59 
GeneralRe: VC++5.0 and displaying Chinese characters Pin
mshuster26-Jul-05 3:07
mshuster26-Jul-05 3:07 
GeneralDebug assertion failed Pin
Bruce Pataki25-Jul-05 6:09
Bruce Pataki25-Jul-05 6:09 
OMG | :OMG: Running the application where we feed the data from one window and display in another window having list view control - I notice that data is correctly passed on for display in view class. However, I tried to create a list view control pointer like this:

CListCTRL* pList = (CListCTRL *) GetDlgItem (IDC_List1);

which in turn gives me runtime error in winocc.cpp that debug assertion failed at line 94:

Line 94 in winocc.cpp is
ASSERT(::IsWindow(m_hWnd));

If anyone knows how to fix this problem or have any tips, I would surely appreciate.

Bruce
GeneralRe: Debug assertion failed Pin
David Crow25-Jul-05 6:32
David Crow25-Jul-05 6:32 
GeneralRe: Debug assertion failed Pin
Bruce Pataki25-Jul-05 7:11
Bruce Pataki25-Jul-05 7:11 
GeneralRe: Debug assertion failed Pin
David Crow25-Jul-05 7:36
David Crow25-Jul-05 7:36 
GeneralRe: Debug assertion failed Pin
Trollslayer25-Jul-05 7:07
mentorTrollslayer25-Jul-05 7:07 
Generali dont know Pin
Halawlaws25-Jul-05 6:01
Halawlaws25-Jul-05 6:01 
GeneralRe: i dont know Pin
David Crow25-Jul-05 6:30
David Crow25-Jul-05 6:30 
GeneralRe: i dont know Pin
Halawlaws25-Jul-05 6:32
Halawlaws25-Jul-05 6:32 
GeneralGetInputDesktop Pin
sarah carlson25-Jul-05 5:42
sarah carlson25-Jul-05 5:42 
GeneralRe: GetInputDesktop Pin
David Crow25-Jul-05 7:45
David Crow25-Jul-05 7:45 
GeneralRe: GetInputDesktop Pin
sarah carlson25-Jul-05 7:54
sarah carlson25-Jul-05 7:54 
GeneralRe: GetInputDesktop Pin
David Crow25-Jul-05 7:58
David Crow25-Jul-05 7:58 
GeneralRe: GetInputDesktop Pin
Jose Lamas Rios25-Jul-05 16:15
Jose Lamas Rios25-Jul-05 16:15 
GeneralWindow focus Pin
Halawlaws25-Jul-05 5:22
Halawlaws25-Jul-05 5:22 
GeneralRe: Window focus Pin
David Crow25-Jul-05 5:31
David Crow25-Jul-05 5:31 
GeneralRe: Window focus Pin
Halawlaws25-Jul-05 5:33
Halawlaws25-Jul-05 5:33 
GeneralRe: Window focus Pin
toxcct25-Jul-05 5:41
toxcct25-Jul-05 5:41 
GeneralRe: Window focus Pin
Halawlaws25-Jul-05 5:49
Halawlaws25-Jul-05 5:49 

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.