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.
spx
mmozeikold.exe is from binutils. Binutils does not know anything about MSVC linker arguments or g…
»
Mārtiņš Možeiko
ld.exe is from binutils. Binutils does not know anything about MSVC linker arguments or generatin…
»
spx
SaraPandaI also had issues using lld linker from LLVM, rather than the default ld from binutils. …
»
Mārtiņš Možeiko
Did you try writing exact same bytes as he did, or this is your custom thing you wrote? To diagno…
»
Sara
I also had issues using lld linker from LLVM, rather than the default ld from binutils. For examp…
»
spx
Still having issues here :( I tried using the smallest program one can imagine 1 2 3 4int main(i…
»
huzaifa
In the three part series of the "Programming a x64 compiler from scratch", the first part confuse…
»
spx
joe513For example if I have an array like "char buffer[8096]" and add buffer to the expression wi…
»
joe513
Thanks for the release trying it out now. One issue that I am having that existed in 0.7.2 also…
»
spx
Thanks for the clarification. When explicitly checking clang compatibility I will make sure to al…
»
Sara
I too downloaded clang from http://releases.llvm.org/download.html I downloaded mingw from https:…
»
spx
albatrosAwesome, can't wait to try it :) The difference for normal debugging is probably rather …
»
spx
I am pretty certain that there are at least a few issues with clang generated executables (on Win…
»
Sara
Currently I have tried invoking: 1clang.exe -target x86_64-windows-gnu -fuse-ld=lld.exe -gcodevie…
»
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 p…
»
Mārtiņš Možeiko
GL_ELEMENT_ARRAY_BUFFER and GL_ARRAY_BUFFER can be bound at the same time. That's the whole poin…
»
Oliver Marsh
I think the bug might be due to what Martins was saying about using glGetAttribute vs glBindAttri…
»
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 instea…
»
NelsonMandella
DelixNelsonMandellaWhat are the drawbacks aside from the very minor (if barely perceptible) warpi…
»
Simon Anciaux
Oups, didn't thought about that.
»
Mārtiņš Možeiko
But does it work on macOS?
»
Simon Anciaux
RenderDoc sometimes can help when something doesn't work.
»
Simon Anciaux
stackmann0Let's assume that the UV mapping is one-to-one. What do you mean by that ? That the te…
»
Ryan Fleury
NelsonMandellaWhat are the drawbacks aside from the very minor (if barely perceptible) warping? I…
»
Simon Anciaux
Thanks
»
Oliver Marsh
Ah, got it thank-you Martins
»