limelect
Members-
Content Count
819 -
Joined
-
Last visited
-
Days Won
1
Everything posted by limelect
-
@dummzeuch It seem that PascalAnalyzerLite does it all is needed is to copy put ";" in bitween directorie and copy as a large string. But a small pas software is OK without the large information
-
@Uwe Raabe That is great thanks
-
@dummzeuch i do not understand what it does since there is no button to choose a dpr (project) and scann it
-
@dummzeuch If you do add to Gexpert that will be cool. If you can submit the source here beforehand I will test it on a project
-
Ok thanks
-
Thanks, I will try it on a project
-
@FPiette The problem is simple Start compiling a project first time The error will tell you what is missing in the uses (I am not talking about pas lines error just the uses) On large projects uses errors send you to different uses and so on. This is where the mess starts. Take any project, not yours you do not know what is missing.
-
@FPiette You all right but the problem is NOT you and me Using someone ELSE projects often is a mess with directories. They split the pas files into many directories which make life a bit cumbersome for compilation. I am with Delphi since #1 and still love to learn new stuff by compiling other people's projects. Delphi is my profession AND my hobby
-
PortableAppsToStartMenu 1.0.0
limelect replied to dummzeuch's topic in Tips / Blogs / Tutorials / Videos
@dummzeuch Sorry it is weekend here. Well now it compiled OK Tf_PortableAppsToStartMenu.b_PortableAppsDirClick <<<< empty -
PortableAppsToStartMenu 1.0.0
limelect replied to dummzeuch's topic in Tips / Blogs / Tutorials / Videos
It seems it does not work not in my case. -
PortableAppsToStartMenu 1.0.0
limelect replied to dummzeuch's topic in Tips / Blogs / Tutorials / Videos
Ok i give up after {.$R *_version.res} << disable {.$R *_icon.res} {.$R *_manifest.res} new error [Exec Error] The command "call "G:\Delphi Projects\GEXPERT\portableappstostartmenu\tags\1.0.0\buildtools\postbuild.cmd" ..\PortableAppsToStartMenu" exited with code 1. when it will be fool proof i recheck. Sorry -
PortableAppsToStartMenu 1.0.0
limelect replied to dummzeuch's topic in Tips / Blogs / Tutorials / Videos
Can i be notify on the fix? -
PortableAppsToStartMenu 1.0.0
limelect replied to dummzeuch's topic in Tips / Blogs / Tutorials / Videos
@Bill Meyer forgot about that. You are right but now [dcc32 Error] E1026 File not found: 'PortableAppsToStartMenu_version.res' [dcc32 Error] E1026 File not found: 'PortableAppsToStartMenu_icon.res' [dcc32 Error] E1026 File not found: 'PortableAppsToStartMenu_manifest.res' [dcc32 Error] E1026 File not found: 'PortableAppsToStartMenu_version.res' [dcc32 Error] E1026 File not found: 'PortableAppsToStartMenu_icon.res' [dcc32 Error] E1026 File not found: 'PortableAppsToStartMenu_manifest.res' Plz add res -
PortableAppsToStartMenu 1.0.0
limelect replied to dummzeuch's topic in Tips / Blogs / Tutorials / Videos
I rechecked 1. Using ....portableappstostartmenu\tags\1.0.0\src 2. just above it portableappstostartmenu\tags\1.0.0\buildtools 3. Output portableappstostartmenu\tags\1.0.0 (..) 4. buildtools\postbuild.cmd $(OUTPUTDIR)$(OUTPUTNAME) should be and not ..\ 5. Now a new error [Exec Error] The command "call buildtools\prebuild.cmd G:\Delphi Projects\GEXPERT\portableappstostartmenu\tags\1.0.0\src\PortableAppsToStartMenu.dproj" exited with code 1. which mean no file found so i gave it a full path call G:\Delphi Projects\GEXPERT\portableappstostartmenu\tags\1.0.0\buildtools\prebuild.cmd it did not help -
I have an expert that gets all the classes from the IDE. var xx: TPersistentClass; xx := GetClass(PackageServices.ComponentNames[PackageCounter, ComponentCounter]); some components show xx as nil although they are on the pallet and can be used i cannot read xx.ClassName for that Any idea why? P.S It seems that components from ToolPalette do not have that problem I just checked it on ToolPalette it has the same problem xx := GetClass on some names are nil
-
Thanks, I hope I will manage.
-
PortableAppsToStartMenu 1.0.0
limelect replied to dummzeuch's topic in Tips / Blogs / Tutorials / Videos
I went into build events but did not want to do bad thing -
PortableAppsToStartMenu 1.0.0
limelect replied to dummzeuch's topic in Tips / Blogs / Tutorials / Videos
D10.2.3 'while compiling the source i get this error [Exec Error] The command "call ..\buildtools\prebuild.cmd G:\Delphi Projects\GEXPERT\portableappstostartmenu\trunk\src\PortableAppsToStartMenu.dproj" exited with code 20005. -
PortableAppsToStartMenu 1.0.0
limelect replied to dummzeuch's topic in Tips / Blogs / Tutorials / Videos
I am using for years https://portableapps.com/ All portables programs are added to the above program even if the portable program is not on the list. I have it on a USB stick that works great when needed -
@Mahdi Safsafi on second found not loaded it breaks I have to load All of them for viewing. So with your advice, this is the test bench and it fails at the second iteration if not PackageInf.Loaded then begin s.Add('--------- not loaded ' + PackageServices.PackageNames[PackageCounter]); PackageInf.Loaded := True;<<<<here Unload := True; end; is my var correct ? PackageInf: IOTAPackageInfo; Stack overflow may be some how free? DockingForm (3).zip
-
@Mahdi Safsafi working on it debugging takes time
-
Ok thanks i will try and see
-
@Mahdi Safsafi Reading your comment again a question. If a component is on the pallet it is loaded, right?
-
P.S this is part of my tool
-
@Mahdi Safsafi i would like to elaborate a little. It all started with this So dave helped a lot and i have what i needed But during the use of the tool i had what you fixed. But then i found that some components i do not show and this is where the last problem stand