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
It does not make sense to try 32-bit dll with x64 4ed.exe binary, or 64-bit dll with x86 4ed.exe …
»
Nick Somefing
So I tried both versions of the .dll file with the x64 version and none seem to work. On the othe…
»
Mārtiņš Možeiko
There is different dll needed for 32-bit version. this is for 32-bit process: https://download.q…
»
Nick Somefing
Oh, ok I will check that right now.
»
Nick Somefing
Indeed. I exctracted the x64 again, put the .dll in the folder with it and tried to launch it onl…
»
Mārtiņš Možeiko
EDIT - ignore this part I would say that it like a bug with how 4coder uses OpenGL API - like not…
»
Nick Somefing
Thank you for that. I have added the .dll in the folder of 4coder right where the executable is a…
»
Mārtiņš Možeiko
Download this archive: https://download.qt.io/developmen...engl32sw-64-mesa_11_2_2-signed.7z Extr…
»
Nick Somefing
Is there any way that I could actually implement that change on 4coder ?
»
bill256
Hello guys . I'm new to programming . I have a hard time to understand MSDN . Is there anything t…
»
Dawoodoz
I used to work in a department full of developers going around bugs in OpenGL drivers for our 500…
»
Dawoodoz
Global side-effects cannot be used for constant evaluation during compile time because they do no…
»
Miles
stuff like SSE and AVX still has alignment requirements, what about those? SSE and AVX also have …
»
Dawoodoz
Incorrectly aligned memory is not just a major performance factor. It's bad practice and can lead…
»
Nick Somefing
Upgraded my gpu drivers (GTX 1080ti) rebooted and it's still the same. Debugged the program again…
»
Nick Somefing
Yeah will do. I am going to upgrade my gpu drivers and check again.
»
Simon Anciaux
This looks like an issue with the nvidia OpenGL driver (or how 4coder uses it). You should commen…
»
Miles
You're overstating your case by a lot with regard to unaligned accesses. Unaligned memory access …
»
Nick Somefing
I have also noticed that the name of the exception is somewhat similar to what this community mem…
»
Nick Somefing
I added the breakpoint, saved the file and debugged the executable with Visual Studio and here is…
»
Jeff Knox
mrmixer. . . but your proposal for the loop seems weird to me. Sorry, I should have been more cl…
»
Dawoodoz
When your language has enums but no OOP, adding table-driven features would allow: * Removing rep…
»
Nick Somefing
Hi. I have not modified anything regarding the custom layer. Extracting it from the zip and runni…
»
Dmitriy Kubyshkin
@Dawoodoz I'm not exactly sure I'm getting what are you trying to say so please let me know if I …
»
Martin Dorazil
Hi, new release 0.9.0 is out! here Release notes: - Use LLD as default linker on Windows and Lin…
»
Simon Anciaux
I haven't looked at Zig (at all) but your proposal for the loop seems weird to me. If you want a …
»
Simon Anciaux
Did you modify any file from the custom layer ? Did you try starting up from scratch (extracting…
»
Nick Somefing
Hi ! I am pretty much new to this community so sorry if this post has been made before. I purchas…
»
Ryan
Yes, it all seems fine. I think I have ruled out x86/mm: Checked W+X mappings: passed, no W+X pag…
»
Mārtiņš Možeiko
Have you tried putting breakpoint on "syscall" instruction and verifying input register values if…
»