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 » U++ TheIDE » U++ TheIDE: Compiling, Linking, Debugging of your packages » Compiling error with UPP 13422
Compiling error with UPP 13422 [message #51927] Fri, 21 June 2019 09:31 Go to previous message
pvictor is currently offline  pvictor
Messages: 67
Registered: December 2015
Member
Hi,

The MSC15 compiler reports the following error:
C:\upp\uppsrc\Core\LangInfo.cpp (495): error C2088: !: not allowed for struct


The code:
const LanguageInfo& GetLanguageInfo()
{
	if(!sCurrentLangInfo)		// the line with error
		SyncLngInfo__();
	return *sCurrentLangInfo;
}


Best regards,
Victor
 
Read Message
Read Message
Read Message
Previous Topic: Using Valgrind output
Next Topic: Undefined Reference to GTK
Goto Forum:
  


Current Time: Fri Apr 19 17:02:18 CEST 2024

Total time taken to generate the page: 0.02256 seconds