Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Developing U++ » U++ Developers corner » Compilation Under win 32 with MSC9 error
Compilation Under win 32 with MSC9 error [message #24197] Mon, 04 January 2010 12:39 Go to next message
tojocky is currently offline  tojocky
Messages: 607
Registered: April 2008
Location: UK
Contributor

Hello Mirek!

I thing that you upload not all of you changes:
When I tried to compile my new package have following error:
Quote:

D:\ILupascu\sourcecode\cpp\upp\svn_google\uppsrc\Core\NetNod e.cpp:122: error: 'RESOURCEDISPLAYTYPE_NDSCONTAINER' was not declared in this scope


I do not found where is defined 'RESOURCEDISPLAYTYPE_NDSCONTAINER'.

With respect, Ion (tojocky)
Re: Compilation Under win 32 with MSC9 error [message #24199 is a reply to message #24197] Mon, 04 January 2010 12:52 Go to previous message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
tojocky wrote on Mon, 04 January 2010 06:39

Hello Mirek!

I thing that you upload not all of you changes:
When I tried to compile my new package have following error:
Quote:

D:\ILupascu\sourcecode\cpp\upp\svn_google\uppsrc\Core\NetNod e.cpp:122: error: 'RESOURCEDISPLAYTYPE_NDSCONTAINER' was not declared in this scope


I do not found where is defined 'RESOURCEDISPLAYTYPE_NDSCONTAINER'.

With respect, Ion (tojocky)


Ah, another Mingw blunder. It is in Win32 header.

Try this:

	case /*RESOURCEDISPLAYTYPE_NDSCONTAINER*/0x0000000B:


Mirek
Previous Topic: Multi-byte character Compile Error
Next Topic: GCC compilation options
Goto Forum:
  


Current Time: Sat Apr 27 19:06:32 CEST 2024

Total time taken to generate the page: 0.02480 seconds