Skip to content

Applications compiled by Borland C++ require GlobalMemoryStatus #106

@miried

Description

@miried

Compiling a hello world application with Borland C++ 5.2 produces a binary that stops execution because GlobalMemoryStatus is not implemented. From what I can tell, it is used to determine available memory.

I have an implementation by codex that fixes it, but have not thoroughly reviewed it yet before opening a PR. It basically determines available memory from host OS and passes those on (clamped to pointer size). Let me know if you want me to open a PR anyway, or come up with another fix.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions