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  |
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
|
|
|
|
|
Goto Forum:
Current Time: Fri Apr 25 12:12:33 CEST 2025
Total time taken to generate the page: 0.00758 seconds
|