If you talk about your own dialog boxes, then you can do that with CreateDialog function. It simpl…
Fixed i guess it was a typo(handling WM_SETCURSOR) sorry about that. The current issue is how to …
I have an issue with the busy icon cursor (the spinning circle)showing up when launching app . But…
Yes, I've been looking forward for this one!
I actually restarted working on this and have ported it to windows. I'm using the dxgi 1.2 desktop…
Today is the last day I work full time for my company. Considering how well it's going the develop…
What does it offer above [/quote] Intelligent C++ code completion via libclang. libclang par…
Might be a long shot, but isn't day 21 the one with the hardcoded dll path? If so you might want t…
I'd love to see a handmade vim series :)
If somebody is interested in Unity3D development and design/modeling work in Santa Clara, CA: We …
P.S. Thanks to our new user, , who brought it to our attention.[/quote] I was thinking of doing …
It does have some issues on Windows due to the NTFS filesystem, which incidentally also happens w…
I think the hardest part of using it is figuring what to do with the .ycm_extra_conf.py Once you'v…
Can confirm. I've used it, and it works pretty well when configured right.
This is damn bloody cool!!!
In addition to that, YouCompleteMe supports custom configuration via python and supports the loadi…
was mentioned on one of our chats, and I am quite satisfied with it. It's certainly nicer than au…
We could talk about it, but it's at the bottom of my priority list. Maybe after all planned lesson…
I think it might be useful for people who want to start writing graphics code in Odin:
You can always add a debug string to each coroutine so you always know the names of the functions…
So... this is an honest question... how could things have gone differently? Unix was itself a rea…
Part of the problem is that people will overuse the shiny new hammer they've been handed. At it's…
What do you mean? Correct me if i'm wrong, but the way coroutines are used is - You can alway…
C has cost software industry gazillions of dollars. Directly and indirectly. The monstrosity whic…
You should ignore dependencies of system libraries. kernel32.dll will always work, so there's no p…
Hey Martin, The only dependency that appears is KERNEL32.dll, which is odd because from the depend…
So what exactly dll files your binary depends? To see exact names launch following command in comm…
[/quote] The only thing I don't like about Duff's Device-based coroutines in that they hijack swi…
Hello All, Bit of a newbie here following along, I'm on Day 21, live code editing and I'm running …