I can't create a topic in the subcategory for the instrumentation workshop so I'll ask here.
Trying to build modern x64 with Delphi 12 and I get a message about VrControls.hpp not found. When I search for that file, they are under Win32/Win64 but not Win64x so I presume that is the issue.
I used the new installer to install. What do I need to do to fix it?
vrControls.hpp belongs to TMS Instrumentation Workshop, not to TMS VCL UI Pack.
"New installer"? Do you mean TMS Smart Setup installer? With the TMS Smart Setup installer, it should install for Win64x
Yes, used the smart setup installer. It installed the UI ok but not the instrumentation workshop (not sure of the one other one as well).
But on that other message in that you moved to that category in the forums, the answer is yes to that (but I can't respond to that message, only in this sub category).
If you used TMS Smart Setup, it should have installed support for Win64x.
Can you check your Win64x hpp include path that it contains the folder where vrcontrols.hpp was generated?
I did a dir /s and only the Win32 / Win64 have the files, the Win64x doesn't for the instrumental workshop items (but does have the UI items - so the installer installed part ok but part it didn't). Is there some option I have to choose for it to do it to all the libraries?
There must be something wrong with your unit scope names setup for Win64x.
Please check under Tools, Options, Language, Delphi, Win64 Modern, that these unit scope names are set to
Unit Scope names under "library" is blank on all platforms. Also the VCL UI compiles fine, it's just the instrumental workshop that in an issue. I can rebuild everything and send that log if it would help. Do I just highlight all items and click full build?