Click here to Skip to main content
15,891,981 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Events disappearing Pin
RichardS6-Mar-06 6:19
RichardS6-Mar-06 6:19 
Questionerror handle Pin
derek76-Mar-06 3:59
derek76-Mar-06 3:59 
AnswerRe: error handle Pin
toxcct6-Mar-06 4:11
toxcct6-Mar-06 4:11 
GeneralRe: error handle Pin
derek76-Mar-06 13:36
derek76-Mar-06 13:36 
QuestionHow can I destroy the video window? Pin
Shuang. Wu6-Mar-06 3:38
Shuang. Wu6-Mar-06 3:38 
QuestionHELP: Visual C++ 6.0 to Visual Studio.NET 2003 woes...... Pin
kevingpo6-Mar-06 3:02
kevingpo6-Mar-06 3:02 
AnswerRe: HELP: Visual C++ 6.0 to Visual Studio.NET 2003 woes...... Pin
kevingpo6-Mar-06 3:54
kevingpo6-Mar-06 3:54 
GeneralRe: HELP: Visual C++ 6.0 to Visual Studio.NET 2003 woes...... Pin
kevingpo6-Mar-06 5:54
kevingpo6-Mar-06 5:54 
Thanks. I manage to fix some of these errors. There's still some errors that

buffle me.

1. DLL creation:

HGBaseu.def(76): fatal error LNK1118: syntax error in '70' statement

(points to)

?CreateThreadProcessor@CGeneralTimerThreadQueue@@MAEPAVCGeneralTimerThread@@V<br />
<br />
CHGVoidCall@@J@Z 70 NONAME 




2. Originally it said ostream cannot be inline so I commented that out.

However I don't understand the errors:

GUID.h(54): error C2143: syntax error : missing ';' before '&'<br />
GUID.h(54): error C2501: 'ostream' : missing storage-class or type specifiers<br />
GUID.h(54): error C2065: 'strm' : undeclared identifier<br />
GUID.h(54): error C2065: 'ID' : undeclared identifier<br />
GUID.h(54): error C2275: 'CGUID' : illegal use of this type as an expression<br />
GUID.h(54): error C2501: 'operator`<<'' : missing storage-class or type <br />
<br />
specifiers<br />
GUID.h(54): error C2365: 'operator`<<'' : redefinition; previous definition <br />
<br />
was a 'member function'<br />
GUID.h(54): error C2078: too many initializers<br />
GUID.h(55): error C2143: syntax error : missing ';' before '{'<br />
GUID.h(55): error C2447: '{' : missing function header (old-style formal <br />
<br />
list?)


(all points to)

/*inline*/ ostream& operator<<(ostream& strm,CGUID& ID)<br />
{<br />
	return strm<< (CString)ID;<br />
}




3. Some problems with namespaces:

SortedArray2.h(75): error C2039: '[]' : is not a member of 'operator``global <br />
<br />
namespace'''


(points to)

inline TYPE& CSortedArray2<TYPE>::operator[](int nIndex)<br />
{<br />
	return m_InternalArray[nIndex];<br />
}





I get a lot of repeated errors of the above 3 plus lots of template errors. I

believe Visual C++ 6.0 didn't comply with the C++ standards on how to define

templates right?

-- modified at 11:56 Monday 6th March, 2006
QuestionStart-up Window Pin
BlitzPackage6-Mar-06 2:42
BlitzPackage6-Mar-06 2:42 
AnswerRe: Start-up Window Pin
David Crow6-Mar-06 2:46
David Crow6-Mar-06 2:46 
GeneralRe: Start-up Window Pin
BlitzPackage6-Mar-06 6:55
BlitzPackage6-Mar-06 6:55 
AnswerRe: Start-up Window Pin
toxcct6-Mar-06 2:46
toxcct6-Mar-06 2:46 
GeneralRe: Start-up Window Pin
BlitzPackage6-Mar-06 6:56
BlitzPackage6-Mar-06 6:56 
QuestionChanging the color of the controls Pin
Aryan S6-Mar-06 2:36
Aryan S6-Mar-06 2:36 
AnswerRe: Changing the color of the controls Pin
David Crow6-Mar-06 2:38
David Crow6-Mar-06 2:38 
AnswerRe: Changing the color of the controls Pin
Michael Dunn6-Mar-06 4:45
sitebuilderMichael Dunn6-Mar-06 4:45 
Questionhow to find which lib is a function in? Pin
derek76-Mar-06 1:52
derek76-Mar-06 1:52 
AnswerRe: how to find which lib is a function in? Pin
toxcct6-Mar-06 2:01
toxcct6-Mar-06 2:01 
GeneralRe: how to find which lib is a function in? Pin
derek76-Mar-06 2:49
derek76-Mar-06 2:49 
GeneralRe: how to find which lib is a function in? Pin
toxcct6-Mar-06 2:52
toxcct6-Mar-06 2:52 
GeneralRe: how to find which lib is a function in? Pin
derek76-Mar-06 3:44
derek76-Mar-06 3:44 
GeneralRe: how to find which lib is a function in? Pin
toxcct6-Mar-06 3:46
toxcct6-Mar-06 3:46 
AnswerRe: how to find which lib is a function in? Pin
SilentSilent6-Mar-06 4:17
SilentSilent6-Mar-06 4:17 
GeneralRe: how to find which lib is a function in? Pin
derek76-Mar-06 13:51
derek76-Mar-06 13:51 
Questionconcatenation Pin
srija6-Mar-06 1:48
srija6-Mar-06 1:48 

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.