• 16 Posts
  • 70 Comments
Joined 2 months ago
cake
Cake day: January 26th, 2026

help-circle


  • huh? O.o
    so you mean like this for Example? >.>

    int main() {
      ErrorWindow* ErrorWin;
      MainWindow MainWin(&ErrorWin);
    

    and then inside mainwindow source files like this? O.o

    class MainWindow {
      public:
        MainWindow(ErrorWindow* ErrorWin);
      private:
        ErrorWindow* ErrWin;
    
    MainWindow::MainWindow(ErrorWindow* ErrorWin) : ErrWin(ErrorWin) {
    

    because all i recieve is this error even tho i included errorwindow.hpp inside mainwindow.hpp and cpp file >.>

    In file included from src/gui/errorwindow.hpp:20,
                     from src/main.cpp:13:
    src/gui/mainwindow.hpp:56:27: error: expected ‘)’ before ‘*’ token
       56 |     MainWindow(ErrorWindow* ErrorWin);
          |               ~           ^
          |                           )
    src/gui/mainwindow.hpp:83:5: error: ‘ErrorWindow’ does not name a type
       83 |     ErrorWindow* ErrWin;
          |     ^~~~~~~~~~~
    make: *** [Linux.mk:39: build/main.o] Error 1
    









  • Well i do usually go for GPL 2.0 only or LGPL 2.1 or later (unless its Python where i usually go with either GPL 3.0 or AGPL 3.0 only) :P
    But with writing Assembly by Hand and translating Reverse Engineered ASM from one CPU Architecture to another one that is kinda my unknown basically :(
    Especially as im usually a Tooling Dev than a Game Dev more on PC and usually when i write ASM Patches it is for LGPL 2.1 and written from Scratch (So im not modsifying for Example existing Nintendo Code) :P





  • Peak Post! :D
    ALso yea i 100% agree! >:D
    I personally really do not understand the reason as to why People are so Happy about GenAI like WTF?! >.>
    The only Thing i see in LLMs is the use for Translations and Scientific Stuff for Language Helping SUpport and such Cases where it actually makes Sense as a Tool :P
    But GenAI as a whole where it just shits out a bunch of NonSense and calls it “Good XYZ Thing” is just ugh -.-