Based on the error message, we can assume the following:
The .cpp file is a source code file for functions in C++. Based on the file name, we can assume that this is a function responsible for remote connection. A rough picture of the cause of the error emerges – this function is incompatible with a 64-bit system.
Have you even looked at the file it's complaining about?
Have you tried searching for the error online?
Look, find this remote.cpp file and upload it somewhere, or send it to me by email – I'm just curious. What other games don't work and what errors do they produce?
However, I found this remote.cpp in the computer's books, and it seems to be in C++
This file is part of the WinLIRC package, which was derived from
* LIRC (Linux Infrared Remote Control) 0.5.4pre9.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published
* by the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See the GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
* Copyright (C) 1996,97 Ralph Metzler (rjkm@thp.uni-koeln.de)
* Copyright (C) 1998 Christoph Bartelmus (columbus@hit.handshake.de)
* Copyright (C) 1999 Jim Paris
* Copyright (C) 2002 Scott Baily