Jump to content

limelect

Members
  • Content Count

    775
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by limelect


  1. 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.


  2. 15 hours ago, dummzeuch said:

    I have just updated the Delphi Custom Container Pack sources to support Delphi 10.3 Rio. This time it required than creating the packages for the new version and adding the latest version of the Delphiversions.inc file. When loading the designtime package an EAssertionFailed exception ...

    https://blog.dummzeuch.de/2018/12/29/delphi-custom-container-pack-updated-for-delphi-10-3-rio/

    P.S i added   if not Assigned(cat) then
        cat := catMgr.FindCategory(sCategoryDelphiNew);

    to rev 40. OK?


  3. 14 hours ago, dummzeuch said:

    I have just updated the Delphi Custom Container Pack sources to support Delphi 10.3 Rio. This time it required than creating the packages for the new version and adding the latest version of the Delphiversions.inc file. When loading the designtime package an EAssertionFailed exception ...

    https://blog.dummzeuch.de/2018/12/29/delphi-custom-container-pack-updated-for-delphi-10-3-rio/

    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.


  4. 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:


  5. 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?


  6. 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

×