-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Optimize the entire program #7
Conversation
thank you for your contribution! although, could you please explain the optimizations in your code? i am certainly not a C++ expert but i'd like to know what i can use that you utilized to write better code! from what i can see though, you implemented error handling, however could you please make it trigger the BSOD instead of exiting out? if the code can't get and play the video, it would be nice for it to at least do the bare minimum by crashing Windows also, what does that |
the | stands for and |
i did those: |
now bsod triggers when load failed |
i've made some comments, i tried to compile the current code and test it on Windows XP but |
oh |
sure, once i have some free time i can fix and clean up some stuff |
sure ty |
alright, i cleaned up the code, i had to remove the try-catch block because it actually caused issues, at least on Windows XP |
i think its ready to merge |
alright then, thank you really much for your contribution! <3 it makes me happy to see someone get interested in my projects |
no problem! |
I tried to compile but got a bit long error, as I don't know how to fix..