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.
Mārtiņš Možeiko
/link is lowercase: https://msdn.microsoft.com/en-us/library/5y4fae15.aspx
»
Ryan
Fair enough, thank you!
»
Jeremiah Goerdt
I used this command: cl /MDd main.c /LINK lib/raylib.lib user32.lib gdi32.lib shell32.lib But, …
»
Mārtiņš Možeiko
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? …
»
NelsonMandella
The problem with the lighting system, like so much else in HMH, is that the engine is totally div…
»
Ryan Fleury
Hey Nicoco! I completely agree! The team has lots of ideas about streamlining the process of acc…
»
Simon Anciaux
I don't think Casey has done much optimizations on the lighting code. If I remember correctly, he…
»
Jeremiah Goerdt
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…
»
Mārtiņš Možeiko
There are two issues you are seeing. First are the warnings (that sometimes lead to linker error…
»
Marc Costa
You will need to at least add a couple of Windows libraries to your linker command line: 1cl mai…
»
Jeremiah Goerdt
Most of my experience programming is in Linux, so I'm trying to figure out how to setup a decent …
»
ratchetfreak
mrmixer Sorry to interrupt but what does TLC mean ? tender love and care
»
»
Mārtiņš Možeiko
Here's the one line variant without introducing new variable: 1*(Foo*)memory = Foo();
»
Alex Baines
Hey Ray, One of the priorities of the new team is to give the HMN website some TLC, improving an…
»
khofez
Cool! Well for me I find that the new placement is less confusing, but thats just my opinion haha…
»
Mārtiņš Možeiko
khofez And how does your example (*foo = Foo();) differs too much from the placement new calling …
»
khofez
Ummm, I see, so that is the only difference? Because I just plan to use the placement new and con…
»
ratchetfreak
khofez Thank you very much! I already knew about the two new operators but I did not know exactl…
»
khofez
Thank you very much! I already knew about the two new operators but I did not know exactly what …
»
Mārtiņš Možeiko
You must understand that there are two "type" of new operators. One is that allocates memory and …
»
ratchetfreak
Given that this is a trivially destructible type just freeing is enough. However if there is a …
»
khofez
Note the following code: 1 2 3 4 5 6 7 8 9 10 11 12struct Foo { int abc = 2; fl…
»
Ray
Hi, just thinking about some improvements on the project info section. 1. Support Discord icon, …
»
Kirill Artemov
Looking at the latest HMH episodes after the brand new lighting system has been implemented the g…
»
Wojtek
Just what I was missing. Thanks for your work! :)
»