SFML community forums

General => General discussions => Topic started by: er111a on January 22, 2013, 08:07:50 pm

Title: Visual C++ Debug
Post by: er111a on January 22, 2013, 08:07:50 pm
'random.exe': Loaded 'C:\Windows\SysWOW64\kernel32.dll'
'random.exe': Loaded 'C:\Windows\SysWOW64\KernelBase.dll'
'random.exe': Loaded 'C:\Windows\winsxs\x86_microsoft.vc90.debugcrt_1fc8b3b9a1e18e3b_9.0.30729.1_none_bb1f6aa1308c35eb\msvcp90d.dll'
'random.exe': Loaded 'C:\Windows\winsxs\x86_microsoft.vc90.debugcrt_1fc8b3b9a1e18e3b_9.0.30729.1_none_bb1f6aa1308c35eb\msvcr90d.dll'
The program '[6372] random.exe: Native' has exited with code 0 (0x0).
-----------------------------------------------------------------------------------------------
Student just learning code, when doing debug the following pops up. Does this mean I just made changes to those .dll files on accident? D:
Title: Re: Visual C++ Debug
Post by: eXpl0it3r on January 22, 2013, 08:29:03 pm
Please read the rules (http://en.sfml-dev.org/forums/index.php?topic=5559.0) and apply them on to your postings! :)
Title: Re: Visual C++ Debug
Post by: Laurent on January 22, 2013, 08:36:03 pm
It doesn't mean anything at all, it's just the DLLs that your app depends on.