Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2342031
  • 博文数量: 816
  • 博客积分: 10000
  • 博客等级: 上将
  • 技术积分: 5010
  • 用 户 组: 普通用户
  • 注册时间: 2008-12-17 17:57
文章分类

全部博文(816)

文章存档

2011年(1)

2008年(815)

分类:

2008-12-17 18:02:51

在做多线程程序时候,编译出错:
Project Project1.exe raised exception class Exception with message 'Application is licensed to use this feature'.Process stopped.Use Step or Run to continue.
下面是源程序:
//---------------------------------------------------------------------------
#include
#pragma hdrstop
//---------------------------------------------------------------------------
USEFORM("backquerymain.cpp", Form1);
USERES("backquery.res");
//---------------------------------------------------------------------------
WINAPI WinMain(HINSTANCE, HINSTANCE, LPSTR, int)
{
try
{
Application->Initialize();
Application->CreateForm(__classid(TForm1), &Form1);
Application->Run();
}
catch (Exception &exception)
{
Application->ShowException(&exception);
}
return 0;
}
//---------------------------------------------------------------------------

请问是什么原因?如何解决啊?thanks

--------------------next---------------------

阅读(1062) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~