-
Content Count
894 -
Joined
-
Last visited
-
Days Won
7
Everything posted by Stano
-
Yes, as dbGo. + dbExpress
-
You only have two options. Buy a higher version of Delphi or a third party component. See Attila Kovacs
-
In the old versions of Dlephi it is stated: "The portion of the Product identified as InterBase is not a Redistributable and is licensed for development purposes only."" I assume this only applies to INTERBASE. Can IBX components be used without restriction?
-
Update TMS says its controls DO also support Delphi styles It is true. It works. The problem with TMS is that they have different types of VCLs. That's why I wrote method.
-
Change parameters and Toggle overload. ver 15.0.28 build 2397
-
Maybe he's not alive anymore.
-
The Hungarian notation refers to prefixes identifying the type of variable, this is something else. OK. If I use the prefix to avoid collisions with variables, then only "A". So how Lars Fosdal.
-
Hungarian notation is said to no longer be used in OOP.
-
When I opened a simple project, previously open, I received an message
Stano posted a topic in MMX Code Explorer
When I opened a simple project, previously open, I received an message for the first time in my life. Ver. 15.0.28 Access violation at address 10EA94F1 in module 'mmx_bds21.dll'. Read of address 00730071. --------------------------- [10EA94F1]{mmx_bds21.dll} MMXModCache.{System.Generics.Collections}TList<MMXModCache.TTypeInfoRec>.AddRange (Line 4810, "System.Generics.Collections.pas" + 0) + $A [500647AB]{rtl270.bpl } System.@FinalizeArray (Line 33292, "System.pas" + 98) + $6 [10EA8170]{mmx_bds21.dll} MMXModCache.TLoadedPackagesTypeInfo.DelayLoadPackageInfoUsingExtendedRtti$ActRec.$0$Body$ActRec.$0$0$Body (Line 558, "MMXModCache.PAS" + 2) + $F [5017D2DF]{rtl270.bpl } System.Classes.CheckSynchronize (Line 15449, "System.Classes.pas" + 34) + $A -
Sources are in higher versions
-
Simple inlined function question
Stano replied to Mike Torrettinni's topic in Algorithms, Data Structures and Class Design
From the wise book: optimize the application when it is really needed. A maximum of 10% of "bottlenecks" need to be optimized to increase performance sufficiently -
It is possible to add an option to MMX to check all files on Live Metrics on demand?
-
My last clarification is more than brief. Once again with some kind of pseudo code AllCheck.Onclick - starts the check starts check of first unit when it finds a violation of Live Metrics rules the inspection ends the unit name is added to the list the next unit is checked until the end at the end, a list of units with deficiencies is displayed without any details. I don't think it matters It would be nice if clicking on an item in the list would open the unit in the IDE. It is not necessary. Maybe that's clear no
-
Is Class with 2 'nested' constructors bad design?
Stano replied to Mike Torrettinni's topic in Algorithms, Data Structures and Class Design
In my opinion, the only one. And always and everywhere. -
Firebird 3.0.6 - embedded. Change the disk to caching the first time you start program
Stano posted a topic in Databases
The first time you run it, the tables are cached to hard disk. The disk is determined by where the DB itself is located. For me D: \ ... - HDD (~ 3 min.) I'd like to change that. I want to have caching on disk C - SSD (<10 sec) I'm not doing well at all. Using firebird.conf (TempDirectories = c: \ temp) does not help. -
Firebird 3.0.6 - embedded. Change the disk to caching the first time you start program
Stano replied to Stano's topic in Databases
OK -
This was not advice, but the exact answer to the questions asked.
-
I mean something like this: Menu -> ...? ...-> Check all
-
Now Live Metrics will only show me problems for an open file. I would appreciate if he would be able to check the all files in project at once. If I want to make sure that everything is fine, then I have to open all the files step by step, which is not exactly comfortable. That's what FixInsight does - if you know it.
-
Use the GroupBox, place RadioButtons on it and group them. Thus, only one can be selected/checked.
-
Where is the Install command in the Project Manager of D10.3?
Stano replied to Silver Black's topic in VCL
And in the menu Component -> Install Packages ... are your components checked? Probably yes, when they show up sometimes. -
Unit scope names in IDE - possible 2+ lines?
Stano replied to Mike Torrettinni's topic in General Help
I can know why. The list is arranged alphabetically. Orientation is fast. -
Unit scope names in IDE - possible 2+ lines?
Stano replied to Mike Torrettinni's topic in General Help
I don't use it at all. -
Unit scope names in IDE - possible 2+ lines?
Stano replied to Mike Torrettinni's topic in General Help
Ctrl + Alt + F12 starts the Intel graphics settings for me But the far right in row, there is a down arrow to display the entire list.