資源簡介
C++ Builder XE7 調用藍牙打印機示例源代碼

代碼片段和文件信息
//---------------------------------------------------------------------------
#include?
#ifdef?_WIN32
#include?
#endif
#pragma?hdrstop
#include?
//---------------------------------------------------------------------------
USEFORM(“FormMain.cpp“?MainForm);
//---------------------------------------------------------------------------
extern?“C“?int?FMXmain()
{
try
{
Application->Initialize();
Application->CreateForm(__classid(TMainForm)?&MainForm);
Application->Run();
}
catch?(Exception?&exception)
{
Application->ShowException(&exception);
}
catch?(...)
{
try
{
throw?Exception(““);
}
catch?(Exception?&exception)
{
Application->ShowException(&exception);
}
}
return?0;
}
//---------------------------------------------------------------------------
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2015-05-08?10:45??BTPrinter\
?????文件????????1858??2014-11-07?07:55??BTPrinter\AndroidManifest.template.xm
?????文件?????7747541??2015-05-07?19:56??BTPrinter\BTPrinter.apk
?????文件???????51268??2015-05-08?10:44??BTPrinter\BTPrinter.cbproj
?????文件????????2393??2015-05-08?10:44??BTPrinter\BTPrinter.cbproj.local
?????文件?????????871??2015-05-08?10:44??BTPrinter\BTPrinter.cpp
?????文件???????12203??2015-05-08?10:44??BTPrinter\BTPrinter.deployproj
?????文件???????52860??2015-05-08?10:44??BTPrinter\BTPrinter.res
?????文件??????????63??2015-02-08?16:36??BTPrinter\BTPrinterPCH1.h
?????文件??????192054??2015-02-09?20:56??BTPrinter\Dragon.bmp
?????文件???????19339??2015-05-08?09:41??BTPrinter\FormMain.cpp
?????文件??????166555??2015-05-07?19:39??BTPrinter\FormMain.fmx
?????文件????????3472??2015-05-07?17:26??BTPrinter\FormMain.h
?????文件??????245988??2015-05-07?16:56??BTPrinter\打印機開發指令說明V1.2.pdf
?????文件???????20480??2015-02-10?10:48??BTPrinter\藍牙打印機開發流程.doc
?????文件?????????162??2015-05-12?10:39??BTPrinter\說明.txt
- 上一篇:控制臺C++飛機大戰源碼
- 下一篇:先進pid控制及其matlab仿真64898
評論
共有 條評論