search for: setconsoletitlea

Displaying 1 result from an estimated 1 matches for "setconsoletitlea".

2010 Aug 07
3
C++ runtime error
...2API.new("user32", "SetForegroundWindow", "L", "L").call(hwnd) f = File.open("Game.ini") lines = f.readlines() s = lines[3] len = s.size title = (s[6,len - 7]) Win32API.new("kernel32","SetConsoleTitleA","p","s").call("#{title} -- " + "Debug Console") end self.header end #----------------------------------------------------------------------------- # * Stop debugging #------...