Search:

Type: Posts; User: mid

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    4,035

    To be clear, I wasn't excluding libraries from my...

    To be clear, I wasn't excluding libraries from my question. I'm fine with a library that performs arch-specific things, as long as it supports more than just x86.
  2. Replies
    3
    Views
    4,035

    How are atomics done in C99 (portably)?

    I'm trying to not use extensions, whenever possible.
  3. Cross-compiled MinGW program crashes with R6034 when run on Windows.

    I'm linking it with:


    -lmingw32 -lcif -ldrawtext -lsoloud_static -lvorbis -ltheora -ltheoradec -logg -lwinmm -lole32 -lfreetype -lopengl32 -lgdi32 -lglu32 -luuid

    Of which `cif`, `drawtext`,...
  4. That was indeed it, thank you for your help. ...

    That was indeed it, thank you for your help.



    Actually, as I said I'm building multiple backends as I'm creating an SDL2 alternative for myself. SDL1 as far as I know is not supported anymore...
  5. CreateWindowEx causes either ERROR_INVALID_PARAMETER or ERROR_INVALID_WINDOW_HANDLE.

    I'm learning the Win32 framework (and others) to make a simple window to later draw with OpenGL on (C99).

    WNDCLASSEX wc = {
    .cbSize = sizeof(WNDCLASSEX),
    .style = 0,
    .lpfnWndProc =...
Results 1 to 5 of 5