Talk:VGUI HTML Screen: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
I'm getting a couple of errors when I had compiled! Help is much appreciated!
I'm getting a couple of errors when I had compiled! Help is much appreciated!


d:\hl2fp\src\cl_dll\IHTMLView.h(45): error C2501: 'CHTMLView_Panel::EntHTML' : missing storage-class or type specifiers
<pre>d:\hl2fp\src\cl_dll\IHTMLView.h(45): error C2501: 'CHTMLView_Panel::EntHTML' : missing storage-class or type specifiers
 
d:\hl2fp\src\cl_dll\IHTMLView.h(45): error C2501: 'CHTMLView_Panel::m_HTML' : missing storage-class or type specifiers
d:\hl2fp\src\cl_dll\IHTMLView.h(45): error C2501: 'CHTMLView_Panel::m_HTML' : missing storage-class or type specifiers
d:\hl2fp\src\cl_dll\HTMLView.cpp(68): error C2065: 'm_HTML' : undeclared identifier
d:\hl2fp\src\cl_dll\HTMLView.cpp(68): error C2065: 'm_HTML' : undeclared identifier
d:\hl2fp\src\cl_dll\HTMLView.cpp(68): error C2061: syntax error : identifier 'EntHTML'
d:\hl2fp\src\cl_dll\HTMLView.cpp(68): error C2061: syntax error : identifier 'EntHTML'
d:\hl2fp\src\cl_dll\IHTMLView.h(45): error C2501: 'CHTMLView_Panel::EntHTML' : missing storage-class or type specifiers
d:\hl2fp\src\cl_dll\IHTMLView.h(45): error C2501: 'CHTMLView_Panel::EntHTML' : missing storage-class or type specifiers
 
d:\hl2fp\src\cl_dll\IHTMLView.h(45): error C2501: 'CHTMLView_Panel::m_HTML' : missing storage-class or type specifiers</pre>
d:\hl2fp\src\cl_dll\IHTMLView.h(45): error C2501: 'CHTMLView_Panel::m_HTML' : missing storage-class or type specifiers
 
--[[User:Bnewsom|Bnewsom]] 15:06, 27 May 2007 (PDT)
--[[User:Bnewsom|Bnewsom]] 15:06, 27 May 2007 (PDT)
:Did you [http://developer.valvesoftware.com/wiki/VGUI_HTML_Screen#EntHTML.h add the EntHTML.h] file to the appropriate directory?
:I'm going to rewrite the tutorial soon to use the updated code in [[VGUI HTML Screen In Multiplayer]], so if the above link doesn't help, sit tight and I'll have the new tutorial up soonish. --[[User:Daedalus|Daedalus]] 06:02, 28 May 2007 (PDT)

Revision as of 06:02, 28 May 2007

Very nice thanks :D Unsigned comment added by JamieLea (talkcontribs) Always sign your posts with four tildes (~~~~)

I'm getting a couple of errors when I had compiled! Help is much appreciated!

d:\hl2fp\src\cl_dll\IHTMLView.h(45): error C2501: 'CHTMLView_Panel::EntHTML' : missing storage-class or type specifiers
d:\hl2fp\src\cl_dll\IHTMLView.h(45): error C2501: 'CHTMLView_Panel::m_HTML' : missing storage-class or type specifiers
d:\hl2fp\src\cl_dll\HTMLView.cpp(68): error C2065: 'm_HTML' : undeclared identifier
d:\hl2fp\src\cl_dll\HTMLView.cpp(68): error C2061: syntax error : identifier 'EntHTML'
d:\hl2fp\src\cl_dll\IHTMLView.h(45): error C2501: 'CHTMLView_Panel::EntHTML' : missing storage-class or type specifiers
d:\hl2fp\src\cl_dll\IHTMLView.h(45): error C2501: 'CHTMLView_Panel::m_HTML' : missing storage-class or type specifiers

--Bnewsom 15:06, 27 May 2007 (PDT)

Did you add the EntHTML.h file to the appropriate directory?
I'm going to rewrite the tutorial soon to use the updated code in VGUI HTML Screen In Multiplayer, so if the above link doesn't help, sit tight and I'll have the new tutorial up soonish. --Daedalus 06:02, 28 May 2007 (PDT)