Handmade Network»Feed
Naman Dixit
I am implementing a IMGUI system in Lua after watching Casey's lecture on the subject. I have got…
»
Gregory
Wrote another command to set up the cpp casts for me, going to try to kick the habit of using c c…
»
Mārtiņš Možeiko
Ah, subst'ed directories. Not sure how the notifications interact with that, I haven't looked int…
»
Allen Webster
I don't have any code demonstrating the approach available right now. If you do try it, see what…
»
Allen Webster
With subst directories I can have "W:\project\code\main.cpp" be the name I used to load the file,…
»
Mārtiņš Možeiko
How different are file names reported ReadDirectoryChangesW? Couldn't you simply construct full p…
»
Mārtiņš Možeiko
RenderDoc is great, but its only for core context. But there are other good tools for OpenGL: - A…
»
Allen Webster
Yes I've done stuff like supplementing ReadDirectoryChangesW with rolling through files to check …
»
ratchetfreak
Have tried you periodically fstat ing (or GetFileAttributesEx or GetFileTime) each file you have …
»
Allen Webster
I've been failing to solve a really basic problem for two years now. The two main features I hav…
»
graeme
For C, clang has type attributes _Nonnull, _Nullable and _Null_unspecified for use in function pr…
»
Garrett Bluma
This is cool stuff--I think I might try to add something like it to my own project. :) For those…
»
»
»
Nikita Smith
Thanks for trying it out! I already fixed bug with x86 executable and pdb locking.
»
»
»
Simon Anciaux
A thing that would be great in my opinion, is to have a way to add plugin (dlls like in the custo…
»
ratchetfreak
Once you need to debug a graph based structure (like the AST of a compiler, the dependency graph …
»
Chen
Now I thought about it, it's actually not that big of a deal since I can enforce a different PDB …
»
Chen
Hey this CDbg is looking really nice! When I used it, there were a few things that made me uncomf…
»
Ryan Fleury
Thank you! That song is "Concerning the UFO sighting near Highland, Illinois" by Sufjan Stevens.
»
Ryan Fleury
Thank you! Usually they'll take roughly 2 days. Once I have all the film I need, though, I can g…
»
Raytio
Yeah some easy way to tell that I was not getting a valid result might have helped but im not bla…
»
novus1044
I actually use asserts in my C code as well to cover the cases where I may receive a null pointer…
»
Neo Ar
Before February we did the following: Unboxed the HiFive1 [RISCY 1] Got the HiFive1 Working [RIS…
»
Ginger Bill
Which is still a little redundant. `?int` is stored internally as `struct{int, bool}` not `^int`.…
»
Scott Hunt
Awesome, looks great. Just got this up and running in my engine as well on Monday. Very simple w…
»
novus1044
I will preface the following statements with the caveat that I am not a professional developer. …
»
Jack Mott
Floresy a pitfall to be aware of, for others attempting this: check if the new shader source comp…
»