It is valid to have NULL owner window. Nothing bad will happen. OP's problem was solved on Discord…
This might be related to a previous post () I am trying to debug an AVX-512 exe which crashes, and…
Yeah, I know all derived classes implement their parent's interfaces. Afaik, Visual Studio uses re…
However, when done in moderation, it can help to structure things better. So does writing C code i…
Why do you want that? It kind of does make any sense. If any of parent classes implements interfac…
But GetInterfaces returns all a class's interfaces, so A, B, and C will all return I1. What I want…
theo —
Ik stumbled upon the handmade hero thing some time ago. I have to say I do admire him for it. It d…
A C# reflection question: Is there any way for me to only get "declared" interfaces of a class?
nate —
Hi all, I am trying to write my own 2D physics code from scratch using Christer Ericson's book. I'…
I think I've got the zip file with code and other stuff. I you need it I could upload them somewh…
alfred —
It looks like the it was deleted. Does anybody has these downloaded?
Ah, good to know. Thanks.
It's a common request. This thread discuss some ideas.
On windows i want to be able to load a level for my game trough the a explorer window. I use the t…
New user here thanks to Molly Rocket ;) Very glad RemedyBG exists, I'm impressed by the speed and …
davidc —
Yea I mean specifically an application launched inside RemedyBG, it does not break when said appli…
If you're speaking of launching the debugger when any application crashes you need to set a regist…
davidc —
I noticed that remedy does not break when the debugged application crashes, which is quite a usefu…
This post is mirrored on my blog. It has been a while since I talked about my dynamic environment …
Hi! I just wrote up a post to update where I left off.
That is awesome, thanks for sharing.
Jason —
Has there been any forward progress with the tiny c compiler modifications since you last posted t…
In this blog post we'll review four standard ways to handle the case when you need a list with a s…
Terans —
I watched all the episodes and I can't even begin to describe how awesome of a journey it has been…
What do you mean by "include them"? You don't need to include any C# files to compile. You just re…
What do you mean by "include them"? You don't need to include any C# files to compile. You just re…
When you use "go to definition" in a C# project in Visual Studio, it will generate a temporary cs …
Hipno —
Yeah I was mainly replying to the idea of strictly coding what Casey does, which I know is what so…
Yea treating the series as a resource or reference is not a bad idea also, but sometimes you don't…