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.
ratchetfreak
msmshazan It works. But I can't tab between buttons. And the button is outlined in blue. Do I hav…
»
Shazan
It works. But I can't tab between buttons. And the button is outlined in blue. Do I have to do so…
»
Mārtiņš Možeiko
If you talk about your own dialog boxes, then you can do that with CreateDialog function. It simp…
»
Shazan
Fixed i guess it was a typo(handling WM_SETCURSOR) sorry about that. The current issue is how t…
»
Shazan
I have an issue with the busy icon cursor (the spinning circle)showing up when launching app . Bu…
»
Abner Coimbre
steve I actually restarted working on this and have ported it to windows. Yes, I've been looking …
»
Steve Olsen
I actually restarted working on this and have ported it to windows. I'm using the dxgi 1.2 deskto…
»
erpeo93
Today is the last day I work full time for my company. Considering how well it's going the devel…
»
DragoonX6
CaptainKraft abnercoimbre YouCompleteMe was mentioned on one of our chats, and I am quite satisfi…
»
ripple
Might be a long shot, but isn't day 21 the one with the hardcoded dll path? If so you might want …
»
Chen
I'd love to see a handmade vim series :)
»
Jeremiah Goerdt
abnercoimbre YouCompleteMe was mentioned on one of our chats, and I am quite satisfied with it. I…
»
Mārtiņš Možeiko
If somebody is interested in Unity3D development and design/modeling work in Santa Clara, CA: htt…
»
Timothy Wright
abnercoimbre YouCompleteMe was mentioned on one of our chats, and I am quite satisfied with it. I…
»
Timothy Wright
DragoonX6 In addition to that, YouCompleteMe supports custom configuration via python and support…
»
Timothy Wright
I think the hardest part of using it is figuring what to do with the .ycm_extra_conf.py Once you…
»
Mārtiņš Možeiko
Can confirm. I've used it, and it works pretty well when configured right.
»
Ginger Bill
This is damn bloody cool!!!
»
DragoonX6
In addition to that, YouCompleteMe supports custom configuration via python and supports the load…
»
Abner Coimbre
YouCompleteMe was mentioned on one of our chats, and I am quite satisfied with it. It's certainly…
»
Abner Coimbre
We could talk about it, but it's at the bottom of my priority list. Maybe after all planned lesso…
»
[Deleted User]
I think it might be useful for people who want to start writing graphics code in Odin: https://g…
»
Jesse James Lactin
pragmatic_hero You can always add a debug string to each coroutine so you always know the names…
»
Andrew Bromage
pragmatic_hero I sincerely think that C and Unix are the worst calamities the software industry h…
»
ratchetfreak
pragmatic_hero Since it's running on a single thread there are no "surprising" side effects, unl…
»
pragmatic_hero
ratchetfreak coroutines are fun but it's a very obvious case of moving complexity elsewhere and w…
»
pragmatic_hero
godratio I have seen the result of y our type of thinking. In the game industry your costing com…
»
Mārtiņš Možeiko
You should ignore dependencies of system libraries. kernel32.dll will always work, so there's no …
»
naej
Hey Martin, The only dependency that appears is KERNEL32.dll, which is odd because from the depen…
»
Mārtiņš Možeiko
So what exactly dll files your binary depends? To see exact names launch following command in com…
»