Skip to main content

Questions tagged [windows]

Topics about games made for Microsoft Windows products.

0 votes
0 answers
26 views

How to change font size for superweapons readiness in classic C&C Generals (v.1.0 from 2003)?

My problem is that having too many nuclear bombs I can't see opponents' weapons readiness since they are overlapped by the panel with "mines", "airstrike", etc., so I am trying to ...
Damir Tenishev's user avatar
0 votes
1 answer
132 views

Need help on structuring my window class and game class

I'm trying to create a simple-ish game/engine/framework thing in C++, and I'm trying to come up with my own code instead of following a tutorial so I can learn to do it in a freer and more hands-on ...
whitecloth's user avatar
0 votes
1 answer
195 views

How to deploy SDL2 game on Steam/Windows — what do I do with the dll?

I'm currently developing a game on Windows using the MSYS2 environment and mingw64. I've successfully installed SDL2 using the msys package manager (pacman) and using CMake, was able to get it up and ...
nz881's user avatar
  • 21
1 vote
1 answer
236 views

Is DirectX 12 or lower just an API?

I am programming a game using DirectX 12. Shall it support all GPUs? Or just newer GPUs? What about the version of the Windows OS supported? What changes when a new DirectX version comes?
Praveen Kumar's user avatar
2 votes
1 answer
279 views

Can I delete UnitySetup .exe files from AppData Temp folder?

Can I safely delete the following Unity-related files in order to clear up space? %APPDATA%\Local\Temp\unityhub......\UnitySetup64-2022.3.7f1.exe %APPDATA%\Local\Temp\unityhub.......\UnitySetup64-...
A__'s user avatar
  • 163
1 vote
1 answer
788 views

How to get Keyboard working with GameInput on PC in C++

I need some help here. I try this for a while now but it won't work and I can't find anything online. I want to write my own input handling. At first I used XInput for gamepads and Win32 callbacks for ...
Fragrantius's user avatar
0 votes
0 answers
70 views

Stripe IAP Plugin Breaks on Build

I apologize in advance, I'll try and explain this the best i can, but i really don't know what's causing this. I have a project I'm building for UWP, I'm using Stripe IAP for in app purchases. The ...
Mashimaro7's user avatar
0 votes
0 answers
764 views

How to combine 2 splines from different spline container in unity spline 2.3.0?

I'm working on with Unity Spline 2.3.0, I realize that the splines cannot be touch and combine with other splines that exits in different spline container. Is there any way to connect them? I tried to ...
Duy Hạnh Trần's user avatar
2 votes
1 answer
333 views

How to deal with different version of Direct3D12 interfaces?

Let's say I want to enable debug layers for a Direct3D 12 renderer, for which I need to create a ID3D12Debug object. Problem is, there are 6 different version of ...
marked-off-topic's user avatar
1 vote
0 answers
64 views

Why opengl code in a lib doesn't renderer?

I am experimenting with opengl using c99 on windows and vs 2022 i tried to create an window using glfw in one project and put a function that supposed to generate a texture in another project that is ...
Abn Alsrag's user avatar
0 votes
1 answer
37 views

How can I load symbols for Composure?

I'm trying to load symbols so I can use breakpoints in Composure scripts and see how they control the PostProcessing of the SceneCapture2D component (because of this problem), but breakpoints hit. I'...
starphan's user avatar
0 votes
0 answers
169 views

How to know fps of game running on Mesa 3D on Windows 10

I am running some old OpenGL 3D application. I don´t have source code from the application but I assume it was implemented with OpenGL 2.0 or 2.1. I am running it on Windows 10 on Intel UHD graphics ...
david's user avatar
  • 1
0 votes
2 answers
3k views

error creating a c++ project in unreal

I was working on some test project since I'm beginner in unreal engine, and I suddenly started getting this: ...
mleu's user avatar
  • 13
0 votes
1 answer
243 views

Mouse input accumulates different number points at different frame rates

I'm working on a basic Vulkan renderer that's presently relying on Win32 raw mouse input for camera pitch and yaw. It's all very basic, but what I've noticed is that at higher frame rates, I'm ...
pdm's user avatar
  • 103
0 votes
1 answer
436 views

C++ Chess Game Program sending/receiving UCI commands from Stockfish.exe using CreateProcess()?

...
I_Keep_Trying's user avatar

15 30 50 per page
1
2 3 4 5
22