我有一份顶点文件,我用窗户汇编。 但是,当我从指挥线管理时,我看不出我的方案产出:out或 st:cer。 即使在指挥线迅速返回之后,该方案也继续运作(在我发布通quit之前,它实施了一项GUI方案,并放弃。 我如何看待我的方案的产出?
Im利用碎块制作一个视觉演播室项目,然后由我用ms子汇编。
我有一份顶点文件,我用窗户汇编。 但是,当我从指挥线管理时,我看不出我的方案产出:out或 st:cer。 即使在指挥线迅速返回之后,该方案也继续运作(在我发布通quit之前,它实施了一项GUI方案,并放弃。 我如何看待我的方案的产出?
Im利用碎块制作一个视觉演播室项目,然后由我用ms子汇编。
最简单的办法是重建该方案,作为青少年应用。 <代码>link.exe 需有<条码>/SUBSYSTEM:CONSOLE,而不是/SUBSYSTEM:WINDOWS
;大概有直截了当的方式来说明这种错误。
这一变化完全影响到你的全球调查,但如果程序已经与它有关,则它会造成Windows分配一个ole子。 此外,指挥线炮弹通常在继续之前等待假释申请。
另一种做法是:http://msdn.microsoft.com/en-us/library/windows/desktop/ms681944.aspx”rel=“nofollow noreferer”> 根据谷歌搜索,你可以通过在来源法中添加以下内容,将该方案作为青少年应用: 这可能是最容易的解决办法。 您可将其列入<代码>#if。 如果你只想让ole子 build落。AllocConsole
<>,明确设立新的专栏,或
#pragma comment(linker, "/SUBSYSTEM:CONSOLE")
完成产出的方法之一是:
program.exe > output.txt
然后监测该产出。 或者使用管道观看:
program.exe | find /v ""
还监测你可以使用的错误产出
program.exe > output.txt 2>&1
program.exe 2>&1 | find /v ""
I figured it out based on the documentation by Microsoft that leaves a lot to the imagination and from the much more practical examples here and here.
这有助于我看到我的(和其他民族)窗口应用的“隐蔽”剪辑和慢慢信息。 它很有兴趣了解一些方案留下了哪些信息,但通常只看到一些信息。
然而,我注意到,你提到你想从<代码>上显示产出:cerr,这意味着你可能只有兴趣了解这一信息,以便进行分解。 在该案中,我的建议是,将>OutputDebugString
而不是输出到std:cerr/ <>。 然后,你可以使用“DebugView来监测你的申请结果。 投向<条码>的投射/编码功能的所有信息都将在DebugView窗口上展示。
如果你想以微乎其微的改动利用现有的代码基数来利用这一组别,那么你实际上可以把诸如<代码>以下各组的产出:编码>和<代码>std:cerr的输出方向移至夸张,就像你称之为<代码>一样。 产出目录代码>功能。 关于如何做到这一点的咨询意见,见的答复。 问题和。
Windows don t支持双重模式。 这就意味着,在你执政时,你无法从你手中获得产出。
I am trying to find out the difference between difference service account types. I tumbled upon this question. The answer was because it has powerful access to local resources, and Network Service ...
Does anyone know how to programatically detect that a Windows server is part of a cluster? Further, is it possible to detect that the server is the active or passive node? [Edit] And detect it from ...
I ve read Get File Icon used by Shell and the other similar posts - and already use SHFileInfo to get the associated icon for any given extension, and that works great. However, Outlook uses ".msg" ...
How can I create an empty file at the DOS/Windows command-line? I tried: copy nul > file.txt But it always displays that a file was copied. Is there another method in the standard cmd? It should ...
I know about the GetLastInputInfo method but that would only give me the duration since last user input - keyboard or mouse. If a user input was last received 10 minutes ago, that wouldn t mean the ...
My application creates a thread and that runs in the background all the time. I can only terminate the thread manually, not from within the thread callback function. At the moment I am using ...
Yes, I know, the archive bit is evil. That being said, is there support for querying it with find , and modifying it with chmod ? My googling has turned up nothing......
I built a Java application that is delivered on USB sticks. To ensure compatibility, I ship an appropriate JVM on the sticks. I made an EXE that simply invokes this JVM with the application jar. Now ...