积极答复者
windows Embedded visual c++报错

问题
-
我就用windows Embedded visual c++(第一次安装并使用)写了这些代码:
#include<stdio.h>
void main()
{
printf("fsdiajfgv");
}一编译就报错:
E:\wince代码\test.cpp(0) : fatal error C1001: INTERNAL COMPILER ERROR
(compiler file '.\pdbmgr.cpp', line 113)
Please choose the Technical Support command on the Visual C++
Help menu, or open the Technical Support help file for more information
Error executing cl.exe什么情况?
答案
-
// Console.cpp : Defines the entry point for the application.
//#include "stdafx.h"
int WINAPI WinMain( HINSTANCE hInstance,
HINSTANCE hPrevInstance,
LPTSTR lpCmdLine,
int nCmdShow)
{
// TODO: Place code here.return 0;
}
Leo.Zheng- 已标记为答案 Jesse JiangModerator 2011年9月9日 7:06
全部回复
-
// Console.cpp : Defines the entry point for the application.
//#include "stdafx.h"
int WINAPI WinMain( HINSTANCE hInstance,
HINSTANCE hPrevInstance,
LPTSTR lpCmdLine,
int nCmdShow)
{
// TODO: Place code here.return 0;
}
Leo.Zheng- 已标记为答案 Jesse JiangModerator 2011年9月9日 7:06
-
您好,
请不要在论坛中发相同问题的帖子,如果您还有疑问的话,可以继续跟这个帖子。
另外,我认为leo的回复已经回答了您的问题,如果您还有疑问的话,请取消答复标记。
致礼
Jesse Jiang [MSFT]
MSDN Community Support | Feedback to us
Get or Request Code Sample from Microsoft
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
-
You are welcome.
Jesse Jiang [MSFT]
MSDN Community Support | Feedback to us
Get or Request Code Sample from Microsoft
Please remember to mark the replies as answers if they help and unmark them if they provide no help.