Orange C 5.20.1 (Announce)
> I discovered that this is intentional (but definitely confusing). You have
> to unzip ADDON\HX.ZIP first and use that instead of "stock" HX. Apparently
> Ladsoft (very weakly) patched it, probably to be compatible with whatever
> is compiling his compiler!
YES ... date is 2013-05-05 (almost 2 years ago)
; this is very rudimentary, maps directly into FindFirstFileA
; the only thing that really makes a difference is case sensitivity
; but I'm just ignoring it for the purpose of this fix - DAL
FindFirstFileExA proc public uses esi edi ebx pFileSpec:ptr BYTE, infoLevel:DWORD, fbuf:ptr WIN32_FIND_DATAA, searchOp:DWORD, pSrchFilter:ptr BYTE, flags:DWORD
invoke FindFirstFileA, pFileSpec, fbuf
ret
align 4
FindFirstFileExA endp
The bad thing is that Japheth didn't release up-to-date source code, so this is a patch over potentially outdated "official" source.
---
This is a LOGITECH mouse driver, but some software expect here
the following string:*** This is Copyright 1983 Microsoft ***
Complete thread:
- Orange C 5.20.1 - Rugxulo, 28.12.2014, 08:48 (Announce)
- Orange C 5.20.1 - DOS386, 30.12.2014, 09:15
- Orange C 5.20.1 - Rugxulo, 02.01.2015, 18:29
- Orange C 5.20.1 - Rugxulo, 07.01.2015, 19:45
- Orange C 5.20.1 - DOS386, 12.01.2015, 15:05
- Orange C 5.20.1 - Rugxulo, 07.01.2015, 19:45
- Orange C 5.20.1 - Rugxulo, 02.01.2015, 18:29
- Orange C 5.20.1 - DOS386, 30.12.2014, 09:15