20140585

- Total activity 24
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 7
-
Created Best way to edit custom data type in Datagrip?
AnsweredI tried to create a custom datatype for enum operation in Datagrip/Posgresql. Everything has been working fine so far, but I just could not find an efficient way to edit my custom data type, expect... -
Edited ELI5: Add lzma to Cmake in CLion
So after like 2 hours of googling, I officially gave up. I downloaded the Lzma SDK, but have absolutely no idea how to add it to Cmake, so that the program can compile properly. Please anyone help ... -
Created SDL2_Mixer with Clion on Windows
AnsweredI am trying to add sound to my program, I am running Clion on Windows. And although every other SDL2 package works fine, the SDL2_Mixer is giving me a headache. I have gotten the FindSDL2_mixer.cma... -
Edited Cannot find "SDL_ttf.h" even though Cmake ran fine
AnsweredSo I took the FindSDL2TTF.cmake, and replaced the path corresponding to my SDL2_ttf-2.0.14 files (I use Development Libraries for MinGW 32/64-bit). My CMakeList.txt looks like this: cmake_minimum_r... -
Edited Clion: Could NOT find SDL2... Even when I put everything in the exact location
AnsweredSo when loading the Cmake for SDL2, I got this error. Could NOT find SDL2 (missing: SDL2_LIBRARY SDL2_INCLUDE_DIR) Problem is, I have put everything in the correct location: - The Path in the Find... -
Created Source code for "Database Tools and SQL Support in IntelliJ IDEA"
AnsweredSo I came across this video of IntelliJ IDEA: https://www.youtube.com/watch?v=P3C0iO1yqhk It helped me to import my settings to IntelliJ. However, as I am a newbie in Java, and I really want to tes...