Jump to content

limelect

Members
  • Content Count

    819
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by limelect

  1. limelect

    Adding file directories to project

    @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
  2. limelect

    Adding file directories to project

    @Uwe Raabe That is great thanks
  3. limelect

    Adding file directories to project

    @dummzeuch i do not understand what it does since there is no button to choose a dpr (project) and scann it
  4. limelect

    Adding file directories to project

    @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
  5. limelect

    Adding file directories to project

    Ok thanks
  6. limelect

    Adding file directories to project

    Thanks, I will try it on a project
  7. limelect

    Adding file directories to 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.
  8. limelect

    Adding file directories to project

    @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
  9. limelect

    PortableAppsToStartMenu 1.0.0

    @dummzeuch Sorry it is weekend here. Well now it compiled OK Tf_PortableAppsToStartMenu.b_PortableAppsDirClick <<<< empty
  10. limelect

    PortableAppsToStartMenu 1.0.0

    It seems it does not work not in my case.
  11. limelect

    PortableAppsToStartMenu 1.0.0

    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
  12. limelect

    PortableAppsToStartMenu 1.0.0

    Can i be notify on the fix?
  13. limelect

    PortableAppsToStartMenu 1.0.0

    @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
  14. limelect

    PortableAppsToStartMenu 1.0.0

    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
  15. 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
  16. limelect

    Some components show class =nil

    Thanks, I hope I will manage.
  17. limelect

    PortableAppsToStartMenu 1.0.0

    I went into build events but did not want to do bad thing
  18. limelect

    PortableAppsToStartMenu 1.0.0

    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.
  19. limelect

    PortableAppsToStartMenu 1.0.0

    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
  20. limelect

    Some components show class =nil

    @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
  21. limelect

    Some components show class =nil

    @Mahdi Safsafi working on it debugging takes time
  22. limelect

    Some components show class =nil

    Ok thanks i will try and see
  23. limelect

    Some components show class =nil

    @Mahdi Safsafi Reading your comment again a question. If a component is on the pallet it is loaded, right?
  24. limelect

    Some components show class =nil

    P.S this is part of my tool
  25. limelect

    Some components show class =nil

    @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
×