Ricardo Oliveira

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: codesite into a DLL #4258
    Ricardo Oliveira
    Participant

      Dear Ray,

      I think that the forum has an issue with characters such as ‘<‘ and ‘>’ (maybe they interpret it as HTML tags), because the include file did not appear again…

      However, the problem was resolved by adding the following lines of code to the main file of the DLL:

      #pragma comment(lib, “CodeSiteExpressPkg”)
      #pragma comment(lib, “IndySystem”)
      #pragma comment(lib, “IndyCore”)
      #pragma comment(lib, “IndyProtocols”)

      I hope this solution proves useful for other users as well.

      Best regards,
      R

      in reply to: codesite into a DLL #4163
      Ricardo Oliveira
      Participant

        Dear Ray,

        Thank you for the tip. But what file shoul I include?
        #include ?

        R

      Viewing 2 posts - 1 through 2 (of 2 total)