U++ framework
Do not panic. Ask here before giving up.

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: 75
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: Sun Apr 26 01:12:06 GMT+2 2026

Total time taken to generate the page: 0.01587 seconds