Hi Ray,
Recently I started using CodeSite Studio (the paid for version).
So I changed all
#pragma comment(lib, “CodeSiteExpressPkg”)
to
#pragma comment(lib, “CodeSiteLoggingPkg”)
But now I need to share my C++ code with someone who does not have the Studio version.
How can I make sure that my code still compiles and runs?
Is it enough to use a #define to choose between the two packages?
And of course do the same for functions not supported by Express.
Kind regards,
Hans Brand