post-factum /ukraine/kyiv, 09.12.2008, 21:14 |
HX + FPC 2.2.2 == trouble (DOSX) |
There's a trouble with running binaries under FreeDOS, which are compiled by FreePascal Compiler 2.2.2. When the binary is started to load (via TSR loader or not), it crashes. The most interesting is that fpc 2.2.0 produced binaries that run without any problem ("hello world" or some big projects - doesn`t matter). --- |
Laaca Czech republic, 09.12.2008, 22:05 @ post-factum |
HX + FPC 2.2.2 == trouble |
I use FPC 2.2.2 and FPC 2.2.2 compiled programs often but I haven't noticed any incompatibility with HX. You should make a test onreal hardware, not in emulator under Vista. --- |
rr Berlin, Germany, 09.12.2008, 22:23 @ Laaca |
HX + FPC 2.2.2 == trouble |
> I use FPC 2.2.2 and FPC 2.2.2 compiled programs often but I haven't noticed --- |
post-factum /ukraine/kyiv, 09.12.2008, 22:30 @ rr |
HX + FPC 2.2.2 == trouble |
> AFAIK "DOS in a box" comes from DOSEMU. So he's running Linux, not Vista. --- |
Japheth Germany (South), 10.12.2008, 08:52 @ post-factum |
HX + FPC 2.2.2 == trouble |
> I tried several versions of HX Runtime, old and the newest, but the result --- |
post-factum /ukraine/kyiv, 10.12.2008, 10:18 @ Japheth |
HX + FPC 2.2.2 == trouble |
> exception C0000005 is an access violation. You can probably catch this --- |
Laaca Czech republic, 10.12.2008, 10:54 @ post-factum |
HX + FPC 2.2.2 == trouble |
Hm, are you sure you use the same parameters for compilation like with FPC 2.2.0? --- |
post-factum /ukraine/kyiv, 10.12.2008, 16:12 @ Laaca |
HX + FPC 2.2.2 == trouble |
> Hm, are you sure you use the same parameters for compilation like with FPC --- |
Japheth Germany (South), 10.12.2008, 11:33 @ post-factum |
HX + FPC 2.2.2 == trouble |
> The problem is that the program cannot be loaded without crash. Even if I --- |
post-factum /ukraine/kyiv, 10.12.2008, 16:17 @ Japheth |
HX + FPC 2.2.2 == trouble |
> Then please send such a binary, mail address see at www.japheth.de! --- |
Japheth Germany (South), 11.12.2008, 00:43 @ post-factum |
HX + FPC 2.2.2 == trouble |
> I've sent it. --- |
post-factum /ukraine/kyiv, 11.12.2008, 14:28 @ Japheth |
HX + FPC 2.2.2 == trouble |
> A small fix in DPMILD32.EXE will be necessary. --- |
Japheth Germany (South), 11.12.2008, 15:01 @ post-factum |
HX + FPC 2.2.2 == trouble |
> > A small fix in DPMILD32.EXE will be necessary. --- |
post-factum /ukraine/kyiv, 11.12.2008, 18:13 (edited by post-factum, 11.12.2008, 18:23) @ Japheth |
HX + FPC 2.2.2 == trouble |
> I added a test version of dpmild32 into the hxrt WIP package (hxrtd.zip). --- |
Laaca Czech republic, 11.12.2008, 22:46 @ post-factum |
HX + FPC 2.2.2 == trouble |
Well, you haven't written that you don't use the GO32V2 version but WIN32 version. I don't use the win version I have no experience about it. --- |
post-factum /ukraine/kyiv, 11.12.2008, 22:51 @ Laaca |
HX + FPC 2.2.2 == trouble |
> Well, you haven't written that you don't use the GO32V2 version but WIN32 --- |
post-factum /ukraine/kyiv, 11.12.2008, 23:42 @ post-factum |
HX + FPC 2.2.2 == trouble |
> Thanks, it fixes a problem, but my large program with several threads --- |
marcov 14.12.2008, 16:54 @ post-factum |
HX + FPC 2.2.2 == trouble |
> > Thanks, it fixes a problem, but my large program with several threads |
post-factum /ukraine/kyiv, 19.12.2008, 19:32 @ marcov |
HX + FPC 2.2.2 == trouble |
> That is new for me, since afaik on windows, sleep is directly passed to --- |
marcov 21.12.2008, 14:28 @ post-factum |
HX + FPC 2.2.2 == trouble |
> > That is new for me, since afaik on windows, sleep is directly passed to |
Japheth Germany (South), 21.12.2008, 14:59 @ post-factum |
HX + FPC 2.2.2 == trouble |
> > That is new for me, since afaik on windows, sleep is directly passed to --- |
post-factum /ukraine/kyiv, 23.12.2008, 12:56 @ Japheth |
HX + FPC 2.2.2 == trouble |
> But sleep(-1) is no "trick", it's documented. -1 is the value of INFINITE, --- |
marcov 23.12.2008, 22:24 @ post-factum |
HX + FPC 2.2.2 == trouble |
> > But sleep(-1) is no "trick", it's documented. -1 is the value of |
marcov 11.12.2008, 15:15 @ Japheth |
HX + FPC 2.2.2 == trouble |
> > I've sent it. |