OP 05 August, 2021 - 10:02 PM
I'm using Visual C++. I created 2 programs: 1 for a slots machine and 1 for a blackjack game. I want to create a program that can open both of those games(like a launcher for a variety of games). I tried:
and
Whenever I launch either of the games from the "launcher" I've created, Images won't load. The paths from the slots machine project go like this:
Code:
system("explorer D:\C++ Visual Studio\BlackJack 2k21 intelekt\BlackJack\BlackJack\Pacanele2.exe ");
Code:
system("explorer F:\\Arcade Final\\BlackJack 2k21 intelekt\\BlackJack\\BlackJack\\Release\\BlackJack.exe ");
Code:
pictureBox9->ImageLocation = "../Release/pacanelematii/septarumati.jpg";