xsharp.eu • #include "VOGUIClasses.vh" in VO-Windows-generated files
Page 1 of 1

#include "VOGUIClasses.vh" in VO-Windows-generated files

Posted: Wed Jan 12, 2022 12:37 pm
by ArneOrtlinghaus
Hello,
we have noticed that in some newly created VO-Windows-files at the beginning the following lines appear:
#ifndef __XSHARP_RT__
#include "VOGUIClasses.vh"
#endif

The dialect of the assembly is "Visual objects".
We do not find the lines in older files. The Windows have been "cloned" from other windows.
The lines give us some problems with automatic conversions.
It does not seem to happen always or we have not understand the rules why the lines are generated.
Is it possible to avoid the generation of these lines?

Thank you
Arne

#include "VOGUIClasses.vh" in VO-Windows-generated files

Posted: Wed Jan 12, 2022 12:43 pm
by Chris
Hi Arne,

I think that's only part of the text template for some of the new items you can add to a project (like a new VO window editor etc). You can simply delete them when adding such a new file to the project, they will not be re-generated again.

#include "VOGUIClasses.vh" in VO-Windows-generated files

Posted: Wed Jan 12, 2022 1:50 pm
by ArneOrtlinghaus
Hi Chris,

thanks. This is ok. I have deleted the lines and made some changes in the window editor and the lines did not appear again.

Arne