Or using some custom console replacements (conemu, cmder, etc..) ?
Ray —
That's weird... never heard of that issue before... do you have any antivirus running in backgrou…
nakst I do not wait until the message queue is empty to repaint, because I think it will make the…
Glad to know you are working on it. These headers lib are a godsend. Cheers.
nakst —
The rest looks to me like an unnecessary level of indirection between me and the code. Most of i…
Hey there!
I'm in a startup that is developing a product for internal planning and communication…
It turns out that anything I build with subsystem set to CONSOLE takes forever to start. If I set…
The [program] and [build] part of the manifest I don't mind. It looks like things for the build s…
nakst —
@mrmixer
The more things you add to the manifest files, the more I think it's a bad idea
What do…
Hey thanks for the feedback! We're working on improving the bbcode experience right now, so I'll …
It would be great if the blocks of code would be better presented. For example:
Ideally I would…
The more things you add to the manifest files, the more I think it's a bad idea (But you already …
@Guntha Yes and I used indices like you. Generally any state that lives for more than one frame i…
nakst —
I recently decided to make a version of "Notepad" for my OS, and it's mostly done now.
To take a …
mmozeiko /link is lowercase: https://msdn.microsoft.com/en-us/library/5y4fae15.aspx
Thanks!
ray…
Ray —
5 secods to start de program is not normal at all...
/link is lowercase: https://msdn.microsoft.com/en-us/library/5y4fae15.aspx
I used this command:
cl /MDd main.c /LINK lib/raylib.lib user32.lib gdi32.lib shell32.lib
But, …
If its just for text editing, then you can work inside Visual Studio without any issues/changes.
…
Ryan —
I know this probably a dumb question, but do I have to use a text editor or can I just work right…
Ray —
Well done CaptainKraft! :D
Did you mind sharing the complete compilation command line using cl? …
The problem with the lighting system, like so much else in HMH, is that the engine is totally div…
Hey Nicoco!
I completely agree! The team has lots of ideas about streamlining the process of acc…
I don't think Casey has done much optimizations on the lighting code. If I remember correctly, he…
Thanks everyone. After linking the shell32 lib, it runs!
raysan5 Hi CaptainCraft!
To develop o…
nj —
While not too huge, the wiki is starting to get some flesh (which is awesome!) and I think it's t…
Ray —
Hi CaptainCraft!
To develop on Windows I distribute a ready-to-use package with MinGW-w64 and No…
There are two issues you are seeing.
First are the warnings (that sometimes lead to linker error…
You will need to at least add a couple of Windows libraries to your linker command line:
1cl mai…