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

TOPIC:

vsVisualSynapse 6 years 6 months ago #10979

  • superc
  • superc's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 75
  • Thank you received: 0
Goog morning,
I'm trying to compile a project can use vsVisualSynapse for raspberry2 and I receive this error : "can't find unit vsVisualSynapse use by ecc.." .... Why? All units are visibile infact with ctrl and left click I can see it...
In my project i must use SOAP or Rest requests for pass and receive data, but i don't have visibility of networking librarys wich can to work correctly with raspberry2.
Now indy are arm-linux(raspberry) compatible?

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

vsVisualSynapse 6 years 6 months ago #10980

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4506
  • Thank you received: 1100
Sir
pl_SynapseVS package works OK on Arm-Linux Pi3
Please give us more info

Screens from
Pi3 with Ubuntu 16.04, MATE and Lab CodeTyphon 6.30
PilotLogic Architect and Core Programmer

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

vsVisualSynapse 6 years 6 months ago #10982

  • superc
  • superc's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 75
  • Thank you received: 0
Goog morning,
i use Codetyphon 6.20 on Windows 10 64bit.
Attachments:

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

vsVisualSynapse 6 years 6 months ago #10985

  • superc
  • superc's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 75
  • Thank you received: 0
Now i've installed CodeTyphon 6.20 on VM with LinuxMint 18.1 : codetyphon in linux distro compiles fine for raspberry 2 but the components are less than Windows installation but in Windows I receive the error of first post.... I'm a bit confused

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

vsVisualSynapse 6 years 6 months ago #10989

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4506
  • Thank you received: 1100
Sir
1) first of all we test CrossBuild Win32=>arm-linux-Pi2
and all are OK

2) pl_SynapseVS library has more Components for Windows
please look at registration file of pl_SynapseVS (allsynapsevsregister.pas).

  RegisterComponents('SynapseVS', [
                                   TvsComPort,
                                   TvsWebClient,
                  {$IFDEF WINDOWS} TvsSniffer,  {$ENDIF}
                                   TvsHTTPServer,
                                   TvsFTPServer,
                                   TvsAuthentication,
                                   { TPastella,}{ TSMTPServer,}
                  {$IFDEF WINDOWS} TvsVisualDNS,
                                   TvsVisualHTTP,
                                   TvsVisualUDP,
                                   TvsVisualTCP,
                                   TvsVisualICMP,
                                   TvsSocksProxyInfo,
                                   TvsIPHelper,
                                   TvsSendMail, {$ENDIF}
                                   TvsSynPing
                                   ]);

We can't make all pl_SynapseVS components to work on ALL OSes
we want help for that...
PilotLogic Architect and Core Programmer

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

Last edit: by Sternas Stefanos.
  • Page:
  • 1