这是什么错误 - 符号已加载 [英] What is this error - Symbols loaded

查看:186
本文介绍了这是什么错误 - 符号已加载的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

亲爱的,



有人可以帮我解决以下错误。我正在使用visual studio 2008和fortran编译器版本11.1中的C项目。我做了一些属性配置并运行了项目。我对这些错误一无所知。







Visual Studio 2008 \ test_lib.exe'',已加载符号。



程序''[2980] test_lib.exe:Native'已退出代码-1(0xffffffff)。

Dear All,

Can somebody help me that what are these following errors. I am working with a C project in visual studio 2008 and fortran compiler Version 11.1 . I made some property configurations and ran the project. I have no clue on these errors.



Visual Studio 2008\test_lib.exe'', Symbols loaded.

The program ''[2980] test_lib.exe: Native'' has exited with code -1 (0xffffffff).

推荐答案

这两行都不是错误,而是正常的调试输出。



''< module> ;,符号加载''表示模块(在这种情况下你的应用程序) )已被加载到包括符号(调试信息)的存储器中。



第二行告诉你程序已经终止。如果这是由于错误引起的,通常由返回值表示。
Both lines are not errors but normal debug output.

''<module>, Symbols loaded'' indicates that the module (your application in this case) has been loaded into memory including the symbols (the debug information).

The second line just informs you that the program has terminated. If this was due to an error or not is usually indicated by the return value.


这篇关于这是什么错误 - 符号已加载的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆