- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
在 VS2010 上运行我的 VC++ 应用程序时出现以下错误:-
'26aprilmadefromnewfoldercode.exe': Loaded 'C:\Documents and Settings\Administrator\My Documents\Visual Studio 2010\Projects\26aprilmadefromnewfoldercode\Debug\26aprilmadefromnewfoldercode.exe', Symbols loaded.
'26aprilmadefromnewfoldercode.exe': Loaded 'C:\WINDOWS\system32\ntdll.dll', Cannot find or open the PDB file
'26aprilmadefromnewfoldercode.exe': Loaded 'C:\WINDOWS\system32\kernel32.dll', Cannot find or open the PDB file
'26aprilmadefromnewfoldercode.exe': Loaded 'C:\Documents and Settings\Administrator\My Documents\Visual Studio 2010\Projects\26aprilmadefromnewfoldercode\Debug\hdpw32.dll', Binary was not built with debug information.
'26aprilmadefromnewfoldercode.exe': Loaded 'C:\WINDOWS\system32\winmm.dll', Cannot find or open the PDB file
'26aprilmadefromnewfoldercode.exe': Loaded 'C:\WINDOWS\system32\advapi32.dll', Cannot find or open the PDB file
'26aprilmadefromnewfoldercode.exe': Loaded 'C:\WINDOWS\system32\rpcrt4.dll', Cannot find or open the PDB file
'26aprilmadefromnewfoldercode.exe': Loaded 'C:\WINDOWS\system32\secur32.dll', Cannot find or open the PDB file
'26aprilmadefromnewfoldercode.exe': Loaded 'C:\WINDOWS\system32\gdi32.dll', Cannot find or open the PDB file
'26aprilmadefromnewfoldercode.exe': Loaded 'C:\WINDOWS\system32\user32.dll', Cannot find or open the PDB file
'26aprilmadefromnewfoldercode.exe': Loaded 'C:\WINDOWS\system32\comctl32.dll', Cannot find or open the PDB file
'26aprilmadefromnewfoldercode.exe': Loaded 'C:\WINDOWS\system32\shell32.dll', Cannot find or open the PDB file
'26aprilmadefromnewfoldercode.exe': Loaded 'C:\WINDOWS\system32\msvcrt.dll', Cannot find or open the PDB file
'26aprilmadefromnewfoldercode.exe': Loaded 'C:\WINDOWS\system32\shlwapi.dll', Cannot find or open the PDB file
'26aprilmadefromnewfoldercode.exe': Loaded 'C:\WINDOWS\system32\setupapi.dll', Cannot find or open the PDB file
Debugger:: An unhandled non-continuable exception was thrown during process load
The program '[5800] 26aprilmadefromnewfoldercode.exe: Native' has exited with code -1073741512
(0xc0000138)。
我的 exe 文件已生成,但未执行。如何调试进程负载或解决此错误?
最佳答案
您不会从中获得堆栈跟踪或转储,因为它似乎在动态库加载期间失败了。您最好的想法是将它加载到 depends.exe 中并查看导入的库和符号,这应该会告诉您找不到哪个。
看看这个问题:
它展示了如果您尝试链接动态链接时不可用的 API 会发生什么,以及如何使用 depends.exe 调试它。
关于c++ - 调试进程加载异常0xc0000138(Ordinal not found),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10349155/
在 C 中枚举都是数字,您可以仅通过名称引用该值。 例子: #include enum week { sunday, monday, tuesday, wednesday, thursday, fr
我想用 SQLAlchemy 翻译以下查询,但我在文档中没有找到有关此主题的任何内容。 SELECT * FROM table_persons, jsonb_array_elements(data->
大多数函数导出名称,但有些函数按序号导出, 这些函数是如何调用的? 最佳答案 @AProgrammer:你的问题有两个答案。首先,链接器会知道调用哪个序号。创建库时,此信息保存在 .lib 文件中。否
首先,我的代码(它远非完美,我真的不知道我在做什么)是这样的: public enum Chord { MAJOR, MINOR, DIMINISHED, BASS, BASS2 } pu
在 VS2010 上运行我的 VC++ 应用程序时出现以下错误:- '26aprilmadefromnewfoldercode.exe': Loaded 'C:\Documents and Setti
我有这段代码: var whackPos = str.IndexOf("/"); ...Resharper 建议更改为: var whackPos = str.IndexOf("/", StringC
以第 7 列排序为例 - 此代码根本不对数据进行排序: ORDER BY CASE WHEN '1'='2' THEN 5 WHEN '1'='1' THEN 7 ELSE 13 END 如果我
我有以下代码: var dados = [ ["Brasil", 20], ["Canadá", 31], ["Japão", 29], ["USA", 126],
此代码从 google finance 获取一条直线的 2 个坐标,并将第三个点放在同一条直线上一定距离处。 import datetime as dt from datetime import
使用 Java 7+ ....假设我们创建一个枚举: enum Foo{ FOO, BAR } 然后 Foo.FOO.ordinal() == 0。但是,如果我重新排序枚举,请说: enum Foo{
在c#中比较两个字符串是否相等时,InvariantCulture 和 Ordinal 比较有什么区别? 最佳答案 不变文化 使用一组“标准”字符顺序(a、b、c、...等)。这与某些特定的语言环境形
我正在查看几个对序列中的元素使用 msdata:Ordinal 的 XSD 文件。我似乎无法在任何地方找到它的用途和/或在什么情况下需要它。有人可以帮我解释一下吗? 最佳答案 我也在想同样的事情。 x
我发现predict函数目前未在使用 clmm 拟合的累积链接混合模型中实现函数在 ordinal R 包。虽然 predict为 clmm2 实现在同一个包里,我选择了申请clmm相反,因为后者允许
我正在使用 selenium 和 beautifulsoup 抓取一些网页。我正在遍历一堆链接,获取信息,然后将其转储到 JSON 中: for event in events: case =
我有一个枚举,其中分配给每个项目的 int 值。 public enum RankEnum { NO_RANK(0), FIRST_RANK(1
我一直在研究图表,这是 fiddle : https://jsfiddle.net/lucksp/crwb4v5u/ 我有基于 15 分钟增量的 X 轴和条形数据“箱”。 现在我有了垂直线工具提示,我
我在将数据从数据库加载到 Windows 窗体时遇到问题。我使用下面的代码通过数据读取器检索信息,然后将检索到的信息设置到适当的标签和图片框,但是当显示 AirSpace 表单时,我在标题中得到异常。
我有一个 8 节点集群(AWS 上的 8 个 r3.xlarge 使用实例附带的临时 80GB SSD 磁盘)。有一个主索引和两个主索引类型。它们之间存在父/子关系。有 7500 万 parent 和
我想要一个模拟 EnumMap 的类,但存储 int 值而不是某种对象。现在很明显,您可以制作一个映射到整数的 EnumMap,但如果可能的话,我想避免大量自动装箱。 所以我想要这样的类(class)
我正在尝试运行一个通过动态链接使用 boost 测试的应用程序。我在同一目录中有一个应用程序的 exe 文件和 boost_unit_test_framework-vc120-mt-gd-1_55.d
我是一名优秀的程序员,十分优秀!