Game Development Community

Errors compiling debug of TGB 1.7.2

by Wenceslao Villanueva Jr. · in Torque Game Builder · 02/19/2008 (1:08 am) · 26 replies

I'm trying to compile a debug version of TGB 1.7.2 using Visual C++ 2008 Express Edition and I'm getting errors while compiling that I'm not sure how to solve. The errors occur while compiling TGBGame. I was able to compile 1.5 and 1.6 but 1.7.2 isn't working. rose of #garagegames suggested that there may be problems with my UNICODE settings but I'm unsure on how to solve it.

The output can be found at:
rafb.net/p/hIO4dE26.html

The first couple of lines (incase the paste goes away) are:
1>------ Skipped Build: Project: TorqueGameBuilder, Configuration: Debug Win32 ------
1>Project not selected to build for this solution configuration
2>------ Build started: Project: TGBGame, Configuration: Debug Win32 ------
2>Compiling...
2>win32MsgBox.cpp
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\nativedialogs\win32msgbox.cpp(76) : error C2664: 'MessageBoxW' : cannot convert parameter 2 from 'const UTF16 *' to 'LPCWSTR'
2> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
2>win32DirectoryResolver.cpp

Any help or insights would be helpful. Thanks!
Page «Previous 1 2
#1
02/19/2008 (1:43 am)
I never ever suspect that I'm ever doing anything correctly when I get an error that I'm banging my head into the wall for over 2 hours. Well when I opened the solution I opened the .NET solution. I'm assuming that's what I was doing wrong. I opened the 2005 solution and updated it to 2008 and it compiled correctly. Any advice, knowledge or comments are still welcome so that I understand what exactly the difference is. Thanks in advance.
#2
02/26/2008 (7:08 pm)
Even by opening the right solution file, I still can't get TGB 1.7 to compile in Visual Studio 2008 Team Edition. TGB 1.6 compiles with no problems. Any suggestions?
#3
02/28/2008 (10:48 pm)
Sorry, I meant to reply earlier. Can you post any errors you're having? When I get an update sometimes I have to either compile glu2d3d and opengl2d3d projects first then compile TGB. That or add them to the project manager.
#4
02/29/2008 (7:34 am)
Download the full Windows platform SDK.

Edit:
I tested 2008 Express and the platform SDK seemed to work.
#5
02/29/2008 (11:13 am)
If he's able to compile 1.5 and 1.6, doesn't that mean he must already have the Windows Platform SDK?
#6
02/29/2008 (1:47 pm)
One would think, unless something's not linking up correctly.

I've been able to compile all of them, though.
#7
03/02/2008 (2:56 pm)
Here is the output when I compile TGB 1.7:

2>Compiling...
2>popupMenuWin32.cc
1>popupMenuWin32.cc
2>c:\program files\garagegames\torquegamebuilder-1.7\engine\source\platformwin32\menus\popupmenuwin32.cc(216) : error C2065: 'MIIM_STRING' : undeclared identifier
1>c:\program files\garagegames\torquegamebuilder-1.7\engine\source\platformwin32\menus\popupmenuwin32.cc(216) : error C2065: 'MIIM_STRING' : undeclared identifier
1>c:\program files\garagegames\torquegamebuilder-1.7\engine\source\platformwin32\menus\popupmenuwin32.cc(293) : error C2065: 'MIIM_STRING' : undeclared identifier
2>c:\program files\garagegames\torquegamebuilder-1.7\engine\source\platformwin32\menus\popupmenuwin32.cc(293) : error C2065: 'MIIM_STRING' : undeclared identifier
1>winOGLVideo.cc
2>winOGLVideo.cc
1>c:\program files\garagegames\torquegamebuilder-1.7\engine\source\platformwin32\winoglvideo.cc(858) : error C2065: 'AW_BLEND' : undeclared identifier
2>c:\program files\garagegames\torquegamebuilder-1.7\engine\source\platformwin32\winoglvideo.cc(858) : error C2065: 'AW_BLEND' : undeclared identifier
2>c:\program files\garagegames\torquegamebuilder-1.7\engine\source\platformwin32\winoglvideo.cc(858) : error C3861: 'AnimateWindow': identifier not found
1>c:\program files\garagegames\torquegamebuilder-1.7\engine\source\platformwin32\winoglvideo.cc(858) : error C3861: 'AnimateWindow': identifier not found
2>cardProfile.cpp
1>cardProfile.cpp
2>c:\program files\garagegames\torquegamebuilder-1.7\engine\source\platformwin32\cardprofile.cpp(14) : error C3861: 'EnumDisplayDevices': identifier not found
2>c:\program files\garagegames\torquegamebuilder-1.7\engine\source\platformwin32\cardprofile.cpp(14) : fatal error C1903: unable to recover from previous error(s); stopping compilation
2>Generating Code...
1>c:\program files\garagegames\torquegamebuilder-1.7\engine\source\platformwin32\cardprofile.cpp(14) : error C3861: 'EnumDisplayDevices': identifier not found
1>c:\program files\garagegames\torquegamebuilder-1.7\engine\source\platformwin32\cardprofile.cpp(14) : fatal error C1903: unable to recover from previous error(s); stopping compilation
1>Generating Code...
1>Creating browse information file...
2>Creating browse information file...
1>Microsoft Browse Information Maintenance Utility Version 9.00.21022
1>Copyright (C) Microsoft Corporation. All rights reserved.
1>BSCMAKE: error BK1506 : cannot open file '..\..\Link\Debug.Win32\TGBGame\cardProfile.sbr': No such file or directory
2>Microsoft Browse Information Maintenance Utility Version 9.00.21022
2>Copyright (C) Microsoft Corporation. All rights reserved.
2>BSCMAKE: error BK1506 : cannot open file '..\..\Link\Debug.Win32\TorqueGameBuilder\cardProfile.sbr': No such file or directory
2>Build log was saved at "file://c:\Program Files\GarageGames\TorqueGameBuilder-1.7\engine\Link\Debug.Win32\TorqueGameBuilder\BuildLog.htm"
1>Build log was saved at "file://c:\Program Files\GarageGames\TorqueGameBuilder-1.7\engine\Link\Debug.Win32\TGBGame\BuildLog.htm"
1>TGBGame - 7 error(s), 0 warning(s)
2>TorqueGameBuilder - 7 error(s), 0 warning(s)
========== Build: 0 succeeded, 2 failed, 6 up-to-date, 0 skipped ==========
#8
03/06/2008 (7:53 pm)
Hrm. Do you have the latest Windows Platform SDK? Have you set up the directories in Visual C++ and added the platform directories? Try uninstalling the SDK and re-installing it? These are just suggestions, I'm not quite sure what's going on.
#9
03/09/2008 (5:16 pm)
What really confuses me is that TGB 1.6 works fine with VS 2008. I will keep digging. Thanks.
#10
05/06/2008 (11:00 pm)
Hi,

I facing same problem that, unable to compile TGB successfully.

I am using tgb 1.7.2 Pro & VC 2008 Express Edition compiler but I am not having windows platform SDK install on my PC.

I am new to torque scripting, there is one basic question (since I am not sure about it) that how can compile tgb should I ? "right click on .vcproj file & then click on build " or " choose debug option (by pressing F5 on VC)".

Can any experienced person help me on this !!!!!!!!!!!!!!!!!!!!

Thanks in advance....
#11
05/07/2008 (3:15 am)
For the "MIIM_STRING" issue go into "platformWin32.h" and search for "_WIN32_WINNT". Change it to equal "0x0501" and recompile.

Melv.
#12
05/07/2008 (3:19 am)
Thanks Melv for reply,

I purpose on compiling tgb is that I want to encrypt the resources in my project.

Any ways I tried doing what you said.
But, then to getting lots of compile error
#13
05/07/2008 (3:23 am)
That's not really enough information for me to help you I'm afraid.

You never said if the above fix stops the 'MIIM_STRING' error. Did it?

What errors are you left with?

Melv.
#14
05/07/2008 (3:44 am)
There are many errors like
2>thread.cc
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\threads\thread.cc : error C2471: cannot update program database 'c:\program files\garagegames\torquegamebuilder-1.7.2\engine\link\debug.win32\tgbgame.pdb'
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\threads\thread.cc(140) : fatal error C1903: unable to recover from previous error(s); stopping compilation
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\threads\thread.cc(140) : error C2418: cannot delete browser file: ../../Link/Debug.Win32/TGBGame\thread.sbr
2>mutex.cc
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\threads\mutex.cc : error C2471: cannot update program database 'c:\program files\garagegames\torquegamebuilder-1.7.2\engine\link\debug.win32\tgbgame.pdb'
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\threads\mutex.cc(74) : fatal error C1903: unable to recover from previous error(s); stopping compilation
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\threads\mutex.cc(74) : error C2418: cannot delete browser file: ../../Link/Debug.Win32/TGBGame\mutex.sbr
2>win32MsgBox.cpp
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\nativedialogs\win32msgbox.cpp : error C2471: cannot update program database 'c:\program files\garagegames\torquegamebuilder-1.7.2\engine\link\debug.win32\tgbgame.pdb'
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\nativedialogs\win32msgbox.cpp(76) : error C2664: 'MessageBoxW' : cannot convert parameter 2 from 'const UTF16 *' to 'LPCWSTR'
2>        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\nativedialogs\win32msgbox.cpp(88) : fatal error C1903: unable to recover from previous error(s); stopping compilation
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\nativedialogs\win32msgbox.cpp(88) : error C2418: cannot delete browser file: ../../Link/Debug.Win32/TGBGame\win32MsgBox.sbr
2>win32DirectoryResolver.cpp
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\nativedialogs\win32directoryresolver.cpp : error C2471: cannot update program database 'c:\program files\garagegames\torquegamebuilder-1.7.2\engine\link\debug.win32\tgbgame.pdb'
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\nativedialogs\win32directoryresolver.cpp(74) : error C2664: 'PathAddExtensionW' : cannot convert parameter 1 from 'UTF16 [260]' to 'LPWSTR'
2>        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\nativedialogs\win32directoryresolver.cpp(78) : error C2664: 'IPersistFile::Load' : cannot convert parameter 1 from 'UTF16 [260]' to 'LPCOLESTR'
2>        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\nativedialogs\win32directoryresolver.cpp(93) : error C2664: 'IShellLinkW::GetPath' : cannot convert parameter 1 from 'UTF16 [260]' to 'LPWSTR'
2>        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\nativedialogs\win32directoryresolver.cpp(97) : error C2664: 'PathIsDirectoryW' : cannot convert parameter 1 from 'UTF16 [260]' to 'LPCWSTR'
2>        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\nativedialogs\win32directoryresolver.cpp(190) : fatal error C1903: unable to recover from previous error(s); stopping compilation
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\nativedialogs\win32directoryresolver.cpp(190) : error C2418: cannot delete browser file: ../../Link/Debug.Win32/TGBGame\win32DirectoryResolver.sbr
#15
05/07/2008 (3:46 am)
2>fileDialog.cc
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\nativedialogs\filedialog.cc : error C2471: cannot update program database 'c:\program files\garagegames\torquegamebuilder-1.7.2\engine\link\debug.win32\tgbgame.pdb'
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\nativedialogs\filedialog.cc(91) : error C2665: 'convertUTF16toUTF8' : none of the 2 overloads could convert all the argument types
2>        c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\core\unicode.h(69): could be 'const U32 convertUTF16toUTF8(const UTF16 *,UTF8 *,U32)'
2>        while trying to match the argument list '(LPWSTR, char [260], unsigned int)'
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\nativedialogs\filedialog.cc(172) : error C2440: '=' : cannot convert from 'UTF16 [260]' to 'LPWSTR'
2>        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\nativedialogs\filedialog.cc(310) : error C2440: '=' : cannot convert from 'UTF16 [260]' to 'LPWSTR'
2>        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\nativedialogs\filedialog.cc(318) : error C2440: '=' : cannot convert from 'UTF16 [1024]' to 'LPCWSTR'
2>        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\nativedialogs\filedialog.cc(320) : error C2440: '=' : cannot convert from 'UTF16 [260]' to 'LPCWSTR'
2>        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\nativedialogs\filedialog.cc(322) : error C2440: '=' : cannot convert from 'UTF16 [260]' to 'LPWSTR'
2>        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\nativedialogs\filedialog.cc(326) : error C2440: '=' : cannot convert from 'UTF16 [260]' to 'LPCWSTR'
2>        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\nativedialogs\filedialog.cc(693) : fatal error C1903: unable to recover from previous error(s); stopping compilation
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\nativedialogs\filedialog.cc(693) : error C2418: cannot delete browser file: ../../Link/Debug.Win32/TGBGame\fileDialog.sbr
2>popupMenuWin32.cc
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\menus\popupmenuwin32.cc : error C2471: cannot update program database 'c:\program files\garagegames\torquegamebuilder-1.7.2\engine\link\debug.win32\tgbgame.pdb'
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\menus\popupmenuwin32.cc(335) : fatal error C1903: unable to recover from previous error(s); stopping compilation
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\menus\popupmenuwin32.cc(335) : error C2418: cannot delete browser file: ../../Link/Debug.Win32/TGBGame\popupMenuWin32.sbr
2>winWindow.cc
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\winwindow.cc : error C2471: cannot update program database 'c:\program files\garagegames\torquegamebuilder-1.7.2\engine\link\debug.win32\tgbgame.pdb'
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\winwindow.cc(38) : error C2440: 'initializing' : cannot convert from 'const wchar_t [22]' to 'const UTF16 *'
2>        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\winwindow.cc(39) : error C2440: 'initializing' : cannot convert from 'const wchar_t [16]' to 'UTF16 [256]'
2>        There is no context in which this conversion is possible
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\winwindow.cc(146) : error C2664: 'CreateMutexW' : cannot convert parameter 3 from 'UTF16 [512]' to 'LPCWSTR'
2>        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\winwindow.cc(199) : error C2664: 'CreateProcessW' : cannot convert parameter 1 from 'UTF16 [512]' to 'LPCWSTR'
2>        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
#16
05/07/2008 (3:48 am)
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\winwindow.cc(146) : error C2664: 'CreateMutexW' : cannot convert parameter 3 from 'UTF16 [512]' to 'LPCWSTR'
2>        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\winwindow.cc(199) : error C2664: 'CreateProcessW' : cannot convert parameter 1 from 'UTF16 [512]' to 'LPCWSTR'
2>        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\winwindow.cc(246) : error C2664: 'CreateMutexW' : cannot convert parameter 3 from 'UTF16 [512]' to 'LPCWSTR'
2>        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\winwindow.cc(282) : error C2664: 'MessageBoxW' : cannot convert parameter 2 from 'UTF16 [1024]' to 'LPCWSTR'
2>        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\winwindow.cc(299) : error C2664: 'MessageBoxW' : cannot convert parameter 2 from 'UTF16 [1024]' to 'LPCWSTR'
2>        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\winwindow.cc(316) : error C2664: 'MessageBoxW' : cannot convert parameter 2 from 'UTF16 [1024]' to 'LPCWSTR'
2>        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\winwindow.cc(537) : error C2664: 'ToUnicode' : cannot convert parameter 4 from 'U16 [3]' to 'LPWSTR'
2>        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\winwindow.cc(1268) : error C2440: '=' : cannot convert from 'const UTF16 *' to 'LPCWSTR'
2>        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\winwindow.cc(1329) : error C2664: 'CreateWindowExW' : cannot convert parameter 2 from 'const UTF16 *' to 'LPCWSTR'
2>        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\winwindow.cc(1763) : error C2664: 'SetWindowTextW' : cannot convert parameter 2 from 'UTF16 [256]' to 'LPCWSTR'
2>        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\winwindow.cc(1895) : error C2665: 'convertUTF16toUTF8' : none of the 2 overloads could convert all the argument types
2>        c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\core\unicode.h(69): could be 'const U32 convertUTF16toUTF8(const UTF16 *,UTF8 *,U32)'
2>        while trying to match the argument list '(wchar_t [512], char [512], int)'
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\winwindow.cc(1933) : error C2664: 'CreateProcessW' : cannot convert parameter 2 from 'UTF16 [1024]' to 'LPWSTR'
2>        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\winwindow.cc(1942) : error C2440: 'initializing' : cannot convert from 'const wchar_t [28]' to 'const UTF16 *'
2>        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\winwindow.cc(1951) : error C2664: 'RegOpenKeyExW' : cannot convert parameter 2 from 'const UTF16 *' to 'LPCWSTR'
2>        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\winwindow.cc(1974) : error C2664: 'RegOpenKeyExW' : cannot convert parameter 2 from 'const UTF16 *' to 'LPCWSTR'
2>        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\winwindow.cc(1996) : error C2664: 'RegOpenKeyExW' : cannot convert parameter 2 from 'const UTF16 *' to 'LPCWSTR'
2>        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\winwindow.cc(2047) : fatal error C1903: unable to recover from previous error(s); stopping compilation
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\winwindow.cc(2047) : error C2418: cannot delete browser file: ../../Link/Debug.Win32/TGBGame\winWindow.sbr
2>winVideo.cc
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\winvideo.cc : error C2471: cannot update program database 'c:\program files\garagegames\torquegamebuilder-1.7.2\engine\link\debug.win32\tgbgame.pdb'
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\winvideo.cc(110) : fatal error C1903: unable to recover from previous error(s); stopping compilation
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\winvideo.cc(110) : error C2418: cannot delete browser file: ../../Link/Debug.Win32/TGBGame\winVideo.sbr
2>winVFS.cc
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\winvfs.cc : error C2471: cannot update program database 'c:\program files\garagegames\torquegamebuilder-1.7.2\engine\link\debug.win32\tgbgame.pdb'
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\winvfs.cc(103) : fatal error C1903: unable to recover from previous error(s); stopping compilation
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\winvfs.cc(103) : error C2418: cannot delete browser file: ../../Link/Debug.Win32/TGBGame\winVFS.sbr
2>winV2Video.cc
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\winv2video.cc : error C2471: cannot update program database 'c:\program files\garagegames\torquegamebuilder-1.7.2\engine\link\debug.win32\tgbgame.pdb'
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\winv2video.cc(671) : fatal error C1903: unable to recover from previous error(s); stopping compilation
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\winv2video.cc(671) : error C2418: cannot delete browser file: ../../Link/Debug.Win32/TGBGame\winV2Video.sbr
#17
05/07/2008 (3:49 am)
2>winTLS.cc
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\wintls.cc : error C2471: cannot update program database 'c:\program files\garagegames\torquegamebuilder-1.7.2\engine\link\debug.win32\tgbgame.pdb'
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\wintls.cc(74) : fatal error C1903: unable to recover from previous error(s); stopping compilation
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\wintls.cc(74) : error C2418: cannot delete browser file: ../../Link/Debug.Win32/TGBGame\winTLS.sbr
2>winTime.cc
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\wintime.cc : error C2471: cannot update program database 'c:\program files\garagegames\torquegamebuilder-1.7.2\engine\link\debug.win32\tgbgame.pdb'
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\wintime.cc(94) : fatal error C1903: unable to recover from previous error(s); stopping compilation
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\wintime.cc(94) : error C2418: cannot delete browser file: ../../Link/Debug.Win32/TGBGame\winTime.sbr
2>winStrings.cc
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\winstrings.cc : error C2471: cannot update program database 'c:\program files\garagegames\torquegamebuilder-1.7.2\engine\link\debug.win32\tgbgame.pdb'
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\winstrings.cc(118) : error C2664: 'wcscmp' : cannot convert parameter 1 from 'const UTF16 *' to 'const wchar_t *'
2>        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\winstrings.cc(168) : error C2664: 'wcslen' : cannot convert parameter 1 from 'const UTF16 *' to 'const wchar_t *'
2>        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\winstrings.cc(394) : error C2664: 'WideCharToMultiByte' : cannot convert parameter 3 from 'const UTF16 *' to 'LPCWSTR'
2>        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\winstrings.cc(406) : error C2664: 'MultiByteToWideChar' : cannot convert parameter 5 from 'UTF16 *' to 'LPWSTR'
2>        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\winstrings.cc(414) : fatal error C1903: unable to recover from previous error(s); stopping compilation
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\winstrings.cc(414) : error C2418: cannot delete browser file: ../../Link/Debug.Win32/TGBGame\winStrings.sbr
2>winSemaphore.cc
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\winsemaphore.cc : error C2471: cannot update program database 'c:\program files\garagegames\torquegamebuilder-1.7.2\engine\link\debug.win32\tgbgame.pdb'
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\winsemaphore.cc(59) : fatal error C1903: unable to recover from previous error(s); stopping compilation
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\winsemaphore.cc(59) : error C2418: cannot delete browser file: ../../Link/Debug.Win32/TGBGame\winSemaphore.sbr
#18
05/07/2008 (3:49 am)
2>winRedbook.cc
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\winredbook.cc : error C2471: cannot update program database 'c:\program files\garagegames\torquegamebuilder-1.7.2\engine\link\debug.win32\tgbgame.pdb'
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\winredbook.cc(130) : error C2440: '=' : cannot convert from 'UTF16 [512]' to 'LPCWSTR'
2>        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\winredbook.cc(480) : fatal error C1903: unable to recover from previous error(s); stopping compilation
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\winredbook.cc(480) : error C2418: cannot delete browser file: ../../Link/Debug.Win32/TGBGame\winRedbook.sbr
2>winProcessControl.cc
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\winprocesscontrol.cc : error C2471: cannot update program database 'c:\program files\garagegames\torquegamebuilder-1.7.2\engine\link\debug.win32\tgbgame.pdb'
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\winprocesscontrol.cc(28) : fatal error C1903: unable to recover from previous error(s); stopping compilation
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\winprocesscontrol.cc(28) : error C2418: cannot delete browser file: ../../Link/Debug.Win32/TGBGame\winProcessControl.sbr
2>winOpenAL.cc
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\winopenal.cc : error C2471: cannot update program database 'c:\program files\garagegames\torquegamebuilder-1.7.2\engine\link\debug.win32\tgbgame.pdb'
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\winopenal.cc(132) : fatal error C1903: unable to recover from previous error(s); stopping compilation
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\winopenal.cc(132) : error C2418: cannot delete browser file: ../../Link/Debug.Win32/TGBGame\winOpenAL.sbr
2>winOGLVideo.cc
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\winoglvideo.cc : error C2471: cannot update program database 'c:\program files\garagegames\torquegamebuilder-1.7.2\engine\link\debug.win32\tgbgame.pdb'
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\winoglvideo.cc(1240) : fatal error C1903: unable to recover from previous error(s); stopping compilation
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\winoglvideo.cc(1240) : error C2418: cannot delete browser file: ../../Link/Debug.Win32/TGBGame\winOGLVideo.sbr
2>winNet.cc
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\winnet.cc : error C2471: cannot update program database 'c:\program files\garagegames\torquegamebuilder-1.7.2\engine\link\debug.win32\tgbgame.pdb'
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\winnet.cc(827) : fatal error C1903: unable to recover from previous error(s); stopping compilation
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\winnet.cc(827) : error C2418: cannot delete browser file: ../../Link/Debug.Win32/TGBGame\winNet.sbr
2>winMemory.cc
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\winmemory.cc : error C2471: cannot update program database 'c:\program files\garagegames\torquegamebuilder-1.7.2\engine\link\debug.win32\tgbgame.pdb'
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\winmemory.cc(56) : fatal error C1903: unable to recover from previous error(s); stopping compilation
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\winmemory.cc(56) : error C2418: cannot delete browser file: ../../Link/Debug.Win32/TGBGame\winMemory.sbr
#19
05/07/2008 (3:50 am)
2>winInput.cc
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\wininput.cc : error C2471: cannot update program database 'c:\program files\garagegames\torquegamebuilder-1.7.2\engine\link\debug.win32\tgbgame.pdb'
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\wininput.cc(940) : fatal error C1903: unable to recover from previous error(s); stopping compilation
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\wininput.cc(940) : error C2418: cannot delete browser file: ../../Link/Debug.Win32/TGBGame\winInput.sbr
2>winGLSpecial.cc
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\winglspecial.cc : error C2471: cannot update program database 'c:\program files\garagegames\torquegamebuilder-1.7.2\engine\link\debug.win32\tgbgame.pdb'
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\winglspecial.cc(2826) : fatal error C1903: unable to recover from previous error(s); stopping compilation
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\winglspecial.cc(2826) : error C2418: cannot delete browser file: ../../Link/Debug.Win32/TGBGame\winGLSpecial.sbr
2>winGL.cc
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\wingl.cc : error C2471: cannot update program database 'c:\program files\garagegames\torquegamebuilder-1.7.2\engine\link\debug.win32\tgbgame.pdb'
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\wingl.cc(352) : error C2664: 'LoadLibraryW' : cannot convert parameter 1 from 'UTF16 [1024]' to 'LPCWSTR'
2>        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\wingl.cc(363) : error C2664: 'LoadLibraryW' : cannot convert parameter 1 from 'UTF16 [1024]' to 'LPCWSTR'
2>        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\wingl.cc(582) : fatal error C1903: unable to recover from previous error(s); stopping compilation
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\wingl.cc(582) : error C2418: cannot delete browser file: ../../Link/Debug.Win32/TGBGame\winGL.sbr
2>winFont.cc
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\winfont.cc : error C2471: cannot update program database 'c:\program files\garagegames\torquegamebuilder-1.7.2\engine\link\debug.win32\tgbgame.pdb'
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\winfont.cc(87) : error C2664: 'CreateFontW' : cannot convert parameter 14 from 'UTF16 [512]' to 'LPCWSTR'
2>        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\winfont.cc(169) : error C2664: 'GetTextExtentPoint32W' : cannot convert parameter 2 from 'UTF16 *' to 'LPCWSTR'
2>        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\winfont.cc(195) : error C2665: 'dStrlen' : none of the 3 overloads could convert all the argument types
2>        c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platform\platform.h(499): could be 'dsize_t dStrlen(const char *)'
2>        c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\core\unicode.h(94): or       'const U32 dStrlen(const UTF16 *)'
2>        c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\core\unicode.h(95): or       'const U32 dStrlen(const UTF32 *)'
2>        while trying to match the argument list '(WCHAR [32])'
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\winfont.cc(197) : error C2665: 'convertUTF16toUTF8' : none of the 2 overloads could convert all the argument types
2>        c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\core\unicode.h(69): could be 'const U32 convertUTF16toUTF8(const UTF16 *,UTF8 *,U32)'
2>        while trying to match the argument list '(WCHAR [32], FrameTemp<T>, const U32)'
2>        with
2>        [
2>            T=char
2>        ]
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\winfont.cc(206) : error C2664: 'EnumFontFamiliesW' : cannot convert parameter 2 from 'UTF16 *' to 'LPCWSTR'
2>        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\winfont.cc(243) : error C2664: 'CreateFontW' : cannot convert parameter 14 from 'UTF16 [512]' to 'LPCWSTR'
2>        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\winfont.cc(362) : error C2664: 'GetTextExtentPoint32W' : cannot convert parameter 2 from 'const UTF16 *' to 'LPCWSTR'
2>        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\winfont.cc(377) : fatal error C1903: unable to recover from previous error(s); stopping compilation
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\winfont.cc(377) : error C2418: cannot delete browser file: ../../Link/Debug.Win32/TGBGame\winFont.sbr
#20
05/07/2008 (3:51 am)
2>winFileio.cc
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\winfileio.cc : error C2471: cannot update program database 'c:\program files\garagegames\torquegamebuilder-1.7.2\engine\link\debug.win32\tgbgame.pdb'
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\winfileio.cc(138) : error C2664: 'CopyFileW' : cannot convert parameter 1 from 'UTF16 [1024]' to 'LPCWSTR'
2>        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\winfileio.cc(203) : error C2664: 'CopyFileW' : cannot convert parameter 1 from 'UTF16 [1024]' to 'LPCWSTR'
2>        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\winfileio.cc(285) : error C2664: 'CreateFileW' : cannot convert parameter 1 from 'UTF16 [2048]' to 'LPCWSTR'
2>        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\winfileio.cc(294) : error C2664: 'CreateFileW' : cannot convert parameter 1 from 'UTF16 [2048]' to 'LPCWSTR'
2>        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\winfileio.cc(303) : error C2664: 'CreateFileW' : cannot convert parameter 1 from 'UTF16 [2048]' to 'LPCWSTR'
2>        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\winfileio.cc(312) : error C2664: 'CreateFileW' : cannot convert parameter 1 from 'UTF16 [2048]' to 'LPCWSTR'
2>        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\winfileio.cc(598) : error C2664: 'FindFirstFileW' : cannot convert parameter 1 from 'UTF16 [1024]' to 'LPCWSTR'
2>        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\winfileio.cc(606) : error C2665: 'convertUTF16toUTF8' : none of the 2 overloads could convert all the argument types
2>        c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\core\unicode.h(69): could be 'const U32 convertUTF16toUTF8(const UTF16 *,UTF8 *,U32)'
2>        while trying to match the argument list '(WCHAR [260], UTF8 *, unsigned int)'
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\winfileio.cc(670) : error C2664: 'FindFirstFileW' : cannot convert parameter 1 from 'UTF16 [512]' to 'LPCWSTR'
2>        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\winfileio.cc(703) : error C2664: 'CreateDirectoryW' : cannot convert parameter 1 from 'UTF16 [1024]' to 'LPCWSTR'
2>        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\winfileio.cc(852) : error C2664: 'FindFirstFileW' : cannot convert parameter 1 from 'UTF16 [512]' to 'LPCWSTR'
2>        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\winfileio.cc(914) : error C2664: 'FindFirstFileW' : cannot convert parameter 1 from 'UTF16 [512]' to 'LPCWSTR'
2>        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
2>Implement UNICODE support for osGetTemporaryDirectory [01/23/2007 tom]
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\winfileio.cc(1294) : fatal error C1903: unable to recover from previous error(s); stopping compilation
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\winfileio.cc(1294) : error C2418: cannot delete browser file: ../../Link/Debug.Win32/TGBGame\winFileio.sbr
2>winExec.cc
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\winexec.cc : error C2471: cannot update program database 'c:\program files\garagegames\torquegamebuilder-1.7.2\engine\link\debug.win32\tgbgame.pdb'
2>Implement UNICODE support for ExecuteThread [12/14/2006 tom]
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\winexec.cc(119) : fatal error C1903: unable to recover from previous error(s); stopping compilation
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\winexec.cc(119) : error C2418: cannot delete browser file: ../../Link/Debug.Win32/TGBGame\winExec.sbr
2>winDirectInput.cc
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\windirectinput.cc : error C2471: cannot update program database 'c:\program files\garagegames\torquegamebuilder-1.7.2\engine\link\debug.win32\tgbgame.pdb'
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\windirectinput.cc(542) : fatal error C1903: unable to recover from previous error(s); stopping compilation
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\windirectinput.cc(542) : error C2418: cannot delete browser file: ../../Link/Debug.Win32/TGBGame\winDirectInput.sbr
2>winDInputDevice.cc
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\windinputdevice.cc : error C2471: cannot update program database 'c:\program files\garagegames\torquegamebuilder-1.7.2\engine\link\debug.win32\tgbgame.pdb'
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\windinputdevice.cc(566) : error C2665: 'convertUTF16toUTF8' : none of the 2 overloads could convert all the argument types
2>        c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\core\unicode.h(69): could be 'const U32 convertUTF16toUTF8(const UTF16 *,UTF8 *,U32)'
2>        while trying to match the argument list '(WCHAR [260], UTF8 [512], unsigned int)'
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\windinputdevice.cc(578) : error C2665: 'convertUTF16toUTF8' : none of the 2 overloads could convert all the argument types
2>        c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\core\unicode.h(69): could be 'const U32 convertUTF16toUTF8(const UTF16 *,UTF8 *,U32)'
2>        while trying to match the argument list '(WCHAR [260], UTF8 [512], unsigned int)'
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\windinputdevice.cc(1670) : fatal error C1903: unable to recover from previous error(s); stopping compilation
2>c:\program files\garagegames\torquegamebuilder-1.7.2\engine\source\platformwin32\windinputdevice.cc(1670) : error C2418: cannot delete browser file: ../../Link/Debug.Win32/TGBGame\winDInputDevice.sbr
Page «Previous 1 2