Activity for zed

  • zed  zed posted a comment on ticket #92

    No, it isn't and I don't want to add it. This issue is about stand alone formatter, right? So, what if I want to run formatter on PC whithout Delphi at all? Is it possible to provode GExpertsRS103.dll without depending on .bpl or GExpertsFormatter.exe without depending on GExpertsRS103.dll?

  • zed  zed modified a comment on ticket #92

    When I try to run GExpertsFormatter.exe (used installer GXRS10.3_1.3.15_experimental-twm_2019-11-23.exe) from start menu or explorer it fails with error about some Delphi .bpl file(s) (see attached screenshotes). Can you fix this to make formatter to be really stand alone?

  • zed  zed posted a comment on ticket #92

    When I try to run GExpertsFormatter.exe from start menu or explorer it fails with error about some Delphi .bpl file(s) (see attached screenshotes). Can you fix this to make formatter to be really stand alone?

  • zed  zed modified a comment on discussion Help

    Also, do you have any idea if I need to do anything about libmoldname? No.

  • zed  zed posted a comment on discussion Help

    Also, do you have any idea if I need to do anything about libmoldname? No.

  • zed  zed posted a comment on discussion Help

    Where did you get version 7.4.0? I can see only 7.3.0: https://sourceforge.net/projects/mingw-w64/files/ I know one trick how to link with msvcr120 (if you set the proper lib name, then maybe it will work in your case too): Run command g++ -dumpspecs > msvcr120.spec Open file msvcr120.spec in Notepad, replace string -lmsvcrt with -lmsvcr120 and save it. Use follow command to compile you binaries: g++ -static -specs=msvcr120.spec -s -O2 -o hello.exe hello.cpp

  • zed  zed created merge request #5

    C - Aviod NAN generation if compiler already support it

  • zed  zed committed [60483f]

    Aviod NAN generation if compiler already support it

  • zed  zed modified a comment on ticket #567

    I installed and tested this: i686-7.1.0-release-posix-dwarf-rt_v5-rev2.7z (2017-08-12).

  • zed  zed posted a comment on ticket #567

    I installed and tested this: i686-7.1.0-release-posix-dwarf-rt_v5-rev2.7z (2017-08-12).

  • zed  zed posted a comment on ticket #567

    It seems that bug is fixed in mingw-w64 7.1.

  • zed  zed posted a comment on ticket #6

    Added: https://sourceforge.net/p/alcinoe/code/538/tree//source/ALString.pas?diff...

  • zed  zed committed [r539]

    Added option "IgnoreSecurityErrors" and fixed b...

  • zed  zed committed [r538]

    Added function ALFloatToStrF

  • zed  zed posted a comment on discussion Open Discussion

    Sorry, it was my mistake. Now I see that 1.46 works too.

  • zed  zed posted a comment on discussion Open Discussion

    It's all about C version of library. I have simple test code, that works fine with...

1