<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[String literal issue when compiling latest develop?]]></title><description><![CDATA[<p dir="auto">There seems to be a string literal length issue with the latest develop branch, on Windows. It compiled fine on MacOS.<br />
The commit sha: 65e2477aca6ee72065ca93b63e7c2fcbe2a3175f</p>
<pre><code>Severity	Code	Description	Project	File	Line	Suppression State	Details
Warning	C4101	'unused': unreferenced local variable	HISE Standalone_App	H:\development\HISE\HISE\hi_scripting\scripting\engine\JavascriptApiClass.h	754		
**Error	C2026	string too big, trailing characters truncated	HISE Standalone_App	H:\development\HISE\HISE\hi_backend\backend\StandaloneProjectTemplate.cpp	279**		
Warning	C4099	'hise::InteractionTestWindow': type name first seen using 'class' now seen using 'struct'	HISE Standalone_App	H:\development\HISE\HISE\hi_backend\backend\ai_tools\InteractionTester.h	31		
Warning	C4189	'p': local variable is initialized but not referenced	HISE Standalone_App	H:\development\HISE\HISE\hi_backend\backend\ai_tools\RestHelpers.cpp	3316		
Warning	C4063	case '65536' is not a valid value for switch of enum 'hise::RestServer::Method'	HISE Standalone_App	H:\development\HISE\HISE\hi_backend\backend\ai_tools\RestServer.cpp	409		
Warning	C4063	case '65536' is not a valid value for switch of enum 'hise::RestServer::Method'	HISE Standalone_App	H:\development\HISE\HISE\hi_backend\backend\ai_tools\RestServer.cpp	487		
Warning	C4189	'content': local variable is initialized but not referenced	HISE Standalone_App	H:\development\HISE\HISE\hi_backend\backend\ai_tools\RestServerUndoManager.cpp	270		
Warning	C4189	'mc': local variable is initialized but not referenced	HISE Standalone_App	H:\development\HISE\HISE\hi_backend\backend\ai_tools\RestServerUndoManagerActions.cpp	382		
Warning	C4101	'r': unreferenced local variable	HISE Standalone_App	H:\development\HISE\HISE\hi_backend\backend\BackendProcessor.cpp	473		
Warning	C4267	'return': conversion from 'size_t' to 'int', possible loss of data	HISE Standalone_App	H:\development\HISE\HISE\hi_core\hi_dsp\ProcessorMetadataRegistry.cpp	77		
Warning	C4101	'mv': unreferenced local variable	HISE Standalone_App	H:\development\HISE\HISE\hi_scripting\scripting\api\ScriptingApiContent.cpp	2364		
Warning	C4101	'unused': unreferenced local variable	HISE Standalone_App	H:\development\HISE\HISE\hi_scripting\scripting\engine\JavascriptApiClass.h	754		
Warning	C4101	'unused': unreferenced local variable	HISE Standalone_App	H:\development\HISE\HISE\hi_scripting\scripting\engine\JavascriptApiClass.h	754		
Warning	C4101	'unused': unreferenced local variable	HISE Standalone_App	H:\development\HISE\HISE\hi_scripting\scripting\engine\JavascriptApiClass.h	754		
Warning	C4101	'unused': unreferenced local variable	HISE Standalone_App	H:\development\HISE\HISE\hi_scripting\scripting\engine\JavascriptApiClass.h	754		
Warning	C4101	'e': unreferenced local variable	HISE Standalone_App	H:\development\HISE\HISE\hi_scripting\scripting\scriptnode\api\ModulationSourceNode.cpp	97		

</code></pre>
<p dir="auto">The issue seems to be with:<br />
HISE\hi_backend\backend\StandaloneProjectTemplate.cpp</p>
<p dir="auto">This:</p>
<pre><code>&lt;/XCODE_MAC&gt;
</code></pre>
<p dir="auto">Should be this:</p>
<pre><code>&lt;/XCODE_MAC&gt;)" R"(
</code></pre>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/1">@Christoph-Hart</a></p>
]]></description><link>https://forum.hise.audio/topic/14645/string-literal-issue-when-compiling-latest-develop</link><generator>RSS for Node</generator><lastBuildDate>Mon, 20 Apr 2026 10:35:59 GMT</lastBuildDate><atom:link href="https://forum.hise.audio/topic/14645.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 20 Apr 2026 05:20:12 GMT</pubDate><ttl>60</ttl></channel></rss>