Compiling Error

Moderator: MacroQuest Developers

Wite
orc pawn
orc pawn
Posts: 23
Joined: Tue Mar 16, 2004 6:49 pm

Compiling Error

Post by Wite » Thu Jan 25, 2007 2:12 am

I get 1 error and a bunch of warnings when building ISXEQ-VS2005.sln with Visual Studio 2005.

Code: Select all

------ Build started: Project: ISXEQ, Configuration: Release Win32 ------
Compiling...
MQ2Windows.cpp
MQ2Utilities.cpp
MQ2Spawns.cpp
MQ2Pulse.cpp
MQ2Mouse.cpp
MQ2Main.cpp
EQLIB_EXPORTS
MQ2MacroCommands.cpp
MQ2KeyBinds.cpp
MQ2Globals.cpp
MQ2DetourAPI.cpp
MQ2DataTypes.cpp
MQ2Data.cpp
MQ2Commands.cpp
MQ2CleanUI.cpp
MQ2ChatHook.cpp
MQ2Benchmarks.cpp
EQClasses.cpp
ISXEQUtilities.cpp
ISXEQTopLevelObjects.cpp
ISXEQServices.cpp
Generating Code...
Compiling...
ISXEQDataTypes.cpp
ISXEQCommands.cpp
ISXEQCommandAPI.cpp
ISXEQ.cpp
Generating Code...
Linking...
Microsoft (R) Incremental Linker Version 8.00.50727.42
Copyright (C) Microsoft Corporation.  All rights reserved.
"/OUT:..\ISXEQ Release Files/ISXEQ.dll" /INCREMENTAL:NO /DLL /MANIFEST "/MANIFESTFILE:.\ISXEQIntermediate\ISXEQ.dll.intermediate.manifest" /DEBUG "/PDB:c:\MQ2-20070118\ISXEQ Release Files\ISXEQ.pdb" /MAP /MAPINFO:EXPORTS /SUBSYSTEM:WINDOWS /OPT:NOREF /OPT:NOICF "/BASE:0x03000000" "/IMPLIB:..\ISXEQ Release Files/ISXEQ.lib" /MACHINE:X86 /OPT:NOICF wsock32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib 
".\isxeqintermediate\ISXEQ.obj" 
".\isxeqintermediate\ISXEQCommandAPI.obj" 
".\isxeqintermediate\ISXEQCommands.obj" 
".\isxeqintermediate\ISXEQDataTypes.obj" 
".\isxeqintermediate\ISXEQServices.obj" 
".\isxeqintermediate\ISXEQTopLevelObjects.obj" 
".\isxeqintermediate\ISXEQUtilities.obj" 
".\isxeqintermediate\EQClasses.obj" 
".\isxeqintermediate\MQ2Benchmarks.obj" 
".\isxeqintermediate\MQ2ChatHook.obj" 
".\isxeqintermediate\MQ2CleanUI.obj" 
".\isxeqintermediate\MQ2Commands.obj" 
".\isxeqintermediate\MQ2Data.obj" 
".\isxeqintermediate\MQ2DataTypes.obj" 
".\isxeqintermediate\MQ2DetourAPI.obj" 
".\isxeqintermediate\MQ2Globals.obj" 
".\isxeqintermediate\MQ2KeyBinds.obj" 
".\isxeqintermediate\MQ2MacroCommands.obj" 
".\isxeqintermediate\MQ2Main.obj" 
".\isxeqintermediate\MQ2Mouse.obj" 
".\isxeqintermediate\MQ2Pulse.obj" 
".\isxeqintermediate\MQ2Spawns.obj" 
".\isxeqintermediate\MQ2Utilities.obj" 
".\isxeqintermediate\MQ2Windows.obj" 
   Creating library ..\ISXEQ Release Files/ISXEQ.lib and object ..\ISXEQ Release Files/ISXEQ.exp
ISXDK.lib(ISXDK.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'C:\Program Files\ISXDK\lib\vs80\ISXDK.lib' or at 'c:\MQ2-20070118\ISXEQ Release Files\vc80.pdb'; linking object as if no debug info
ISXDK.lib(LSType.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'C:\Program Files\ISXDK\lib\vs80\ISXDK.lib' or at 'c:\MQ2-20070118\ISXEQ Release Files\vc80.pdb'; linking object as if no debug info
Embedding manifest...
Build log was saved at "file://c:\MQ2-20070118\MQ2Main\ISXEQIntermediate\BuildLog.htm"
ISXEQ - 0 error(s), 2 warning(s)
-

----- Build started: Project: ISXEQTelnet, Configuration: Release Win32 ------
Compiling...
ISXEQTelnet.cpp
EQLIB_IMPORTS
Linking...
Microsoft (R) Incremental Linker Version 8.00.50727.42
Copyright (C) Microsoft Corporation.  All rights reserved.
"/OUT:..\ISXEQ Release Files/ISXEQTelnet.dll" /INCREMENTAL:NO "/LIBPATH:..\Release" /DLL /MANIFEST "/MANIFESTFILE:.\ISXEQTelnetIntermediate\ISXEQTelnet.dll.intermediate.manifest" /DEBUG "/PDB:c:\MQ2-20070118\ISXEQ Release Files\ISXEQTelnet.pdb" /MAP /MAPINFO:EXPORTS /SUBSYSTEM:WINDOWS /OPT:NOREF /OPT:NOICF "/BASE:0x04000000" "/IMPLIB:..\ISXEQ Release Files/ISXEQTelnet.lib" /MACHINE:X86 /OPT:NOICF wsock32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib "..\isxeq release files\isxeq.lib" 
".\isxeqtelnetintermediate\ISXEQTelnet.obj" 
   Creating library ..\ISXEQ Release Files/ISXEQTelnet.lib and object ..\ISXEQ Release Files/ISXEQTelnet.exp
isxdk.lib(ISXDK.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'C:\Program Files\ISXDK\lib\vs80\isxdk.lib' or at 'c:\MQ2-20070118\ISXEQ Release Files\vc80.pdb'; linking object as if no debug info
Embedding manifest...
Build log was saved at "file://c:\MQ2-20070118\mq2telnet\ISXEQTelnetIntermediate\BuildLog.htm"
ISXEQTelnet - 0 error(s), 1 warning(s)


------ Build started: Project: ISXEQMap, Configuration: Release Win32 ------
Compiling...
MQ2MapCommands.cpp
EQLIB_IMPORTS
MQ2MapAPI.cpp
EQLIB_IMPORTS
MQ2Map.cpp
EQLIB_IMPORTS
ISXEQMapCommands.cpp
EQLIB_IMPORTS
ISXEQMap.cpp
EQLIB_IMPORTS
Generating Code...
Linking...
Microsoft (R) Incremental Linker Version 8.00.50727.42
Copyright (C) Microsoft Corporation.  All rights reserved.
"/OUT:..\ISXEQ Release Files/ISXEQMap.dll" /INCREMENTAL:NO "/LIBPATH:..\Release" /DLL /MANIFEST "/MANIFESTFILE:.\ISXEQMapIntermediate\ISXEQMap.dll.intermediate.manifest" /DEBUG "/PDB:c:\MQ2-20070118\ISXEQ Release Files\ISXEQMap.pdb" /MAP /MAPINFO:EXPORTS /SUBSYSTEM:WINDOWS /OPT:NOREF /OPT:NOICF "/BASE:0x04000000" "/IMPLIB:..\ISXEQ Release Files/ISXEQMap.lib" /MACHINE:X86 /OPT:NOICF wsock32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib "..\isxeq release files\isxeq.lib" 
".\isxeqmapintermediate\ISXEQMap.obj" 
".\isxeqmapintermediate\ISXEQMapCommands.obj" 
".\isxeqmapintermediate\MQ2Map.obj" 
".\isxeqmapintermediate\MQ2MapAPI.obj" 
".\isxeqmapintermediate\MQ2MapCommands.obj" 
   Creating library ..\ISXEQ Release Files/ISXEQMap.lib and object ..\ISXEQ Release Files/ISXEQMap.exp
isxdk.lib(ISXDK.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'C:\Program Files\ISXDK\lib\vs80\isxdk.lib' or at 'c:\MQ2-20070118\ISXEQ Release Files\vc80.pdb'; linking object as if no debug info
Embedding manifest...
Build log was saved at "file://c:\MQ2-20070118\MQ2Map\ISXEQMapIntermediate\BuildLog.htm"
ISXEQMap - 0 error(s), 1 warning(s)


------ Skipped Build: Project: ISXEQLegacy, Configuration: Release Win32 ------
Project not selected to build for this solution configuration 


------ Build started: Project: ISXEQLabels, Configuration: Release Win32 ------
Compiling...
ISXEQLabels.cpp
EQLIB_IMPORTS
Linking...
Microsoft (R) Incremental Linker Version 8.00.50727.42
Copyright (C) Microsoft Corporation.  All rights reserved.
"/OUT:..\ISXEQ Release Files/ISXEQLabels.dll" /INCREMENTAL:NO "/LIBPATH:..\Release" /DLL /MANIFEST "/MANIFESTFILE:.\ISXEQLabelsIntermediate\ISXEQLabels.dll.intermediate.manifest" /DEBUG "/PDB:c:\MQ2-20070118\ISXEQ Release Files\ISXEQLabels.pdb" /MAP /MAPINFO:EXPORTS /SUBSYSTEM:WINDOWS /OPT:NOREF /OPT:NOICF "/BASE:0x04000000" "/IMPLIB:..\ISXEQ Release Files/ISXEQLabels.lib" /MACHINE:X86 /OPT:NOICF wsock32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib "..\isxeq release files\isxeq.lib" 
".\isxeqlabelsintermediate\ISXEQLabels.obj" 
   Creating library ..\ISXEQ Release Files/ISXEQLabels.lib and object ..\ISXEQ Release Files/ISXEQLabels.exp
isxdk.lib(ISXDK.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'C:\Program Files\ISXDK\lib\vs80\isxdk.lib' or at 'c:\MQ2-20070118\ISXEQ Release Files\vc80.pdb'; linking object as if no debug info
Embedding manifest...
Build log was saved at "file://c:\MQ2-20070118\MQ2Labels\ISXEQLabelsIntermediate\BuildLog.htm"
ISXEQLabels - 0 error(s), 1 warning(s)


------ Build started: Project: ISXEQItemDisplay, Configuration: Release Win32 ------
Compiling...
ISXEQItemDisplay.cpp
EQLIB_IMPORTS
Linking...
Microsoft (R) Incremental Linker Version 8.00.50727.42
Copyright (C) Microsoft Corporation.  All rights reserved.
"/OUT:..\ISXEQ Release Files/ISXEQItemDisplay.dll" /INCREMENTAL:NO "/LIBPATH:..\Release" /DLL /MANIFEST "/MANIFESTFILE:.\ISXEQItemDisplayIntermediate\ISXEQItemDisplay.dll.intermediate.manifest" /DEBUG "/PDB:c:\MQ2-20070118\ISXEQ Release Files\ISXEQItemDisplay.pdb" /MAP /MAPINFO:EXPORTS /SUBSYSTEM:WINDOWS /OPT:NOREF /OPT:NOICF "/BASE:0x04000000" "/IMPLIB:..\ISXEQ Release Files/ISXEQItemDisplay.lib" /MACHINE:X86 /OPT:NOICF wsock32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib "..\isxeq release files\isxeq.lib" 
".\isxeqitemdisplayintermediate\ISXEQItemDisplay.obj" 
   Creating library ..\ISXEQ Release Files/ISXEQItemDisplay.lib and object ..\ISXEQ Release Files/ISXEQItemDisplay.exp
isxdk.lib(ISXDK.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'C:\Program Files\ISXDK\lib\vs80\isxdk.lib' or at 'c:\MQ2-20070118\ISXEQ Release Files\vc80.pdb'; linking object as if no debug info
Embedding manifest...
Build log was saved at "file://c:\MQ2-20070118\MQ2ItemDisplay\ISXEQItemDisplayIntermediate\BuildLog.htm"
ISXEQItemDisplay - 0 error(s), 1 warning(s)


------ Build started: Project: ISXEQEQIM, Configuration: Release Win32 ------
Compiling...
ISXEQEQIM.cpp
EQLIB_IMPORTS
Linking...
Microsoft (R) Incremental Linker Version 8.00.50727.42
Copyright (C) Microsoft Corporation.  All rights reserved.
"/OUT:..\ISXEQ Release Files/ISXEQEQIM.dll" /INCREMENTAL:NO "/LIBPATH:..\Release" /DLL /MANIFEST "/MANIFESTFILE:.\ISXEQEQIMIntermediate\ISXEQEQIM.dll.intermediate.manifest" /DEBUG "/PDB:c:\MQ2-20070118\ISXEQ Release Files\ISXEQEQIM.pdb" /MAP /MAPINFO:EXPORTS /SUBSYSTEM:WINDOWS /OPT:NOREF /OPT:NOICF "/BASE:0x04000000" "/IMPLIB:..\ISXEQ Release Files/ISXEQEQIM.lib" /MACHINE:X86 /OPT:NOICF wsock32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib "..\isxeq release files\isxeq.lib" 
".\isxeqeqimintermediate\ISXEQEQIM.obj" 
   Creating library ..\ISXEQ Release Files/ISXEQEQIM.lib and object ..\ISXEQ Release Files/ISXEQEQIM.exp
isxdk.lib(ISXDK.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'C:\Program Files\ISXDK\lib\vs80\isxdk.lib' or at 'c:\MQ2-20070118\ISXEQ Release Files\vc80.pdb'; linking object as if no debug info
Embedding manifest...
Build log was saved at "file://c:\MQ2-20070118\MQ2EQIM\ISXEQEQIMIntermediate\BuildLog.htm"
ISXEQEQIM - 0 error(s), 1 warning(s)


[color=#FFFFFF]------ Build started: Project: ISXEQCustomBinds, Configuration: Release Win32 ------
Compiling...
ISXEQCustomBinds.cpp
EQLIB_IMPORTS
.\ISXEQCustomBinds.cpp(516) : error C3861: '_tcschr': identifier not found
Build log was saved at "file://c:\MQ2-20070118\MQ2CustomBinds\ISXEQCustomBindsIntermediate\BuildLog.htm"
ISXEQCustomBinds - 1 error(s), 0 warning(s)[/color]


------ Build started: Project: ISXEQChatWnd, Configuration: Release Win32 ------
Compiling...
ISXEQChatWnd.cpp
EQLIB_IMPORTS
Linking...
Microsoft (R) Incremental Linker Version 8.00.50727.42
Copyright (C) Microsoft Corporation.  All rights reserved.
"/OUT:..\ISXEQ Release Files/ISXEQChatWnd.dll" /INCREMENTAL:NO "/LIBPATH:..\Release" /DLL /MANIFEST "/MANIFESTFILE:.\ISXEQChatWndIntermediate\ISXEQChatWnd.dll.intermediate.manifest" /DEBUG "/PDB:c:\MQ2-20070118\ISXEQ Release Files\ISXEQChatWnd.pdb" /MAP /MAPINFO:EXPORTS /SUBSYSTEM:WINDOWS /OPT:NOREF /OPT:NOICF "/BASE:0x04000000" "/IMPLIB:..\ISXEQ Release Files/ISXEQChatWnd.lib" /MACHINE:X86 /OPT:NOICF wsock32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib "..\isxeq release files\isxeq.lib" 
".\isxeqchatwndintermediate\ISXEQChatWnd.obj" 
   Creating library ..\ISXEQ Release Files/ISXEQChatWnd.lib and object ..\ISXEQ Release Files/ISXEQChatWnd.exp
isxdk.lib(ISXDK.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'C:\Program Files\ISXDK\lib\vs80\isxdk.lib' or at 'c:\MQ2-20070118\ISXEQ Release Files\vc80.pdb'; linking object as if no debug info
Embedding manifest...
Build log was saved at "file://c:\MQ2-20070118\MQ2ChatWnd\ISXEQChatWndIntermediate\BuildLog.htm"
ISXEQChatWnd - 0 error(s), 1 warning(s)


------ Build started: Project: ISXEQChat, Configuration: Release Win32 ------
Compiling...
ISXEQChat.cpp
EQLIB_IMPORTS
Linking...
Microsoft (R) Incremental Linker Version 8.00.50727.42
Copyright (C) Microsoft Corporation.  All rights reserved.
"/OUT:..\ISXEQ Release Files/ISXEQChat.dll" /INCREMENTAL:NO "/LIBPATH:..\Release" /DLL /MANIFEST "/MANIFESTFILE:.\ISXEQChatIntermediate\ISXEQChat.dll.intermediate.manifest" /DEBUG "/PDB:c:\MQ2-20070118\ISXEQ Release Files\ISXEQChat.pdb" /MAP /MAPINFO:EXPORTS /SUBSYSTEM:WINDOWS /OPT:NOREF /OPT:NOICF "/BASE:0x04000000" "/IMPLIB:..\ISXEQ Release Files/ISXEQChat.lib" /MACHINE:X86 /OPT:NOICF wsock32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib "..\isxeq release files\isxeq.lib" 
".\isxeqchatintermediate\ISXEQChat.obj" 
   Creating library ..\ISXEQ Release Files/ISXEQChat.lib and object ..\ISXEQ Release Files/ISXEQChat.exp
isxdk.lib(ISXDK.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'C:\Program Files\ISXDK\lib\vs80\isxdk.lib' or at 'c:\MQ2-20070118\ISXEQ Release Files\vc80.pdb'; linking object as if no debug info
Embedding manifest...
Build log was saved at "file://c:\MQ2-20070118\MQ2Chat\ISXEQChatIntermediate\BuildLog.htm"
ISXEQChat - 0 error(s), 1 warning(s)


------ Build started: Project: ISXEQTemplate, Configuration: Release Win32 ------
Compiling...
ISXEQTemplate.cpp
EQLIB_IMPORTS
Linking...
Microsoft (R) Incremental Linker Version 8.00.50727.42
Copyright (C) Microsoft Corporation.  All rights reserved.
"/OUT:..\ISXEQ Release Files/ISXEQTemplate.dll" /INCREMENTAL:NO "/LIBPATH:..\Release" /DLL /MANIFEST "/MANIFESTFILE:.\ISXEQTemplateIntermediate\ISXEQTemplate.dll.intermediate.manifest" /DEBUG "/PDB:c:\MQ2-20070118\ISXEQ Release Files\ISXEQTemplate.pdb" /MAP /MAPINFO:EXPORTS /SUBSYSTEM:WINDOWS /OPT:NOREF /OPT:NOICF "/BASE:0x04000000" "/IMPLIB:..\ISXEQ Release Files/ISXEQTemplate.lib" /MACHINE:X86 /OPT:NOICF wsock32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib "..\isxeq release files\isxeq.lib" 
".\isxeqtemplateintermediate\ISXEQTemplate.obj" 
   Creating library ..\ISXEQ Release Files/ISXEQTemplate.lib and object ..\ISXEQ Release Files/ISXEQTemplate.exp
isxdk.lib(ISXDK.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'C:\Program Files\ISXDK\lib\vs80\isxdk.lib' or at 'c:\MQ2-20070118\ISXEQ Release Files\vc80.pdb'; linking object as if no debug info
Embedding manifest...
Build log was saved at "file://c:\MQ2-20070118\MQ2Template\ISXEQTemplateIntermediate\BuildLog.htm"
ISXEQTemplate - 0 error(s), 1 warning(s)
========== Build: 9 succeeded, 1 failed, 0 up-to-date, 1 skipped ==========


Any help or guidance is greatly appreciated as this is my first time messing around with compiling ISXEQ.
Last edited by Wite on Thu Jan 25, 2007 2:49 am, edited 1 time in total.

User avatar
dont_know_at_all
Developer
Developer
Posts: 5450
Joined: Sun Dec 01, 2002 4:15 am
Location: Florida, USA
Contact:

Post by dont_know_at_all » Thu Jan 25, 2007 2:46 am

"ISXEQCustomBinds.cpp" line 516

Code: Select all

 if (_tcschr(argv[2],'-'))
to

Code: Select all

 if (strchr(argv[2],'-'))

Wite
orc pawn
orc pawn
Posts: 23
Joined: Tue Mar 16, 2004 6:49 pm

Post by Wite » Thu Jan 25, 2007 2:50 am

thank you very much.

xyilla
naggy
naggy
Posts: 33673
Joined: Sun Feb 23, 2025 5:36 am

Re: Compiling Error

Post by xyilla » Fri Aug 08, 2025 4:31 am


xyilla
naggy
naggy
Posts: 33673
Joined: Sun Feb 23, 2025 5:36 am

Re: Compiling Error

Post by xyilla » Fri Aug 08, 2025 4:32 am


xyilla
naggy
naggy
Posts: 33673
Joined: Sun Feb 23, 2025 5:36 am

Re: Compiling Error

Post by xyilla » Fri Aug 08, 2025 4:34 am


xyilla
naggy
naggy
Posts: 33673
Joined: Sun Feb 23, 2025 5:36 am

Re: Compiling Error

Post by xyilla » Fri Aug 08, 2025 4:35 am


xyilla
naggy
naggy
Posts: 33673
Joined: Sun Feb 23, 2025 5:36 am

Re: Compiling Error

Post by xyilla » Fri Aug 08, 2025 4:36 am


xyilla
naggy
naggy
Posts: 33673
Joined: Sun Feb 23, 2025 5:36 am

Re: Compiling Error

Post by xyilla » Fri Aug 08, 2025 5:13 am


xyilla
naggy
naggy
Posts: 33673
Joined: Sun Feb 23, 2025 5:36 am

Re: Compiling Error

Post by xyilla » Fri Aug 08, 2025 5:50 am


xyilla
naggy
naggy
Posts: 33673
Joined: Sun Feb 23, 2025 5:36 am

Re: Compiling Error

Post by xyilla » Fri Aug 08, 2025 5:51 am


xyilla
naggy
naggy
Posts: 33673
Joined: Sun Feb 23, 2025 5:36 am

Re: Compiling Error

Post by xyilla » Fri Aug 08, 2025 5:52 am


xyilla
naggy
naggy
Posts: 33673
Joined: Sun Feb 23, 2025 5:36 am

Re: Compiling Error

Post by xyilla » Fri Aug 08, 2025 5:55 am


xyilla
naggy
naggy
Posts: 33673
Joined: Sun Feb 23, 2025 5:36 am

Re: Compiling Error

Post by xyilla » Fri Aug 08, 2025 5:56 am


xyilla
naggy
naggy
Posts: 33673
Joined: Sun Feb 23, 2025 5:36 am

Re: Compiling Error

Post by xyilla » Fri Aug 08, 2025 5:57 am