Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Visual C++ Debug  (Read 1885 times)

0 Members and 1 Guest are viewing this topic.

er111a

  • Newbie
  • *
  • Posts: 1
    • View Profile
Visual C++ Debug
« 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:

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10815
    • View Profile
    • development blog
    • Email
Re: Visual C++ Debug
« Reply #1 on: January 22, 2013, 08:29:03 pm »
Please read the rules and apply them on to your postings! :)
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: Visual C++ Debug
« Reply #2 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.
Laurent Gomila - SFML developer

 

anything