Quantcast
Channel: Visual C forum
Viewing all articles
Browse latest Browse all 15302

Try

$
0
0

Hello,

i Have Problem in This Code

try
 {

        WriteToMemory(AddressToWrite2, "\x43\x75", 2);  
        }
        catch (std::exception &ex)
        {

            }

SomeTimes When i Exit From Game 'room' The Address will be unknown And When i Join Game it will beAvailable And i Can Write it, But When i Exit From Game Address Will Be unknown and i still Write it But my Application is Crash So i added Try , but i Still get Crash.


Viewing all articles
Browse latest Browse all 15302

Trending Articles