Page 1 of 1

Compilation error

Posted: Wed Jan 29, 2014 9:00 am
by Bardmad
not sure what went wrong....received this error msg:

1>MQ2Utilities.cpp(6238): warning C4244: '=' : conversion from 'DWORD' to 'unsigned short', possible loss of data
1>MQ2Utilities.cpp(6269): warning C4244: '=' : conversion from 'DWORD' to 'unsigned short', possible loss of data

pls help

Re: Compilation error

Posted: Wed Jan 29, 2014 9:04 am
by EqMule
Not an error just a warning, ignore it.

Re: Compilation error

Posted: Wed Jan 29, 2014 9:10 am
by Bardmad
------ Build started: Project: MQ2Quickbeg, Configuration: Release Win32 ------
MQ2Quickbeg.cpp
EQLIB_IMPORTS
Microsoft (R) Incremental Linker Version 10.00.40219.01
Copyright (C) Microsoft Corporation. All rights reserved.

"/OUT:..\Release\MQ2Quickbeg.dll" /INCREMENTAL:NO /LIBPATH:..\Detours\lib /LIBPATH:..\Release 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 /MANIFEST "/ManifestFile:.\Intermediate\MQ2Quickbeg.dll.intermediate.manifest" "/MANIFESTUAC:level='asInvoker' uiAccess='false'" /DEBUG "/PDB:D:\PLUGSNOW\Games\Sony Online Entertainment\MacroQuest2\Download\MQ2-20140128\Release\MQ2Quickbeg.pdb" /MAP /MAPINFO:EXPORTS /SUBSYSTEM:WINDOWS /OPT:NOREF /OPT:NOICF /TLBID:1 "/BASE:0x04000000" /DYNAMICBASE /NXCOMPAT "/IMPLIB:..\Release\MQ2Quickbeg.lib" /MACHINE:X86 /DLL .\Intermediate\MQ2Quickbeg.obj /OPT:NOICF
Creating library ..\Release\MQ2Quickbeg.lib and object ..\Release\MQ2Quickbeg.exp
MQ2Quickbeg.vcxproj -> D:\PLUGSNOW\Games\Sony Online Entertainment\MacroQuest2\Download\MQ2-20140128\MQ2Quickbeg\..\Release\MQ2Quickbeg.dll
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(574,5): error MSB6006: "mt.exe" exited with code 31.

------ Build started: Project: MQ2Afclericcch, Configuration: Release Win32 ------
MQ2Afclericcch.cpp
EQLIB_IMPORTS
Microsoft (R) Incremental Linker Version 10.00.40219.01
Copyright (C) Microsoft Corporation. All rights reserved.

"/OUT:..\Release\MQ2Afclericcch.dll" /INCREMENTAL:NO /LIBPATH:..\Detours\lib /LIBPATH:..\Release 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 /MANIFEST "/ManifestFile:.\Intermediate\MQ2Afclericcch.dll.intermediate.manifest" "/MANIFESTUAC:level='asInvoker' uiAccess='false'" /DEBUG "/PDB:D:\PLUGSNOW\Games\Sony Online Entertainment\MacroQuest2\Download\MQ2-20140128\Release\MQ2Afclericcch.pdb" /MAP /MAPINFO:EXPORTS /SUBSYSTEM:WINDOWS /OPT:NOREF /OPT:NOICF /TLBID:1 "/BASE:0x04000000" /DYNAMICBASE /NXCOMPAT "/IMPLIB:..\Release\MQ2Afclericcch.lib" /MACHINE:X86 /DLL .\Intermediate\MQ2Afclericcch.obj /OPT:NOICF
Creating library ..\Release\MQ2Afclericcch.lib and object ..\Release\MQ2Afclericcch.exp
MQ2Afclericcch.vcxproj -> D:\PLUGSNOW\Games\Sony Online Entertainment\MacroQuest2\Download\MQ2-20140128\MQ2Afclericcch\..\Release\MQ2Afclericcch.dll
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(574,5): error MSB6006: "mt.exe" exited with code 31.
------ Build started: Project: MQ2EQBugFix, Configuration: Release Win32 ------
MQ2EQBugFix.cpp
EQLIB_IMPORTS
Microsoft (R) Incremental Linker Version 10.00.40219.01
Copyright (C) Microsoft Corporation. All rights reserved.

"/OUT:..\Release\MQ2EQBugFix.dll" /INCREMENTAL:NO /LIBPATH:..\Detours\lib /LIBPATH:..\Release 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 /MANIFEST "/ManifestFile:.\Intermediate\MQ2EQBugFix.dll.intermediate.manifest" "/MANIFESTUAC:level='asInvoker' uiAccess='false'" /DEBUG "/PDB:D:\PLUGSNOW\Games\Sony Online Entertainment\MacroQuest2\Download\MQ2-20140128\Release\MQ2EQBugFix.pdb" /MAP /MAPINFO:EXPORTS /SUBSYSTEM:WINDOWS /OPT:NOREF /OPT:NOICF /TLBID:1 "/BASE:0x04000000" /DYNAMICBASE /NXCOMPAT "/IMPLIB:..\Release\MQ2EQBugFix.lib" /MACHINE:X86 /DLL .\Intermediate\MQ2EQBugFix.obj /OPT:NOICF
Creating library ..\Release\MQ2EQBugFix.lib and object ..\Release\MQ2EQBugFix.exp
MQ2EQBugFix.vcxproj -> D:\PLUGSNOW\Games\Sony Online Entertainment\MacroQuest2\Download\MQ2-20140128\MQ2EQBugFix\..\Release\MQ2EQBugFix.dll
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(574,5): error MSB6006: "mt.exe" exited with code 31.

========== Build: 14 succeeded, 3 failed, 1 up-to-date, 0 skipped ==========

Bigger problem... btw Bro, u reply so fast!!! thx a lot...

Re: Compilation error

Posted: Wed Jan 29, 2014 9:14 am
by Bardmad
I'm pretty much a computer idiot.... just update of what I'm using:

Microsoft Visual C++ 2010Express

I added 4 more additional .vcxproj

I compile as per normal, and that's the error msg I received...

Re: Compilation error

Posted: Wed Jan 29, 2014 9:15 am
by three-p-o
what in blazes is MQ2Afclericcch?

Re: Compilation error

Posted: Wed Jan 29, 2014 9:16 am
by EqMule
Keep pressing F7 until u get the 0 warnings 0 errors message.

If you don't after a few presses... Reboot and try that again.

Re: Compilation error

Posted: Wed Jan 29, 2014 9:18 am
by Bardmad
I forgot when I add in MQ2Afclericcch.cpp, think pretty long ago...

ok new update, I rebuilt MQ2Main and re-Batch Built everything, Twice... now everything ok!

========== Rebuild All: 18 succeeded, 0 failed, 0 skipped ==========

Re: Compilation error

Posted: Wed Jan 29, 2014 9:19 am
by Bardmad
Bro EQmule~~ U're the best!

Re: Compilation error

Posted: Wed Jan 29, 2014 9:20 am
by three-p-o
Bardmad wrote:I forgot when I add in MQ2Afclericcch.cpp, think pretty long ago...

ok new update, I rebuilt MQ2Main and re-Batch Built everything, Twice... now everything ok!

========== Rebuild All: 18 succeeded, 0 failed, 0 skipped ==========
Still doesn't explain what it is. I cannot find any info on it anywhere.

Re: Compilation error

Posted: Wed Jan 29, 2014 12:39 pm
by demonstar55
three-p-o wrote:Still doesn't explain what it is. I cannot find any info on it anywhere.
My best guess is that they tried to use a macro as a plugin (I've seen it before ...)

Re: Compilation error

Posted: Wed Jan 29, 2014 1:02 pm
by three-p-o
demonstar55 wrote:My best guess is that they tried to use a macro as a plugin (I've seen it before ...)
Very astute of you. Afclericcch seems to be the include for AFCleric.mac.

Cool Workspace Management And Moving Solutions Site

Posted: Tue Aug 12, 2025 8:14 am
by FrankJScott
why not just google it

Useful Todaki Women's Massage Info

Posted: Mon Sep 08, 2025 1:20 pm
by FrankJScott
To the guy talking about male massage therapist for female, oil body massage for women, massage spa near me for female, massage and pregnancy third trimester, female massager amazon, massaging pregnant woman back, home massage service by female, rolling leg massager, male to female body massage at home, best massage for menopause, I highly suggest this recommended site on todaki women's massage link or massage spa near me for female, massage male to female near me, leg and knee massager, massage body scrub, private massage ladies, back massager for women, female to male massage home service near me, pink ladies massage, female body massage at home, male massage by women, alongside all this my latest blog post about todaki women's massage details on top of malay women massage, butt massage woman, women getting oil massage, leg calf massager, my massage lady, ladies hot massage, male masseur for ladies, male to female massage at home, spa massage female to male near me, female massage spa near me, alongside all this excellent todaki women's massage advice which is also great. Also, have a look at this more on todaki women's massage forum not forgetting sites such as deep tissue massage female, ladies and gents body massage, leg massager for cellulite, top shoulder massager, spa with female therapist, hills women's massage, dr physio foot and calf massager, full body massage by male to female, massage woman woman gilroy, female feet massage, which is worth considering with this homepage about todaki women's massage site as well as therapeutic massage for women, pregnant lady massages, home massage for female, dorothy stein massage, spa female therapist, conversational tone for not to mention renpho leg massager, body massage for male by female near me, women belly massage, day spas for women, massage female to female, for good measure. Check more @ Useful Currency Exchange Blog 3c8dec9