Next Generation Emulation banner
1 - 11 of 641 Posts
Hi, since Revs of today i've got this problem with global.cpp of DSP NULL because there isn't enough arguments.

1>------ Début de la régénération globale*: Projet*: Common, Configuration*: Debug Win32 ------
1>Suppression des fichiers de sortie et des fichiers intermédiaires du projet 'Common', configuration 'Debug|Win32'
1>Exécution d'un événement avant génération...
1>SubWCRev: 'K:\Developpement\dolphin-emu-read-only\Source'
1>Last committed at revision 1166
1>Updated to revision 1166
1>Compilation en cours...
1>stdafx.cpp
1>Compilation en cours...
1>ChunkFile.cpp
1>Common.cpp
1>CPUDetect.cpp
1>DriveUtil.cpp
1>DynamicLibrary.cpp
1>ExtendedTrace.cpp
1>FileSearch.cpp
1>FileUtil.cpp
1>Hash.cpp
1>IniFile.cpp
1>MappedFile.cpp
1>MathUtil.cpp
1>MemArena.cpp
1>MemoryUtil.cpp
1>Plugin.cpp
1>StringUtil.cpp
1>.\Src\StringUtil.cpp(386) : warning C4018: '<'*: incompatibilité signed/unsigned
1>TestFramework.cpp
1>Thread.cpp
1>Thunk.cpp
1>Timer.cpp
1>Génération de code en cours...
1>Compilation en cours...
1>WaveFile.cpp
1>x64Analyzer.cpp
1>x64Emitter.cpp
1>ABI.cpp
1>Génération de code en cours...
1>k:\developpement\dolphin-emu-read-only\source\core\common\src\wavefile.cpp(61) : warning C4715: 'WaveFileWriter::Start'*: les chemins de contrĂ´le ne retournent pas tous une valeur
1>Bibliothèque en cours de création...
1>stdafx.obj : warning LNK4221: aucun symbole public trouvé*; les membres archive ne seront pas accessibles
1>Le journal de génération a été enregistré à l'emplacement "file://k:\Developpement\dolphin-emu-read-only\Source\Core\Common\Win32\Debug\BuildLog.htm"
1>Common - 0 erreur(s), 3 avertissement(s)
2>------ Début de la régénération globale*: Projet*: Plugin_DSP_NULL, Configuration*: Debug Win32 ------
2>Suppression des fichiers de sortie et des fichiers intermédiaires du projet 'Plugin_DSP_NULL', configuration 'Debug|Win32'
2>Compilation en cours...
2>cl*: Ligne de commande warning D9035*: l'option 'Wp64' est désapprouvée et sera supprimée dans une version ultérieure
2>UCode_InitAudioSystem.cpp
2>UCode_Jac.cpp
2>UCode_ROM.cpp
2>UCode_Zelda.cpp
2>UCodes.cpp
2>UCode_AX.cpp
2>DSPHandler.cpp
2>Globals.cpp
2>k:\developpement\dolphin-emu-read-only\source\plugins\plugin_dsp_null\src\globals.cpp(22) : error C2198: 'TLogv'*: pas assez d'arguments pour un appel
2>MailHandler.cpp
2>main.cpp
2>UCode_CARD.cpp
2>Génération de code en cours...
2>Le journal de génération a été enregistré à l'emplacement "file://k:\Developpement\dolphin-emu-read-only\Source\Plugins\Plugin_DSP_NULL\Win32\Debug\BuildLog.htm"
2>Plugin_DSP_NULL - 1 erreur(s), 1 avertissement(s)
========== Régénération globale*: 1 a réussi, 1 a échoué, 0 a été ignoré ==========
If it exists for others, maybe a correction in Revs?

"2>k:\developpement\dolphin-emu-read-only\source\plugins\plugin_dsp_null\src\globals.cp p(22) : error C2198: 'TLogv'*: pas assez d'arguments pour un appel"

It means :
"2>k:\developpement\dolphin-emu-read-only\source\plugins\plugin_dsp_null\src\globals.cp p(22) : error C2198: 'TLogv'*: not enough argument for calling"

So it correspond to this line : "g_dspInitialize.pLog(Msg);"

Edit : I modify the source code to that "g_dspInitialize.pLog(Msg,FALSE);" and now it works thanks to a source code about pLog which explain that now it exists 2 arguments with pLog() function. So it must be corrected in a new Rev.
 
I know it because i am developper too ^^ (still student and soon engineer, just one year again but not enough skilled compare to here). But i say it to be corrected without search :p (since my edit).

Edit : I compiled Debug Version >< maybe it was just for debug mode this problem. grrr.
 
1 - 11 of 641 Posts