Posts by Vinicius • 13 points
2 posts
-
-1
votes2
answers70
viewsQ: What’s the fastest way?
I made a little game in Java and the players' dice are in the database, when a player enters, he is placed in a ArrayList<PlayerData> where it contains the getters and setters of level, money…
-
-1
votes1
answer78
viewsQ: Process.Start does not load executable dependencies
I created a code that opens a program, but the program needs the DLLS/Folders - in the folder that is located, so when I run it from the error, it seems that it is not getting the DLLS/Folders (if I…