Skip to content
This repository was archived by the owner on Apr 2, 2021. It is now read-only.
This repository was archived by the owner on Apr 2, 2021. It is now read-only.

Compile with Mingw #38

@NicolasRicard

Description

@NicolasRicard

Hello,

Actually, there is too much ifdef _WIN32 in your sources, so it doesn't work.
Even if some may be justified, some of them should be ifdef MSVC

I tried with some changes until I can compile it with mingw, but I had a beautifull error 0x000005 :

Process finished with exit code -1073741819 (0xC0000005)

So I am a litle lost. It happened with this line :

    float* results = noiseSIMD->GetPerlinSet(0, 0, 0, 200, 1, 200);

Originally posted by @NicolasRicard in #37 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions