Switching between Express and Studio

Home Forums CodeSite Switching between Express and Studio

Viewing 0 reply threads
  • Author
    Posts
    • #4551
      Hans Brand
      Participant

        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

    Viewing 0 reply threads
    • You must be logged in to reply to this topic.