By Guest on Tuesday, 31 May 2022
Posted in General
Replies 7
Likes 0
Views 1.2K
Votes 0
I download the trial but when it's installed I get the following error:

command-line for the "DCC" task is too long

How can I solve this?
Hello,

The trial uses MSBuild to compile and install the package, if your path has more than 32000 characters, msbuild fails. I suggest to clean unused paths from your IDE or install the package manually following these instructions:

https://www.esegece.com/help/sgcWebSockets/#t=Install%2FInstall_Package.htm

Kind Regards,
Sergio
·
2 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
I've downloaded the trial install exe as well. Installed without any errors but cant find the TsgcWebSocket component in tool view.
Tryied to install the packages manually leads to the following error:

Package C:\users\public\documents\embarcadero\studio\17.0\bpl\win32\dclsgcWebSocketsD10.bpl can not loaded.
The module cant found.

After I cleaned all files and re-build them i get the following error:

Package C:\users\public\documents\embarcadero\studio\17.0\bpl\win32\dclsgcWebSocketsD10.bpl can not loaded.
%1 isnt a valid Win32-Application.

Not able to run the trial..
·
10 months ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

Did you get any error while installing? if you didn't get any error, the package should be installed automatically.
The only weird thing I see, is that usually the design-time packages are installed in the folder:

C:\users\public\documents\embarcadero\studio\17.0\bpl

Not in the folder

C:\users\public\documents\embarcadero\studio\17.0\bpl\win32

I've installed the trial in my machine, and the package is installed in the folder: C:\Users\Public\Documents\Embarcadero\Studio\17.0\Bpl
Seems the IDE is searching the package in the wrong folder.

Kind Regards,
Sergio
·
10 months ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Sergio,

thanks for your fast reply.

i dont get any error during the installation.
The .bpl's was installed in the following folders:

- C:\Users\Public\Documents\Embarcadero\Studio\17.0\Bpl\Win64
- C:\Users\Public\Documents\Embarcadero\Studio\17.0\Bpl\Win32

best regards,
Markus
·
10 months ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

The path for Win64 packages is correct, but for Win32 is incorrect. Check in your IDE the package output directory for Win32, it should be:

$(BDSCOMMONDIR)\Bpl

package_output_directory.png


This is the folder where the packages should be.

Kind Regards,
Sergio
·
10 months ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Sergio,

Thanks for the Reply.
Now it works! Thank you.
·
10 months ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,

Glad to hear it works now!

Kind Regards,
Sergio
·
10 months ago
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post