Basically my Idea is/was to use 1 Function that being DisplayErrorWindow and have all the Errortexts basically inside it as nothing ever changes aside from the Text i couldve just used if statements :P
But sadly it wiull only display the first Error Text and not any of the other Error Texts no matter what i modify and i did already check my if statement Logic inside the Function and nothings wrong on that Part :c
Retro-Hax
- 16 Posts
- 70 Comments
Retro-Hax@feddit.orgOPto C++@programming.dev•How would i include a seperate Class in my Constructor1·5 days ago
Retro-Hax@feddit.orgOPto C++@programming.dev•How would i include a seperate Class in my Constructor1·5 days agohuh? 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
I cant believe how i only replied there after 5 Days but yup that was it! XD
Also i funnily enough only remembered my Post because i was looking for Artists Tsukumizu Work was and then accindetally found the ANime i was looking for via his Wikipedia XD
well without iocane https://retro-hax.net/ can be accessed but just if i do uncom,ment the iocane stuff then i just get this 421 error But iocane is running via the systemd system and started so i dont understand why it doesnt work easily >.>
Well for me my Physical Host Layout how do you mean? O.o
Like i just use Caddy as my Web Server running on Port 80 and 443 which are open physically on my Router >.>
and i dont think i use a Proxy? >.>
I infact dont even use a Firewall tho i probably should set that up sometimes XD
Retro-Hax@feddit.orgto Selfhosted@lemmy.world•Harmony - Yet Another Discord AlternativeEnglish7·25 days agoeh while i appreciate this Project i do also think that contributing to Software like Matrix or XMPP would be better as theyre actually used in Production and Companies :P
Retro-Hax@feddit.orgOPto Open Source@lemmy.ml•Question about Reberse Engineered Code and Licenses1·28 days agoWell 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
Retro-Hax@feddit.orgOPto Open Source@lemmy.ml•Question about Reberse Engineered Code and Licenses2·28 days agoyup basically that as in writing Assembly by Hand :P
Translate 6502 Assembly Code to x86 Assembly Code that in turn Assembles into a Windows 95 Executeable (as im looking to doing some Windows 95 Programming) :P
Retro-Hax@feddit.orgOPto Open Source@lemmy.ml•Question about Reberse Engineered Code and Licenses1·28 days agoah alright then :0
Thanks! :D
and yea i did refer the 6502 Assembly Code which i got via a Emulator Debugger basically so ill probably just attach the CC0-1.0-Universal License to my Translation and call it a Day :P
I would say it is very much not a derivative due to the Way the Hardware works/differs but hm ill just have to see really >.>
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 -.-
Retro-Hax@feddit.orgOPto Open Source@lemmy.ml•Question about Reberse Engineered Code and Licenses1·28 days agohuh? >.>
how you mean? >.>
The Plan is to basically also Open Source it obviously :P
Retro-Hax@feddit.orgOPto Linux Gaming@lemmy.world•Lutris is unable to create Desktop Shortscuts with IconsEnglish3·1 month agoi did try Heroic recently but i just found it too Clunky for me to use in the Sense of its UI sadly :(
Also i dont like using Electron really >.>
Do you by chance know of some Workaround that is maybe even automated to a degree? :0
Best Thing i found so far is editing the .desktop File and extracting the icon from its exe using icoutils which is kinda combersume and annoying to do manually :P
Retro-Hax@feddit.orgto Linux Gaming@lemmy.world•EA Javelin Anticheat job listing mentions future support for Linux and ProtonEnglish4·1 month agoAs much as i am happy for those Gamrs that rely on ANti Cheat Games also being able to switch to Linux i also wanna puke my Guts out as i really hate Anti Cheat overall -.-
Anti Cheat has been and always will be the Enemy of Gamers and Gaming as whole >.>
Retro-Hax@feddit.orgOPto BuyFromEU@feddit.org•How could we make Peertube and the Fediverse in General Bigger/more Mainstream?English2·1 month agoah i did not even knew this one existed :0
RThats cool honestly :P
Retro-Hax@feddit.orgto Netzkultur / Netzpolitik@feddit.org•Männer*, die auf Reichweite starrenDeutsch1·1 month agoSehr schöner ARzikel :D
auch wenn ich leider 2 Pausen machen musste beim lesen durch mein ADHS :c
Retro-Hax@feddit.orgOPto OpenStreetMap community@lemmy.ml•What are Good OSM Apps for Phone?English2·1 month agowhich i also prefer personally tho itd do love to have something like setting up “an Instance” and then pointing it to that map data url simply instead of local device storage :P
Retro-Hax@feddit.orgOPto OpenStreetMap community@lemmy.ml•What are Good OSM Apps for Phone?English2·1 month agooooo this one looks cool :0
Thanks! :D
Retro-Hax@feddit.orgOPto Fuck AI@lemmy.world•Is it even worth it to defend your Human COntent (Code, Art, Music, etc.) against AI anymore?2·2 months agoi did actually look into AI Poisoning but i am still super confused on how to make it work or as to what exactly is required, etc. >.<
yup just removed the infinite cycle by just doing class ErrorWindow; inside mainwindow.hpp :P
also if i remove MainWindow MainWin; from main then obviously all i get is a compiler Error as i require MainWin inside my Main Function >.>
src/main.cpp:20:5: error: ‘MainWin’ was not declared in this scope; did you mean ‘MainWindow’?