- Posts: 75
- Thank you received: 0
- Forum
- CodeTyphon Studio
- CodeTyphon Studio Components and Libraries
- Networking Development
- vsVisualSynapse
×
Components and Libraries for Networking Development, discussions, problems and suggestions
Question vsVisualSynapse
- superc
-
Topic Author
- Offline
- Junior Member
-
Less
More
4 years 9 months ago #10979
by superc
vsVisualSynapse was created by superc
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?
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.
- Sternas Stefanos
-
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
4 years 9 months ago #10980
by Sternas Stefanos
PilotLogic Architect and Core Programmer
Replied by Sternas Stefanos on topic vsVisualSynapse
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
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
Attachments:
Please Log in or Create an account to join the conversation.
- superc
-
Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 75
- Thank you received: 0
4 years 9 months ago #10982
by superc
Replied by superc on topic vsVisualSynapse
Goog morning,
i use Codetyphon 6.20 on Windows 10 64bit.
i use Codetyphon 6.20 on Windows 10 64bit.
Attachments:
Please Log in or Create an account to join the conversation.
- superc
-
Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 75
- Thank you received: 0
4 years 9 months ago #10985
by superc
Replied by superc on topic vsVisualSynapse
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
Attachments:
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
4 years 9 months ago - 4 years 9 months ago #10989
by Sternas Stefanos
PilotLogic Architect and Core Programmer
Replied by Sternas Stefanos on topic vsVisualSynapse
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).
We can't make all pl_SynapseVS components to work on ALL OSes
we want help for that...
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
Last edit: 4 years 9 months ago by Sternas Stefanos.
Please Log in or Create an account to join the conversation.