rr Berlin, Germany, 24.08.2008, 23:31 |
Free Pascal questions (Developers) |
Regarding UPXINFO I have a few questions about Free Pascal. Maybe Laaca or Marco could help me. --- |
marcov 25.08.2008, 10:28 @ rr |
Free Pascal questions |
> Regarding UPXINFO I have a few questions about Free Pascal. Maybe Laaca or |
Laaca Czech republic, 25.08.2008, 11:02 @ marcov |
Free Pascal questions |
> I myself am thinking to try to add CHM support to the IDE. Or at least --- |
marcov 25.08.2008, 11:22 @ Laaca |
Free Pascal questions |
> > I myself am thinking to try to add CHM support to the IDE. Or at least |
DOS386 28.08.2008, 05:48 @ Laaca |
CHM |
> > I myself am thinking to try to add CHM support to the IDE --- |
rr Berlin, Germany, 28.08.2008, 09:56 @ DOS386 |
CHM |
> Anything to read CHM's except original IE already around ? IIRC NO --- |
marcov 28.08.2008, 13:34 @ rr |
CHM |
> > Anything to read CHM's except original IE already around ? IIRC NO |
Steve US, 28.08.2008, 14:02 @ marcov |
CHM |
> The trouble is that CHM is roughly compressed html. So to faithfully |
marcov 28.08.2008, 14:32 @ Steve |
CHM |
> > The trouble is that CHM is roughly compressed html. So to faithfully |
Steve US, 28.08.2008, 16:35 @ marcov |
CHM |
> > There is also *.html.gz format. It's in the HTML spec, should be |
marcov 28.08.2008, 17:46 @ Steve |
CHM |
> > (Are you sure? Afaik HTTP2 allows for GZ compression, but .gz on HTML |
Steve US, 30.08.2008, 08:28 @ marcov |
CHM |
> You didn't answer my real question. Is it really a standard, or do some |
marcov 30.08.2008, 14:29 @ Steve |
CHM |
> In use, html.gz files are as readable as any |
marcov 30.08.2008, 14:37 @ Steve |
CHM |
(split because of size) |
DOS386 10.09.2008, 01:56 @ rr |
CHM |
> > Anything to read CHM's except original IE already around ? IIRC NO --- |
rr Berlin, Germany, 10.09.2008, 11:42 @ DOS386 |
CHM |
> > > Anything to read CHM's except original IE already around ? IIRC NO --- |
marcov 13.09.2008, 17:00 @ DOS386 |
CHM |
> > > Anything to read CHM's except original IE already around ? IIRC NO |
DOS386 15.09.2008, 05:38 @ marcov |
CHM |
> http://www.nongnu.org/chmspec/latest/ --- |
marcov 28.08.2008, 13:32 @ DOS386 |
CHM |
> > > I myself am thinking to try to add CHM support to the IDE |
marcov 12.10.2008, 13:46 @ Laaca |
Free Pascal questions |
> > I myself am thinking to try to add CHM support to the IDE. Or at least |
DOS386 18.10.2008, 03:13 @ marcov |
Free Pascal questions | 2.2.2 minimal test |
> committed this last night. Initially the IDE reads CHMs now. Moreover it --- |
Laaca Czech republic, 18.10.2008, 12:10 @ DOS386 |
Free Pascal questions | 2.2.2 minimal test |
FPC 2.2.2 doesn't complain about non LFN environment more. It was fixed from 2.2.0a to 2.2.2 --- |
DOS386 19.10.2008, 01:29 @ Laaca |
Free Pascal questions | 2.2.2 minimal test |
> FPC 2.2.2 doesn't complain about LFN --- |
DOS386 20.10.2008, 08:49 @ DOS386 |
Free Pascal questions | 2.2.2 test | FP IDE test @marcov |
marcov wrote (in other thread): --- |
DOS386 20.10.2008, 09:01 (edited by DOS386, 20.10.2008, 09:21) @ DOS386 |
Free Pascal questions | 2.2.2 test | FP IDE test @marcov |
So the results: --- |
Laaca Czech republic, 20.10.2008, 11:00 @ DOS386 |
Free Pascal questions | 2.2.2 test | FP IDE test @marcov |
For copying text into clipboard press CTRL-ins --- |
marcov 20.10.2008, 18:09 (edited by marcov, 20.10.2008, 23:38) @ Laaca |
Free Pascal questions | 2.2.2 test | FP IDE test @marcov |
> For copying text into clipboard press CTRL-ins |
marcov 21.10.2008, 12:17 @ Laaca |
Free Pascal questions | 2.2.2 test | FP IDE test @marcov |
> For copying text into clipboard press CTRL-ins |
DOS386 22.10.2008, 15:22 @ marcov |
Free Pascal questions | 2.2.2 test | FP IDE test @marcov |
Laaca wrote: --- |
rr Berlin, Germany, 22.10.2008, 15:59 @ DOS386 |
Free Pascal questions | 2.2.2 test | FP IDE test @marcov |
> > I like these combination more than windowish CTRL-C or CTRL-V --- |
marcov 22.10.2008, 19:26 @ DOS386 |
Free Pascal questions | 2.2.2 test | FP IDE test @marcov |
> > CTRL-C is a problem too because it is "terminate program" on nearly all |
DOS386 25.10.2008, 01:31 @ marcov |
Free Pascal questions | 2.2.2 test | FP IDE test @marcov |
rr wrote: --- |
ecm Düsseldorf, Germany, 25.10.2008, 10:33 @ DOS386 |
Free Pascal questions | 2.2.2 test | FP IDE test @marcov |
> Except, of course, (since I KNOW what ctrl-C means in dos --- |
Laaca Czech republic, 25.10.2008, 12:13 @ ecm |
Free Pascal questions | 2.2.2 test | FP IDE test @marcov |
Maybe it could be cured by adding the "djgpp_set_ctrl_c(false)" in the IDE source. However as far I remember in previous FPC version it worked not very reliably. (after few repeats it crashed) --- |
marcov 25.10.2008, 20:17 @ Laaca |
Free Pascal questions | 2.2.2 test | FP IDE test @marcov |
> Maybe it could be cured by adding the "djgpp_set_ctrl_c(false)" in the IDE |
Laaca Czech republic, 25.10.2008, 23:49 (edited by Laaca, 26.10.2008, 09:15) @ marcov |
Free Pascal questions | 2.2.2 test | FP IDE test @marcov |
Procedure "djgpp_set_ctrl_c" is defined in RTL\DPMIEXCP unit for GO32V2 target. --- |
marcov 26.10.2008, 11:43 @ Laaca |
Free Pascal questions | 2.2.2 test | FP IDE test @marcov |
> Procedure "djgpp_set_ctrl_c" is defined in RTL\DPMIEXCP unit for GO32V2 |
Laaca Czech republic, 28.10.2008, 10:01 @ marcov |
Free Pascal questions | 2.2.2 test | FP IDE test @marcov |
> I'm currently playing with the IDE, but most of my plans there are non-dos --- |
marcov 29.10.2008, 15:40 @ Laaca |
Free Pascal questions | 2.2.2 test | FP IDE test @marcov |
> > I'm currently playing with the IDE, but most of my plans there are |
rr Berlin, Germany, 25.08.2008, 22:07 @ marcov |
Free Pascal questions |
> However FPC allows for a lot of tweaking of the linker, e.g. passing GNU --- |
marcov 26.08.2008, 11:14 @ rr |
Free Pascal questions |
> > > 2) How to achieve minimum size of executables? I'm using "-O3 -Os |
rr Berlin, Germany, 27.08.2008, 12:47 @ marcov |
Free Pascal questions |
> > But then that's a bug in FPC's documentation! Chart.pdf shows "XX = --- |
marcov 28.08.2008, 00:17 @ rr |
Free Pascal questions |
> > > But then that's a bug in FPC's documentation! Chart.pdf shows "XX = |
Rugxulo Usono, 28.08.2008, 04:30 @ marcov |
Free Pascal questions |
> > Apropos: I can't unpack LD.EXE (or other binaries you borrow from |
rr Berlin, Germany, 28.08.2008, 09:50 @ Rugxulo |
Free Pascal questions |
> So I think (from memory) that FPC is doing the right thing by sticking --- |
rr Berlin, Germany, 28.08.2008, 09:54 @ marcov |
Free Pascal questions |
> > I see. But why does FPC's documentation state that command-line option --- |
Rugxulo Usono, 28.08.2008, 11:00 @ rr |
Free Pascal questions |
> I found it in Binutils' "src/bfd/go32stub.h" now. |
rr Berlin, Germany, 28.08.2008, 13:08 @ Rugxulo |
Free Pascal questions |
> > I found it in Binutils' "src/bfd/go32stub.h" now. --- |