b***@yahoo.com
2006-05-24 20:37:35 UTC
Hi
I am working with Visual studio 2005.
I have a problem here .The problem looks simple but yet could not solve
it,
CListCtrlOne.cpp
********************
#inlcude "tab1.h"
#include "MyListCTrlSomeX.h"
CTab1 *tab1;
CMyListCtrlSomeX *mylistCtrl;
No Problem until when I wanted to use like this
CListCtrl2.cpp
********************
#inlcude "tab1.h"
#include "MyListCTrlSomeY.h"
CTab1 *tab1;
CMyListCtrlSomeY *mylistCtrl;
The error is I am missing identifier before;
If I place in tab1.h in stdafx.h folder then replace from here,I get
the dialog ID is not getting recognised.
I can send the code if someone can help me.
Thanks
Bhargs
I am working with Visual studio 2005.
I have a problem here .The problem looks simple but yet could not solve
it,
CListCtrlOne.cpp
********************
#inlcude "tab1.h"
#include "MyListCTrlSomeX.h"
CTab1 *tab1;
CMyListCtrlSomeX *mylistCtrl;
No Problem until when I wanted to use like this
CListCtrl2.cpp
********************
#inlcude "tab1.h"
#include "MyListCTrlSomeY.h"
CTab1 *tab1;
CMyListCtrlSomeY *mylistCtrl;
The error is I am missing identifier before;
If I place in tab1.h in stdafx.h folder then replace from here,I get
the dialog ID is not getting recognised.
I can send the code if someone can help me.
Thanks
Bhargs