Jump to content

Surendra Singh

Members
  • Content Count

    8
  • Joined

  • Last visited

Community Reputation

0 Neutral

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Surendra Singh

    Package SynEdit library as Dll

    @Fr0sT.BrutalThanks for your suggestion. If we make the project from scratch it is doable as seen. But how to convert our existing project to DLLs
  2. Surendra Singh

    Dynamic Linking in Delphi

    Thanks @David Heffernan for your response. I created this thread to know about dynamic linking in Delphi project. If you have this information please let me know.
  3. Surendra Singh

    Dynamic Linking in Delphi

    @Lars Fosdal Project source files like .pas and .dfm
  4. Surendra Singh

    Dynamic Linking in Delphi

    How to dynamically link existing files into a project. Due to licensing constraints this is the only option available to us. Appreciate your assistance on this.
  5. Surendra Singh

    Package SynEdit library as Dll

    We cannot include the third party components like SynEdit library directly to our code, only option we see is linking it dynamically. Could you please let us know the disadvantages and problems we might be facing in doing it dynamically?
  6. Surendra Singh

    Package SynEdit library as Dll

    Include the source means including source of SynEdit library in the project. We do not want to include the third party components like SynEdit directly to our code, only linking it dynamically. Could you please let us know the disadvantages and problems we might be facing in doing it dynamically?
  7. Surendra Singh

    Package SynEdit library as Dll

    Thanks David for the reply. I know direct inclusion in the project is simple but it doesn't solve my purpose. I don't want to include the source in my project, is there any other way to achieve this?
  8. Surendra Singh

    Package SynEdit library as Dll

    How to package the SynEdit library as DLL and dynamically link into other project.
×