Welcome, Guest
Username: Password: Remember me
Components and Libraries for Networking Development, discussions, problems and suggestions
  • Page:
  • 1

TOPIC:

Synapse installed but not accesible 11 years 9 months ago #2277

  • Fernando P
  • Fernando P's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 13
  • Thank you received: 0
Hi to all:

I am trying to use Synapse library, but when I try to compile the project using Synapse units, get next error:

Fatal: Can not find unit blcksock used by unit1. Check if package pl_synapsepkg is in the dependencies.

CodeTyphon Center and Lazarus report Synapse library is installed.

If I copy the Synapse units to proyect directory, compilation is fine.

I'm using CodeTyphon 2.7 without modifications in Ubuntu 12.04 32 bits.

Are there any way to correct this without move the source code into my project's directory?

Thanks in advance.

Saludos desde México

Please Log in or Create an account to join the conversation.

Synapse installed but not accesible 11 years 9 months ago #2279

  • Konstantinos Papadoulas
  • Konstantinos Papadoulas's Avatar
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 131
  • Thank you received: 19
In your project settings enable the use of the Synapse Package.

Here are the Steps:

1) Go to menu "Packages" on the IDE.
2) Select the item "Package Graph"
3) From the new window scroll down until you find the "pl_synapsepkg"
4) Double click on the package name in the Treeview (on the left side)
5) From the new window click on the toolbar button "Use >>"
6) From the popup menu click "Add to project"
7) You are done. Close all windows (if you like :)) and return to the IDE

after this you should be able to compile your application without the need to copy the Synapse *.pas files
in your project directory.

Kostas

Please Log in or Create an account to join the conversation.

Last edit: by Konstantinos Papadoulas. Reason: Corrected some typo's
  • Page:
  • 1