View Issue Details

IDProjectCategoryView StatusLast Update
0005181NoesisGUIC++ SDKpublic2026-08-21 14:46
ReporterFrancoisRecisio Assigned Tojsantos  
PrioritynormalSeverityminor 
Status assignedResolutionopen 
Product Version4.0 
Target Version4.0.1 
Summary0005181: Compilation error with NS_TRACK_XAML_SOURCE=0
Description

Hello! First of all, congratulations for the 4.0 and for the Studio! I’m really happy to be using Noesis on our project.

I wanted to let you know about a minor compilation error in VisualTreeInspector.cpp with NS_TRACK_XAML_SOURCE=0

PlatformAny

Activities

FrancoisRecisio

FrancoisRecisio

2026-08-21 14:42

reporter   ~0012541

#if NS_TRACK_XAML_SOURCE // missing
    RemoteServicesServer::Send(visual->srcUri); // xaml
    RemoteServicesServer::Send(&visual->srcLine, 1); // line
    RemoteServicesServer::Send(&visual->srcColumn, 1); // column
#endif // missing
jsantos

jsantos

2026-08-21 14:46

manager   ~0012542

Argh.. yeah you are right! There is always something. :)

Thanks for the feedback and the kind words.

Issue History

Date Modified Username Field Change
2026-08-21 14:42 FrancoisRecisio New Issue
2026-08-21 14:42 FrancoisRecisio Note Added: 0012541
2026-08-21 14:46 jsantos Note Added: 0012542
2026-08-21 14:46 jsantos Assigned To => jsantos
2026-08-21 14:46 jsantos Status new => assigned
2026-08-21 14:46 jsantos Target Version => 4.0.1