limelect
Members-
Content Count
835 -
Joined
-
Last visited
-
Days Won
1
Everything posted by limelect
-
This is mine D10.2.3
-
how to load updated component code w/o rebuilding lib?
limelect replied to David Schwartz's topic in Delphi IDE and APIs
if you have the source just point to the source path in the project and the project will be compiled with the NEW source. Project>option>search path> to source -
demo d10.2.3 [dcc32 Error] Casbin.Policy.pas(604): E2010 Incompatible types: 'TStringDynArray' and 'System.TArray<System.string>'
-
I just compiled for curiosity . On D10.2.3 XE8 i took out VirtualTreesD and included jedi.inc thats it. It compiled. I did not install.
-
Delphi Rio IDE hangs opening 10.2.3 projects
limelect replied to Halted's topic in Delphi IDE and APIs
In those cases i just leave the DPR and PAS. Make a new directory , copy dpr and pas and load. -
@Rollo62 I use to have many GOOGLE applications for free which i do not even publish. I do not trust this company. What is the point if you do not have a stable program because some has changed the policy. Are we always to change the source for ever?
-
@Mavarik Unfortunately you are right My application http://limelect.com/downloads/kml-reader/ has this problem now. https://stackoverflow.com/questions/50977913/google-maps-shows-for-development-purposes-only We can no longer trust GOOGLE for any application. See what they did to G+.
-
There was a post on G+ Delphi developer (Now closed) for a paid component. Try to search for it.
-
I have resource as {$R ResourcePNG.RES} It include png as RCDATA.No problem. I know how to show all resources of a program by using EnumResourceTypes(hinstance, @enumResTypesProc, Integer(mmo1.Lines)) How ever i would like to see ONLY the ResourcePNG.RES content. I suspect i have to have the handle of ResourcePNG.RES instead hinstance ? am i correct and how to do it? I do NOT WANT TO LOAD A FILE while running.
-
See content of a resource
limelect replied to limelect's topic in Algorithms, Data Structures and Class Design
thanks -
Delphi Custom Container Pack updated for Delphi 10.3 Rio
limelect replied to dummzeuch's topic in Tips / Blogs / Tutorials / Videos
Ok new it compile and as for TortoiseSVN it mite have been an older version i installed TortoiseSVN-1.11.0.28416-x64-svn-1.11.0 and now it is OK. Thanks -
Delphi Custom Container Pack updated for Delphi 10.3 Rio
limelect replied to dummzeuch's topic in Tips / Blogs / Tutorials / Videos
P.S i added if not Assigned(cat) then cat := catMgr.FindCategory(sCategoryDelphiNew); to rev 40. OK? -
Delphi Custom Container Pack updated for Delphi 10.3 Rio
limelect replied to dummzeuch's topic in Tips / Blogs / Tutorials / Videos
I cannot download the whole source since my SVN-checkout fail to download the whole source. I do not know why. But i somehow succeeded to down load rev42 and 40. (parts of them?). I am using d10.2.3. Further more i compiled your last rev 42 it is only for 10.3 ?? it need "if" so all Delphi's can use the software. It fail on sCategoryDelphiIndividualFiles in ccwiz.pas. Rev 40 is OK.No above line. Can you put the source on GIT? it is more friendly. -
I did almost exactly your need, i think. I have an SQL server database. The company works with many Delphi applications on it. Now i made a shell HTML page to fill by a Delphi application. Delphi build and insert data from sql into an HTML page. The page is put in memory of the server on a regular time. (Timer). Now every body can have the 2 pages i build with computers or phone. See all sql data and statistic. the link is used with dyndns.org:
-
I expanded the UnofficialDelphiPRAXiS project from FMXExpress to new project Enjoy https://github.com/limelect/DelphiPRAXiS
-
Is there an SVN client wrapper/library fro Delphi.
limelect replied to Tommi Prami's topic in Delphi Third-Party
@Tommi Prami you mite need this too https://web.archive.org/web/20110620095427/http://www.bitcommander.de/blog/index.php/2011/06/13/verins-office-vs-community/ -
This is the title that FMXExpress chose .UnofficialDelphiPRAXiS. I did not want to change it. I found the project because others talked about. Any suggestions?
-
I have this problem on 7 , XE? (not sure),10.2.1 BUT NOT ON 10.2.3 But 10.2.3 is just updated. BUT after a while it happens. I do not thing it has to do with GEXPERT but rather with new components It happens after working a few month with Delphi. I am use to it by now
-
Is there a package to get a list of all installed components?
limelect replied to Bill Meyer's topic in Delphi IDE and APIs
There is a package manger expert i down loaded called 30127_source_for_an_add_in_to_easily_manage_packages_the_ide_loads.zip I transform it to an exe. Dose it help? I yes i can send you my project source. https://wiert.me/2016/06/08/known-ide-packages-in-delphi-prompted-by-a-comment-jeroen-wiert-pluimers-made/ -
Does anyone have some library/unit to make coding of tokeniser/parser/somekind of tree easier?
limelect replied to Tommi Prami's topic in Algorithms, Data Structures and Class Design
Up date to new compilers Errors on D10.2.3