加入我们,或者,欢迎回来。
您需要 登录 才可以下载或查看,没有帐号?注册会员
x
本帖最后由 taroxd 于 2015-3-7 17:11 编辑
做太鼓达人的调试用
unless $TEST Win32API.new('kernel32', 'AllocConsole', 'v', 'v').call $stdout = File.open('CONOUT$', 'w') $stdin = File.open('CONIN$') end
unless $TEST
Win32API.new('kernel32', 'AllocConsole', 'v', 'v').call
$stdout = File.open('CONOUT$', 'w')
$stdin = File.open('CONIN$')
end
|