Hendrik Baekeland
- Total activity 96
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 20
Activity overview
Latest activity by Hendrik Baekeland-
Hendrik Baekeland commented,
Thanks, Andrey
-
Hendrik Baekeland commented,
Hello Andrey,Thank you for your answer,OS info:Ubuntu 18.04.6R32 (release), REVISION: 6.1 (Jetpack 4.6)$ gcc --versiongcc (Ubuntu/Linaro 7.5.0-3ubuntu1~18.04) 7.5.0$ dpkg -l | grep asanii libasan4...
-
Hendrik Baekeland created a post,
Launching Nx server with address sanitizer
AnsweredAddress sanitizer worked with Nx 4.2 but I can't launch it now. I've added the following to my CMakeLists.txt: target_compile_options(my_plugin PRIVATE -fno-omit-frame-pointer -fsanitize=address)t...
-
Hendrik Baekeland commented,
Thank you, Anton
-
Hendrik Baekeland created a post,
Add server information to the PluginDiagnosticEvent
AnsweredHello,I don't see any additional information in PluginDiagnostic Events (Nx server name, even Nx system name)Let's say there is some issue with the plugin, and I get a message. I don't know what Nx...
-
Hendrik Baekeland commented,
Thanks, Andrey.
-
Hendrik Baekeland commented,
Hello, Tagir!Ok, I see that I can declare a hidden object and add attributes to it. But it means that I don't use "nx.base.Car" and other base classes, and define my own enum with my own attributes...
-
Hendrik Baekeland created a post,
Nx5 taxonomy hierarchy
AnsweredI see that there are "nx.base.Vehicle", "nx.base.Car", "nx.base.Bus" and "nx.base.Truck". Can I add all of them as "nx.base.Vehicle" and then specify their type via adding attributes?If so, how can...
-
Hendrik Baekeland commented,
Hello, Andrey, It helped, thank you.
-
Hendrik Baekeland commented,
Thanks for the confirmation, Andrey