<?xml version="1.0"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<head>
<meta http-equiv="cache-control" content="max-age=180,private" />
</head>
<card id="discuz_wml" title="CnPack Forum">
<p>#1 bcb 使用CnConsole<br /><small>[code]void WriteLn(String text)<br />
{<br />
  static HANDLE handle;<br />
  if (!handle) {<br />
    AllocConsole();<br />
    handle = GetStdHandle(STD_OUTPUT_HANDLE);<br />
  }<br />
  text += &quot;\n&quot;;<br />
  WriteConsole(handle,<br />
    text.c_str(), text.Length(), 0, 0);<br />
}<br />
<br />
//---------------------------------------------------------------------------<br />
void __fastcall TForm1::CnButton1Click(TObject *Sender)<br />
{<br />
WriteLn (&quot;this is a test&quot;);<br />
}[/code]</small><br />
12/20 09:21<br />
fbms<br /></p>
<p>#2 <br /><small>..</small><br />
</p>
<p>#1 <a href="index.php?action=thread&amp;tid=11933&amp;start=1&amp;offset=0&amp;sid=NI2v6w">&gt;&gt;Next Page</a><br />
<br />Forum:<a href="index.php?action=forum&amp;fid=14&amp;sid=NI2v6w">CnVCL 组件包</a>
<br />Thread:<a href="index.php?action=thread&amp;tid=11933&amp;sid=NI2v6w">bcb 使用CnConsole</a>
<br />Next Thread:<a href="index.php?action=thread&amp;tid=7719&amp;sid=NI2v6w">建议增加 SQLITE3 数 ...</a>
</p>
<p align="center"><br /><a href="index.php?sid=NI2v6w">Home</a><br />
<a href="index.php?action=login&amp;sid=">Login</a><br /><br />
<small>Powered by Discuz!</small></p>
</card>
</wml>