• Login
  • Register
  • Dolphin Forums
  • Home
  • FAQ
  • Download
  • Wiki
  • Code


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › Development Discussion v
« Previous 1 ... 83 84 85 86 87 ... 117 Next »

Build with VC++ 2010
View New Posts | View Today's Posts

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
Build with VC++ 2010
05-24-2010, 05:44 AM
#1
newneo85 Offline
Junior Member
**
Posts: 24
Threads: 5
Joined: May 2009
I can't open Dolphin.sln project in Visual Studio C++ 2010, it continues to give some conversions error when i try to open it and then don't let me see any of the src! Hoe can I solve this?
My Laptop(Hp Pavilion dv6695el)
CPU: Core 2 Duo T7700 @ 2,40GHz lv2 cache 4MB
Chipset: Intel 965GP
RAM: 4096MB (2x 2048MB)
Hard-Disk: 250Gb, 5400rpm
Video: GeForce 8400M GS 128MB
OS: Windows 7 x64
Find
Reply
05-24-2010, 08:05 AM
#2
acenima Offline
Member
***
Posts: 89
Threads: 7
Joined: Mar 2010
i believe this was fixed in rev 5469
[color=#1E90FF]CPU: AMD Athlon II X3 440 3.0GHz
Graphics Card: Nvidia GeForce 8400 GS 512MB GDDR2
Motherboard: Biostar TA790GXB3
RAM: 2GB DDR3
OS: Windows 7 64bit[/color]
Find
Reply
05-24-2010, 10:09 AM
#3
Slashmolder Offline
Junior Member
**
Posts: 11
Threads: 1
Joined: Jul 2009
I'm having issues myself compiling in visual studio 2010 ultimate on windows 7 x64. I added the DirectX SDK references as following to AudioCommon, Plugin_DSP_HLE, Plugin_DSP_LLE, Plugin_GCPad, Plugin_GCPadnew, Plugin_VideoDX9, Plugin_Wiimote, and Plugin_WiimoteNew.

Code:
<ExecutablePath Condition="'$(Configuration)|$(Platform)'=='Release|x64'">C:\Program Files (x86)\Microsoft DirectX SDK (February 2010)\Utilities\bin\x64;$(ExecutablePath)</ExecutablePath>
    <IncludePath Condition="'$(Configuration)|$(Platform)'=='Release|x64'">C:\Program Files (x86)\Microsoft DirectX SDK (February 2010)\Include;$(IncludePath)</IncludePath>
    <LibraryPath Condition="'$(Configuration)|$(Platform)'=='Release|x64'">C:\Program Files (x86)\Microsoft DirectX SDK (February 2010)\Lib\x64;$(LibraryPath)</LibraryPath>

After doing so I get no errors at all but not all of the files are compiling properly. In the bin folder files are missing.
Code:
Warning    1    warning C4244: '=' : conversion from 'u64' to 'int', possible loss of data    C:\Users\AJ\Desktop\Dolphin\Source\Core\Common\Src\SDCardUtil.cpp    201    1    Common
Warning    2    warning C4267: '+=' : conversion from 'size_t' to 'sf::Uint32', possible loss of data    C:\Users\AJ\Desktop\Dolphin\Externals\SFML\src\SFML\Network\SocketTCP.cpp    353    1    SFML_Network
Warning    3    warning C4267: '+=' : conversion from 'size_t' to 'sf::Uint32', possible loss of data    C:\Users\AJ\Desktop\Dolphin\Externals\SFML\src\SFML\Network\SocketUDP.cpp    258    1    SFML_Network
Warning    4    warning LNK4006: __NULL_IMPORT_DESCRIPTOR already defined in winmm.lib(WINMM.dll); second definition ignored    C:\Users\AJ\Desktop\Dolphin\Source\Core\Common\psapi.lib(PSAPI.DLL)    Common
Warning    5    warning LNK4221: This object file does not define any previously undefined public symbols, so it will not be used by any link operation that consumes this library    C:\Users\AJ\Desktop\Dolphin\Source\Core\Common\psapi.lib(PSAPI.DLL)    Common
Warning    6    warning C4244: 'argument' : conversion from 'u64' to 'int', possible loss of data    C:\Users\AJ\Desktop\Dolphin\Source\Core\DiscIO\Src\FileMonitor.cpp    145    1    DiscIO
Warning    7    warning MSB8012: TargetPath(C:\Users\AJ\Desktop\Dolphin\Externals\wxWidgets\build\msw\..\..\lib\vc_lib\x64\wxBase28.lib) does not match the Library's OutputFile property value (C:\Users\AJ\Desktop\Dolphin\Externals\wxWidgets\lib\vc_lib\x64\wxbase28u.lib). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Lib.OutputFile).    C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets    1151    6    wxBase28
Warning    8    warning MSB8012: TargetName(wxBase28) does not match the Library's OutputFile property value (wxbase28u). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Lib.OutputFile).    C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets    1153    6    wxBase28
Warning    9    warning MSB8012: TargetPath(C:\Users\AJ\Desktop\Dolphin\Source\DSPTool\x64\Release\DSPTool.exe) does not match the Linker's OutputFile property value (C:\Users\AJ\Desktop\Dolphin\Binary\x64\DSPTool.exe). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile).    C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets    990    6    DSPTool
Warning    10    warning C4018: '<' : signed/unsigned mismatch    C:\Users\AJ\Desktop\Dolphin\Source\Core\Core\Src\HW\DVDInterface.cpp    577    1    Core
Warning    11    warning C4018: '<' : signed/unsigned mismatch    C:\Users\AJ\Desktop\Dolphin\Source\Core\Core\Src\HW\DVDInterface.cpp    582    1    Core
Warning    12    warning C4018: '<' : signed/unsigned mismatch    C:\Users\AJ\Desktop\Dolphin\Source\Core\Core\Src\HW\DVDInterface.cpp    589    1    Core
Warning    13    warning C4018: '<' : signed/unsigned mismatch    C:\Users\AJ\Desktop\Dolphin\Source\Core\Core\Src\HW\DVDInterface.cpp    594    1    Core
Warning    14    warning C4018: '<' : signed/unsigned mismatch    C:\Users\AJ\Desktop\Dolphin\Source\Core\Core\Src\HW\DVDInterface.cpp    599    1    Core
Warning    15    warning MSB8012: TargetPath(C:\Users\AJ\Desktop\Dolphin\Externals\wxWidgets\build\msw\..\..\lib\vc_lib\x64\wxCore28.lib) does not match the Library's OutputFile property value (C:\Users\AJ\Desktop\Dolphin\Externals\wxWidgets\lib\vc_lib\x64\wxmsw28u_core.lib). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Lib.OutputFile).    C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets    1151    6    wxCore28
Warning    16    warning MSB8012: TargetName(wxCore28) does not match the Library's OutputFile property value (wxmsw28u_core). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Lib.OutputFile).    C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets    1153    6    wxCore28
Warning    17    warning C4244: '=' : conversion from 'float' to 'int', possible loss of data    C:\Users\AJ\Desktop\Dolphin\Source\Plugins\Plugin_VideoDX9\Src\FramebufferManager.cpp    349    1    Plugin_VideoDX9
Warning    18    warning C4244: '=' : conversion from 'float' to 'int', possible loss of data    C:\Users\AJ\Desktop\Dolphin\Source\Plugins\Plugin_VideoDX9\Src\FramebufferManager.cpp    350    1    Plugin_VideoDX9
Warning    19    warning C4244: '=' : conversion from 'float' to 'int', possible loss of data    C:\Users\AJ\Desktop\Dolphin\Source\Plugins\Plugin_VideoDX9\Src\FramebufferManager.cpp    351    1    Plugin_VideoDX9
Warning    20    warning C4244: '=' : conversion from 'float' to 'int', possible loss of data    C:\Users\AJ\Desktop\Dolphin\Source\Plugins\Plugin_VideoDX9\Src\FramebufferManager.cpp    352    1    Plugin_VideoDX9
Warning    21    warning C4995: 'swprintf': name was marked as #pragma deprecated    C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string    757    1    Plugin_VideoDX9
Warning    22    warning C4995: 'swprintf': name was marked as #pragma deprecated    C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string    766    1    Plugin_VideoDX9
Warning    23    warning C4995: 'swprintf': name was marked as #pragma deprecated    C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string    775    1    Plugin_VideoDX9
Warning    24    warning C4995: 'strcpy': name was marked as #pragma deprecated    c:\users\aj\desktop\dolphin\source\plugins\plugin_videodx9\src\D3DBase.h    114    1    Plugin_VideoDX9
Warning    25    warning C4995: 'sprintf': name was marked as #pragma deprecated    C:\Users\AJ\Desktop\Dolphin\Externals\wxWidgets\Include\wx\string.h    1240    1    Plugin_VideoDX9
Warning    26    warning C4995: 'sprintf': name was marked as #pragma deprecated    C:\Users\AJ\Desktop\Dolphin\Source\Plugins\Plugin_VideoDX9\Src\Render.cpp    502    1    Plugin_VideoDX9
Warning    27    warning C4995: 'sprintf': name was marked as #pragma deprecated    C:\Users\AJ\Desktop\Dolphin\Source\Plugins\Plugin_VideoDX9\Src\Render.cpp    1154    1    Plugin_VideoDX9
Warning    28    warning C4995: 'strcpy': name was marked as #pragma deprecated    C:\Users\AJ\Desktop\Dolphin\Source\Plugins\Plugin_VideoDX9\Src\Render.cpp    1433    1    Plugin_VideoDX9
Warning    29    warning C4244: 'argument' : conversion from 'float' to 'const int', possible loss of data    C:\Users\AJ\Desktop\Dolphin\Source\Plugins\Plugin_VideoDX9\Src\TextureConverter.cpp    421    1    Plugin_VideoDX9
Warning    30    warning C4244: 'argument' : conversion from 'float' to 'const int', possible loss of data    C:\Users\AJ\Desktop\Dolphin\Source\Plugins\Plugin_VideoDX9\Src\TextureConverter.cpp    421    1    Plugin_VideoDX9
Warning    31    warning C4244: '=' : conversion from 'float' to 'LONG', possible loss of data    C:\Users\AJ\Desktop\Dolphin\Source\Plugins\Plugin_VideoDX9\Src\TextureConverter.cpp    446    1    Plugin_VideoDX9
Warning    32    warning C4244: '=' : conversion from '__int64' to 'u32', possible loss of data    C:\Users\AJ\Desktop\Dolphin\Source\Plugins\Plugin_VideoSoftware\Src\CommandProcessor.cpp    436    1    Plugin_VideoSoftware
Warning    33    warning MSB8012: TargetPath(C:\Users\AJ\Desktop\Dolphin\Source\Plugins\Plugin_VideoDX9\x64\Release\Plugin_VideoDX9.dll) does not match the Linker's OutputFile property value (C:\Users\AJ\Desktop\Dolphin\Binary\x64\Plugins\Plugin_VideoDX9.dll). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile).    C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets    990    6    Plugin_VideoDX9
Warning    34    warning MSB8012: TargetPath(C:\Users\AJ\Desktop\Dolphin\Externals\wxWidgets\build\msw\..\..\lib\vc_lib\x64\wxAdv28.lib) does not match the Library's OutputFile property value (C:\Users\AJ\Desktop\Dolphin\Externals\wxWidgets\lib\vc_lib\x64\wxmsw28u_adv.lib). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Lib.OutputFile).    C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets    1151    6    wxAdv28
Warning    35    warning MSB8012: TargetName(wxAdv28) does not match the Library's OutputFile property value (wxmsw28u_adv). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Lib.OutputFile).    C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets    1153    6    wxAdv28
Warning    36    warning C4244: 'initializing' : conversion from '__int64' to 'u32', possible loss of data    C:\Users\AJ\Desktop\Dolphin\Source\Plugins\Plugin_VideoSoftware\Src\OpcodeDecoder.cpp    103    1    Plugin_VideoSoftware
Warning    37    warning C4244: 'initializing' : conversion from 'lua_Integer' to 'unsigned long', possible loss of data    C:\Users\AJ\Desktop\Dolphin\Source\Core\Core\Src\LuaInterface.cpp    1414    1    Core
Warning    38    warning C4244: 'initializing' : conversion from 'lua_Integer' to 'unsigned long', possible loss of data    C:\Users\AJ\Desktop\Dolphin\Source\Core\Core\Src\LuaInterface.cpp    1422    1    Core
Warning    39    warning C4244: 'initializing' : conversion from 'lua_Integer' to 'unsigned long', possible loss of data    C:\Users\AJ\Desktop\Dolphin\Source\Core\Core\Src\LuaInterface.cpp    1430    1    Core
Warning    40    warning C4244: 'initializing' : conversion from 'lua_Integer' to 'unsigned long', possible loss of data    C:\Users\AJ\Desktop\Dolphin\Source\Core\Core\Src\LuaInterface.cpp    1438    1    Core
Warning    41    warning C4244: 'initializing' : conversion from 'lua_Integer' to 'unsigned long', possible loss of data    C:\Users\AJ\Desktop\Dolphin\Source\Core\Core\Src\LuaInterface.cpp    1446    1    Core
Warning    42    warning C4244: 'initializing' : conversion from 'lua_Integer' to 'unsigned long', possible loss of data    C:\Users\AJ\Desktop\Dolphin\Source\Core\Core\Src\LuaInterface.cpp    1454    1    Core
Warning    43    warning C4244: 'initializing' : conversion from 'lua_Integer' to 'unsigned long', possible loss of data    C:\Users\AJ\Desktop\Dolphin\Source\Core\Core\Src\LuaInterface.cpp    1462    1    Core
Warning    44    warning C4244: 'initializing' : conversion from 'lua_Integer' to 'unsigned long', possible loss of data    C:\Users\AJ\Desktop\Dolphin\Source\Core\Core\Src\LuaInterface.cpp    1470    1    Core
Warning    45    warning C4244: 'initializing' : conversion from 'lua_Integer' to 'unsigned long', possible loss of data    C:\Users\AJ\Desktop\Dolphin\Source\Core\Core\Src\LuaInterface.cpp    1479    1    Core
Warning    46    warning C4244: 'initializing' : conversion from 'lua_Integer' to 'unsigned long', possible loss of data    C:\Users\AJ\Desktop\Dolphin\Source\Core\Core\Src\LuaInterface.cpp    1486    1    Core
Warning    47    warning C4244: 'initializing' : conversion from 'lua_Integer' to 'unsigned long', possible loss of data    C:\Users\AJ\Desktop\Dolphin\Source\Core\Core\Src\LuaInterface.cpp    1493    1    Core
Warning    48    warning C4244: 'initializing' : conversion from 'lua_Integer' to 'unsigned long', possible loss of data    C:\Users\AJ\Desktop\Dolphin\Source\Core\Core\Src\LuaInterface.cpp    1500    1    Core
Warning    49    warning C4244: 'initializing' : conversion from 'lua_Integer' to 'unsigned long', possible loss of data    C:\Users\AJ\Desktop\Dolphin\Source\Core\Core\Src\LuaInterface.cpp    1508    1    Core
Warning    50    warning C4244: 'initializing' : conversion from 'lua_Integer' to 'unsigned long', possible loss of data    C:\Users\AJ\Desktop\Dolphin\Source\Core\Core\Src\LuaInterface.cpp    1537    1    Core
Warning    51    warning MSB8012: TargetPath(C:\Users\AJ\Desktop\Dolphin\Source\Plugins\Plugin_VideoSoftware\x64\Release\Plugin_VideoSoftware.dll) does not match the Linker's OutputFile property value (C:\Users\AJ\Desktop\Dolphin\Binary\x64\Plugins\Plugin_VideoSW.dll). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile).    C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets    990    6    Plugin_VideoSoftware
Warning    52    warning MSB8012: TargetName(Plugin_VideoSoftware) does not match the Linker's OutputFile property value (Plugin_VideoSW). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile).    C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets    992    6    Plugin_VideoSoftware
Warning    53    warning MSB8012: TargetPath(C:\Users\AJ\Desktop\Dolphin\Externals\wxWidgets\build\msw\.\..\..\lib\vc_lib\x64\wxAui.lib) does not match the Library's OutputFile property value (C:\Users\AJ\Desktop\Dolphin\Externals\wxWidgets\lib\vc_lib\x64\wxmsw28u_aui.lib). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Lib.OutputFile).    C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets    1151    6    wxAui
Warning    54    warning MSB8012: TargetName(wxAui) does not match the Library's OutputFile property value (wxmsw28u_aui). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Lib.OutputFile).    C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets    1153    6    wxAui
Warning    55    warning C4244: 'initializing' : conversion from 'float' to 's64', possible loss of data    C:\Users\AJ\Desktop\Dolphin\Source\Plugins\Plugin_DSP_HLE\Src\UCodes\UCode_Zelda_Synth.cpp    31    1    Plugin_DSP_HLE
Warning    56    warning C4244: '=' : conversion from 'u64' to 'u16', possible loss of data    C:\Users\AJ\Desktop\Dolphin\Source\Plugins\Plugin_DSP_HLE\Src\UCodes\UCode_Zelda_Voice.cpp    420    1    Plugin_DSP_HLE
Warning    57    warning C4244: 'argument' : conversion from 'u64' to 'int', possible loss of data    C:\Users\AJ\Desktop\Dolphin\Source\Plugins\Plugin_DSP_HLE\Src\UCodes\UCode_Zelda_Voice.cpp    439    1    Plugin_DSP_HLE
Warning    58    warning C4005: 'EWOULDBLOCK' : macro redefinition    C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\errno.h    132    1    Plugin_Wiimote
Warning    59    warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data    C:\Users\AJ\Desktop\Dolphin\Source\Plugins\Plugin_Wiimote\Src\UDPWiimote.cpp    90    1    Plugin_Wiimote
Warning    60    warning MSB8012: TargetPath(C:\Users\AJ\Desktop\Dolphin\Source\Plugins\Plugin_DSP_LLE\x64\Release\Plugin_DSP_LLE.dll) does not match the Linker's OutputFile property value (C:\Users\AJ\Desktop\Dolphin\Binary\x64\Plugins\Plugin_DSP_LLE.dll). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile).    C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets    990    6    Plugin_DSP_LLE
Warning    61    warning MSB8012: TargetPath(C:\Users\AJ\Desktop\Dolphin\Source\Plugins\Plugin_DSP_HLE\x64\Release\Plugin_DSP_HLE.dll) does not match the Linker's OutputFile property value (C:\Users\AJ\Desktop\Dolphin\Binary\x64\Plugins\Plugin_DSP_HLE.dll). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile).    C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets    990    6    Plugin_DSP_HLE
Warning    62    warning C4068: unknown pragma    C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\BluetoothAPIs.h    863    1    Plugin_Wiimote
Warning    63    warning C4068: unknown pragma    C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\BluetoothAPIs.h    1032    1    Plugin_Wiimote
Warning    64    warning C4068: unknown pragma    C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\BluetoothAPIs.h    1326    1    Plugin_Wiimote
Warning    65    warning C4068: unknown pragma    C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\BluetoothAPIs.h    1458    1    Plugin_Wiimote
Warning    66    warning C4267: '=' : conversion from 'size_t' to 'u32', possible loss of data    C:\Users\AJ\Desktop\Dolphin\Source\Core\DebuggerWX\src\MemoryWindow.cpp    336    1    Debugger
Warning    67    warning C4267: '=' : conversion from 'size_t' to 'long', possible loss of data    C:\Users\AJ\Desktop\Dolphin\Source\Core\DebuggerWX\src\MemoryWindow.cpp    338    1    Debugger
Warning    68    warning C4267: '=' : conversion from 'size_t' to 'u32', possible loss of data    C:\Users\AJ\Desktop\Dolphin\Source\Core\DebuggerWX\src\MemoryWindow.cpp    367    1    Debugger
Warning    69    warning MSB8012: TargetPath(C:\Users\AJ\Desktop\Dolphin\Source\Plugins\Plugin_GCPad\x64\Release\Plugin_GCPad.dll) does not match the Linker's OutputFile property value (C:\Users\AJ\Desktop\Dolphin\Binary\x64\Plugins\Plugin_GCPad.dll). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile).    C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets    990    6    Plugin_GCPad
Warning    70    warning C4653: compiler option 'Optimizations (one or more of /Oawstgp[y]) or debug checks (one or more of /GZ, /RTCcsu)' inconsistent with precompiled header; current command-line option ignored    C:\Users\AJ\Desktop\Dolphin\Source\Core\DebuggerWX\src\CodeWindow.cpp    1    1    Debugger
Warning    71    warning LNK4078: multiple '.text' sections found with different attributes (C0500040)    C:\Users\AJ\Desktop\Dolphin\Source\Plugins\Plugin_GCPad\dinput8.lib(dilib3.obj)    Plugin_GCPad
Warning    72    warning MSB8012: TargetPath(C:\Users\AJ\Desktop\Dolphin\Source\Plugins\Plugin_Wiimote\x64\Release\Plugin_Wiimote.dll) does not match the Linker's OutputFile property value (C:\Users\AJ\Desktop\Dolphin\Binary\x64\Plugins\Plugin_Wiimote.dll). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile).    C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets    990    6    Plugin_Wiimote
Warning    73    warning C4244: 'initializing' : conversion from '__int64' to 'int', possible loss of data    C:\Users\AJ\Desktop\Dolphin\Source\UnitTests\DSPJitTester.cpp    117    1    UnitTests
Warning    74    warning LNK4078: multiple '.text' sections found with different attributes (C0500040)    C:\Users\AJ\Desktop\Dolphin\Source\Plugins\Plugin_Wiimote\dinput8.lib(dilib3.obj)    Plugin_Wiimote
Warning    75    warning MSB8012: TargetPath(C:\Users\AJ\Desktop\Dolphin\Source\Plugins\Plugin_GCPadNew\x64\Release\Plugin_GCPadNew.dll) does not match the Linker's OutputFile property value (C:\Users\AJ\Desktop\Dolphin\Binary\x64\Plugins\Plugin_GCPadNew.dll). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile).    C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets    990    6    Plugin_GCPadNew
Warning    76    warning LNK4078: multiple '.text' sections found with different attributes (C0500040)    C:\Users\AJ\Desktop\Dolphin\Source\Plugins\Plugin_GCPadNew\Dinput8.lib(dilib3.obj)    Plugin_GCPadNew
Warning    77    warning C4800: 'BOOL' : forcing value to bool 'true' or 'false' (performance warning)    C:\Users\AJ\Desktop\Dolphin\Source\Plugins\Plugin_VideoOGL\Src\GLUtil.cpp    419    1    Plugin_VideoOGL
Warning    78    warning MSB8012: TargetPath(C:\Users\AJ\Desktop\Dolphin\Source\Plugins\Plugin_WiimoteNew\x64\Release\Plugin_WiimoteNew.dll) does not match the Linker's OutputFile property value (C:\Users\AJ\Desktop\Dolphin\Binary\x64\Plugins\Plugin_WiimoteNew.dll). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile).    C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets    990    6    Plugin_WiimoteNew
Warning    79    warning MSB8012: TargetPath(C:\Users\AJ\Desktop\Dolphin\Source\Plugins\Plugin_VideoOGL\x64\Release\Plugin_VideoOGL.dll) does not match the Linker's OutputFile property value (C:\Users\AJ\Desktop\Dolphin\Binary\x64\Plugins\Plugin_VideoOGL.dll). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile).    C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets    990    6    Plugin_VideoOGL
Warning    80    warning LNK4078: multiple '.text' sections found with different attributes (C0500040)    C:\Users\AJ\Desktop\Dolphin\Source\Plugins\Plugin_WiimoteNew\Dinput8.lib(dilib3.obj)    Plugin_WiimoteNew
Warning    81    warning C4324: 'PowerPC::PowerPCState' : structure was padded due to __declspec(align())    C:\Users\AJ\Desktop\Dolphin\Source\Core\Core\Src\PowerPC\PowerPC.h    75    1    Dolphin
Warning    82    warning C4100: '_Size' : unreferenced formal parameter    C:\Users\AJ\Desktop\Dolphin\Source\Core\DolphinWX\Src\NetPlay.cpp    213    1    Dolphin
Warning    83    warning C4100: '_pData' : unreferenced formal parameter    C:\Users\AJ\Desktop\Dolphin\Source\Core\DolphinWX\Src\NetPlay.cpp    213    1    Dolphin
Warning    84    warning C4100: '_channelID' : unreferenced formal parameter    C:\Users\AJ\Desktop\Dolphin\Source\Core\DolphinWX\Src\NetPlay.cpp    213    1    Dolphin
Warning    85    warning C4100: '_number' : unreferenced formal parameter    C:\Users\AJ\Desktop\Dolphin\Source\Core\DolphinWX\Src\NetPlay.cpp    213    1    Dolphin
Warning    86    warning C4100: '_number' : unreferenced formal parameter    C:\Users\AJ\Desktop\Dolphin\Source\Core\DolphinWX\Src\NetPlay.cpp    354    1    Dolphin
Warning    87    warning MSB8012: TargetPath(C:\Users\AJ\Desktop\Dolphin\Source\Core\DolphinWX\x64\Release\Dolphin.exe) does not match the Linker's OutputFile property value (C:\Users\AJ\Desktop\Dolphin\Binary\x64\Dolphin.exe). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile).    C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets    990    6    Dolphin

My guess is that the issues are with all the TargetPath issues but I can't figure out how to fix them.
Find
Reply
05-24-2010, 10:39 AM
#4
LuisR14
Unregistered
 
those are all warnings, you can just ignore them o_o
Reply
05-24-2010, 11:00 AM
#5
Slashmolder Offline
Junior Member
**
Posts: 11
Threads: 1
Joined: Jul 2009
The problem is that the program crashes and is missing a large number of important files including cg.dll, cgD3D9.dll, cgGL.dll SDL.dll, wiiuse.dll, Plugin_nJoy_SDL.dll, and Plugin_PadSimple.dll. It's not compiling or copying these files for some reason and I can't figure out why.
Find
Reply
05-28-2010, 11:24 PM
#6
McGiverGim Offline
Junior Member
**
Posts: 22
Threads: 2
Joined: May 2010
I've the same problem that newneo85. I've tried r5469 too.

Someone can help us to compile it in Visual Studio Express 2010?

Thanks in advance!!
Find
Reply
« Next Oldest | Next Newest »


  • View a Printable Version
  • Subscribe to this thread
Forum Jump:


Users browsing this thread: 1 Guest(s)



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode