Direct3d (DirectX) tutorial 1 (part 2 of 4) - A Window
Loading...
12,860
Loading...
Uploader Comments (BenWells3D)
see all
All Comments (26)
-
What the fuck!? This is unrelated, but Youtube just got gay. Remember this date to be the date Youtube changed... again.
-
WHERE IS WINDOWS.H!!!!!!!!!!!!!!!! IT DOESN'T EXIST, AND THERE IS NOWHERE ON THE INTERNET TO DOWNLOAD IT!!
-
HEY the link does not work.....can ya upload it again?
-
@fireballgfx LOL
-
@BenWells3D full.of.shit.:D
-
@BenWells3D the link does not work XD
-
Don't think that will work because the function says it sends the destroy messages to the window specified by the handle passed in. If you don't have a handle, the function can't do anything?
-
how do i get the device pointer?
-
nice win32 tutorial.
-
links doesnt work anymore?
Loading...
Ben nice tutorial but one suggestion i know that were not concerend with gui programming in these but make sure you show the entire code that you have just in case someone has a problem they have the code as you have it.
vitalsfading 3 years ago
Hi, You can download the entire code using the link on the right.
Thanks,
Ben
BenWells3D 3 years ago
A question about your code... You had something like "if (!handle) DestroyWindow(handle)". Will the handle be valid for the DestroyWindow function in that case? I am not sure.
carmangary 3 years ago
In this case the handle will be NULL but the DestroyWindow function is put in anyway just to release any resources that may have been used.
Ben
BenWells3D 3 years ago
so will this fix my direct3D
sherrie553 3 years ago
what do you mean?
Ben
BenWells3D 3 years ago