Resolved long compilation times in X# because of Vulcan include files

Public support forum for peer to peer support with related to the Visual Objects and Vulcan.NET products
Post Reply
User avatar
ArneOrtlinghaus
Posts: 384
Joined: Tue Nov 10, 2015 7:48 am
Location: Italy

Resolved long compilation times in X# because of Vulcan include files

Post by ArneOrtlinghaus »

I had very long compilation times. Robert suggested to eliminate the Vulcan .vh include files and to define VO-like constants in a basic dll and then to insert this basic dll as a reference to the Dlls.

Indeed this was the reason: Working on several hundred files with 1 to 3 includes made compiling slow. Now the compile times are good, even with some remaining includes.

What I could not resolve: The .rc files still contain the include
#include "VOWin32APILibrary.vh"
But this is secondary for the moment for me.

Arne
Post Reply