7

QT Creator and openframeworks on Windows 10 fucking suck!

- Qt creator keeps getting issues with the system. Missing DLLs etc. Fuck you, Qt Creator! They aren't missing. I double checked them. Redownloaded them and installed them.

- Besides of that your inbuilt compiler sucks big time. It takes me a fucking minute to see a complete program with a simple text on a GUI.

Now back to openframeworks.

- OF doesn't use the pre-installed codecs on Windows. You have to install K-Lite codecs to play mp4 n shit.

- If you want to embed a video or an image on the GUI, you keep getting a layer on top of the canvas. Yellow colors turn blue etc. Fucking weird.

- OF isn't a fan of Windows. Tried to install and run OF on VS 2019. It is not supported.

How about we follow the documentation of OF and install it their way? Great. Let's do it.
It says install VS 2017.
Ok, let's try it on VS 2017. Doesn't work.

I realize that they use VS 2015 in the video of their documentation.
Geez. Ok, let us try it with VS 2015.
Tries to download it, but with no success. Microsoft isn't supporting it anymore. Thus no way to download it from the official website.

- How about OF on Code::Blocks?
Not supported. Doesn't work.

I reinstalled everything. Made a Windows update. Rebooted it. Still a big nope.

To both dev teams: Get your fucking shit together, you bloody morons!

Comments
  • 0
    It sucks when you have assignments and you rely on them.
  • 0
    I’ve never used QT creator, I know a lot of applications are made with it as I go thru the program files on my computer so many have references to QT, what is the purpose of QT vs visual studio? Assuming the application is in C++ and writing for windows.

    (I’m an embedded guy) and if I’ve had to build a small test application I’ve always done it in visual studio.

    Should I get QT?
  • 1
    @QuanticoCEO I would recommend to stay away from it if you're on Windows
  • 0
    Qt is a framework, Qt Creator is an IDE.

    Installing them is definitely easier on Linux, on Windows I would build from source using vcpkg.
Add Comment