

Stéphane Wierzbicki
-
Content Count
233 -
Joined
-
Last visited
Posts posted by Stéphane Wierzbicki
-
-
5 hours ago, pyscripter said:You are on Steroids 🙂 ... New features every week 🥳. Thanks 👍
-
5 hours ago, corneliusdavid said:This isn't an official answer and I don't know how helpful this will be but I looked at the Windows Firewall settings on a virtual machine where I use both Delphi 10.4 and Delphi 11.1 and didn't see any specific ports open but several applications that are allowed for in-bound communication:
So, only for remote debugging or RAD Server. If anything, it's likely using the standard port 80 (HTTP) or 443 (HTTPS) for outbound calls but you should be able to use it without an internet connection after the initial license verification.
Thanks but it would be nice if Embarcadero could provide detailed information such as URLs to allow, public IP adresses, TCP / UDP ports ranges and so on.
-
1
-
-
Well, web installation did work. IDE is running but i'm facing issues with GetIt.
GetIt is able to display, filter items but as soon as I click the Install button I'm getting errors (I'm no more at the office now but from memory it was related to network connectivity issue)
I suspect our proxy to be too strict... this is only guessing as Embarcadero isn't providing any info about installing Rad Studio in a "secured" network environment.
-
40 minutes ago, Joe Sansalone said:Luckily I saved the registry settings!
11.1 Web Install did not preserve any settings.
Thanks.
Faced somehow the same issue. All packages were left, but search path was screwed (some path survived the update while a lot didn't).
-
I'm desperately seeking for this information.
Our Delphi is installed on a secured network and I need to provide inbound and outbound UDP/TCP ports that need to be opened for RAD studio to work.
Same question about proxy settings.
Anyone know how to get this ? (Already asked Embarcadero support and never got an answer...).
Thanks
PS:please don't tell me to install Wireshark and monitor everything... This should not be done by Embarcadero's customers
-
1
-
-
For the last 10 years, I used to export Delphi reg keys (help, variables, experts, ide packaged, package and all libraries path).
That saved my time today as all libraries path where screwed...
-
1
-
-
I'm getting as well a lot of Access violation...
As soon as I display a form in my project.
I thought that this was solved by restarting my VM but this is happening again...
https://quality.embarcadero.com/browse/RSP-37078
I will not be surprised if this is related to their protection system!
-
@joaodanet2018 thanks for the workaround (using TFDMetaInfoQuery will also do the trick) but why oh why does GetFieldNames not work ?
-
Hi,
I am recovering MsSQL tables fields with the help of the GetFieldNames method, however some list fields are incomplete.
For example, I do have a table name with a string field called "USER' (reserved word, i know but I cannot to anything against this), calling GetFieldNames retrieve everything except the 'USER' field.
I'm calling GetFieldNames this way:
FDConnection.GetFieldNames('','',Tablename,'',Fieldlist)
Where Tablename is a string containing table name and Fieldlist is a TStringlist.
Is there anything I can do?
PS: I'm using Delphi 11
-
11 hours ago, Uwe Raabe said:I happen to have downloaded a copy right after publishing. Here it is...
My first impression after opening the document: that's impressive, looks like the author spent a lot of time on it.
-
1
-
-
Looks like Mr Normann has no more an active account (now seen as guest) here !
Nor his work available at sourceforge anymore. What's going on?
-
Syncplify provides free and paid SFTP servers.
-
1
-
-
Why don't you use SQLite DDL and adapt it to MySQL? This is not really complicated.
After creating your MySQL database run FDBatchmove (btw FDBatchmove is able to physically create missing table but is not capable of creating indexes nor foreign keys).
-
-
I guess that installer is compiling sources, thus needs command line compiler which is not provided with community edition...
-
2
-
-
Hello,
This is a little bit off topic but what is your experience running Windows on M1 ? and how to Delphi behave? (it is emulated)
-
On 11/19/2021 at 1:37 PM, Bouhlal said:the software is based rdp, i don't want to give full access to desktop via rdp i want to allow only run the application but not direct access to desktop
Are you aware that you can share "application" only instead of providing desktop?
-
I really don't know. I'm not sure if you will be able to replace SSL DLL with pure Delphi code.
-
Google search propose this:
https://github.com/grijjy/DelphiGoogleAPI
You can also have a look at TMS Cloud
-
WFIW The last time I checked (1 week ago), CData installers were.not updated to Delphi 11.
-
-
It's really nice 🙂
Will you considering directly docking cmd or PowerShell Windows ? In your video cmd or PowerShell Windows need to be moved and docked into Delphi.
Thanks for sharing this !
-
I used to work with MySQL (from 2000 to 2012). I used it for our internal Datawarehouse. FWIW, some tables handled over 200 000 records per day (with almost 100 fields).
Since 2012 I switch to PostgreSQL for all my new projects. I really like it and to be honest, this database is extremely powerful and easy to maintain.
-
Did you try to forbid internet access for BDS.exe (using Windows built in firewall) ?
Parnassus Bookmarks for Delphi 11 Alexandria?
in Delphi IDE and APIs
Posted
Do you have any expert installed ? (Mmx code explorer or GExpert)