-
**README.md gives code example that won't compile**
The Following:
```
olc::Renderable spritesheet = new olc::Renderable();
spritesheet.Load("spritesheet.png");
```
Should be:
```
…
-
Para o lado web-service, ver https://github.com/osm-codes/WS/issues/44#issuecomment-1510402543
e parece que já está funcionando!
PS: inclusive falta documentar a sintaxe não-documentada de …
-
im 90% sure DrawDecal and DrawSprite are both broken, whenever i call them it draws nothing
ive made sure the png image is in the correct directory and i havent made any mistakes in my code
```c…
-
Hello,
I am on Windows 10 and last VS code + MSYS2 env. I cloned this repo and created a main.cpp file as advised and attempted to compile it in VS code (using VS compiler):
"C:\Program Files\Micr…
-
Hello I ran the examplel PGE program that Javid provides (olcExampleProgram.cpp) with a thread sanitizer and got the warnings shown in the screenshot below. I'm not sure if these warnings are substant…
-
I wanted to use the OpenGL33 renderer on macOS (Silicon, as this sometimes makes a lot of difference). When compiling with `#define OLC_GFX_OPENGL33` I get the below errors:
```
[main] Building fo…
-
Hi, I'm doing this:
```bash
g++ -o demo Videos/OneLoneCoder_PGE_SoundTest.cpp -lX11 -lGL -lpthread -lpng -lstdc++fs -std=c++17 -I . -I ./Extensions
```
but it fails with
```
In file included f…
js190 updated
2 years ago
-
Hey Everyone,
I followed the instructions for compiling in linux and I'm getting a segmentation fault when attempting to run the compiled executable. Is there something I'm forgetting? I can't find…
-
1、当前线程A服务代码中第73行使用RPC方式异步调用B服务:
![业务逻辑调用](https://github.com/user-attachments/assets/93710f21-fd75-4bc7-b63a-9e7bde691a1a)
2、负载均衡没有找到B服务可用的地址:
![负载均衡没有可用机器](https://github.com/user-attachments/as…
-
I received the following error when running athena. Please, can you help me determine what caused the error and provide suggestions to fix the problem?
============================== assemble_olc =…
senaj updated
4 years ago