We are currently in the process of converting the website to the new design. Some pages, like this one, are still broken. We appreciate your patience.
Mārtiņš Možeiko
ld.exe is from binutils. Binutils does not know anything about MSVC linker arguments or generating…
»
spx
Yes that seems to be the case. Omitting lld.exe produces a working program. That brings me to a) …
»
Mārtiņš Možeiko
Did you try writing exact same bytes as he did, or this is your custom thing you wrote? To diagnos…
»
Sara
I also had issues using lld linker from LLVM, rather than the default ld from binutils. For exampl…
»
spx
Still having issues here :( I tried using the smallest program one can imagine Just to be sure I …
»
huzaifa
In the three part series of the "Programming a x64 compiler from scratch", the first part confused…
»
spx
Thanks for pointing that out. Out of my head I think that this is expected behavior but something…
»
joe513
Thanks for the release trying it out now. One issue that I am having that existed in 0.7.2 also is…
»
spx
Thanks for the clarification. When explicitly checking clang compatibility I will make sure to als…
»
Sara
I too downloaded clang from I downloaded mingw from The was to make clang use mingw headers ins…
»
spx
The difference for normal debugging is probably rather small compared to 0.7.6. However 0.9 will …
»
spx
I am pretty certain that there are at least a few issues with clang generated executables (on Wind…
»
Sara
Currently I have tried invoking: However when I open in codeclap I get an error: By running: I …
»
Simon Anciaux
I didn't know that it wasn't a "Vim plugin" anymore. Looking forward to it.
»
SIMPalaxy
I am super excited for this! Congratz!
»
Oliver Marsh
Thanks Martins again, that made a lot more sense.
»
x13pixels
The first public release of RemedyBG is scheduled for Jan 31st, 2019. I've thought a bit on the pr…
»
Mārtiņš Možeiko
GL_ELEMENT_ARRAY_BUFFER and GL_ARRAY_BUFFER can be bound at the same time. That's the whole point …
»
Oliver Marsh
I think the bug might be due to what Martins was saying about using glGetAttribute vs glBindAttrib…
»
albatros
Awesome, can't wait to try it :)
»
spx
0.8.3 contains a redesigned overlay mode that is more useful (by providing floating panels instead…
»
NelsonMandella
To be honest, I'm not sure I know which warping you're speaking of. What are you referring to her…
»
Simon Anciaux
Oups, didn't thought about that.
»
Mārtiņš Možeiko
But does it work on macOS?
»
Simon Anciaux
sometimes can help when something doesn't work.
»
Simon Anciaux
What do you mean by that ? That the texture is 100% covered with triangles ? If that's the case, …
»
Ryan Fleury
To be honest, I'm not sure I know which warping you're speaking of. What are you referring to her…
»
Simon Anciaux
Thanks
»
Oliver Marsh
Ah, got it thank-you Martins
»
Mārtiņš Možeiko
This has more to do with shaders than with vao or vbo. When you compile different shaders the attr…
»