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.
Dawoodoz
In that case, just use the standard GUI designer in Visual Studio and create your own ActiveX comp…
»
Shazan
Tbh when it comes to .NET standard is WPF and Winforms. New tech is emerging like Blazor and Avalo…
»
Itzik Shneorson
Thanks a lot for your detailed answer, It really helped me understand the options more! Although I…
»
Dawoodoz
The point of using C# is to be independent of native hardware, so the most portable solution with …
»
Phillip
Too Long; Tell Me The Downsides First Sure, here you go! This covers Windows only. The principles m…
»
Itzik Shneorson
Hey guys! I'm a long-time fan of the network, though it's my first time posting here, so I hope it…
»
Mārtiņš Možeiko
It depends on what you want to reference with "modern x86". If you want just instructions then you…
»
Lachlan
x86: I understand that x86 refers to an ISA, and something like Kaby Lake is an implementing micro…
»
novus1044
Thanks Simon. I observed the same behavior you have when setting the condition to *arg1 == 100. No…
»
Simon Anciaux
In the condition field if you use the address number it works: It's not very user friendly but cou…
»
targrub
No problem, I just wanted to see how I could provide further info, and I wasn't sure that email ac…
»
novus1044
I'm having a similar issue with the processor/data breakpoints. In the snippet below if I set the …
»
x13pixels
My apologies for not responding to your email with subject "Sorry,, I have no add'l info" right aw…
»
targrub
Tried emailing to a protonmail account I'd interacted with before, but no response.
»
Abner Coimbre
Try the Episode Guide [0] at Handmade Seattle. It has closed captioning and chapter menus. Might b…
»
hasen.judy
There's a difference between being an alternative to C and "replacing" C. Ginger Bill (the creator…
»
x13pixels
@targrub, thanks for letting me know. It's possible I introduced some Win10 specific functionality…
»
Dawoodoz
If writing something smaller than what you can send to the memory as one piece and the compiler is…
»
clivi
What is the proper cmap table format to use to support generic 32bit unicode codepoints?
»
Taz
Hi all, I am getting the feeling what I would like to do, or the position I would ultimately want …
»
targrub
After launching, v0.3.8.0 thinks for a few seconds, displaying nothing, before exiting. Running i…
»
ratchetfreak
There were a few other killer features in java that combine to provide very good library ergonomic…
»
Mārtiņš Možeiko
Could you not just code for the lowest possible version of say Xlib/Wayland and Alsa (possibly wit…
»
Mārtiņš Možeiko
I saw Jon or was it Casey say they couldn't fix C because its code base is a mess. So how about wr…
»
Mārtiņš Možeiko
Implementing a Font Reader and Rasterizer from Scratch, Part 1: TTF Font Reader Reading TTF files …
»
x13pixels
The ",x" and ",X" format specifiers do print hex floats: image.png Maybe you mean being able to in…
»
Lachlan
Thanks Mārtiņš. Regarding point 2: Could you not just code for the lowest possible version of s…
»
Christoffer Lernö
Like several others I am writing an alternative to the C language (if you read this blog before th…
»
x13pixels
Seems like Clang's PDB gen is bugged in this case (missing forward reference used by main::POG*). …
»
clivi
Hi I would like to parse and rasterize ttf fonts for my game without using a library. I want to m…
»