• 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 ... 49 50 51 52 53 ... 99 Next »

Visual Studio 2010?
View New Posts | View Today's Posts

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
Visual Studio 2010?
04-22-2010, 01:10 AM (This post was last modified: 04-22-2010, 01:42 AM by darkshadw.)
#1
darkshadw Offline
I try to help as much as possible!
*******
Posts: 1,358
Threads: 54
Joined: Apr 2009
Visual Studio 2010? Recommended or not?
What do you guys think?

Alright I installed it on my computer but this seems harder than 2008 lol...

Alright first error...
Code:
1>LINK : fatal error LNK1104: cannot open file 'dxguid.lib'
New computer, I'm back!

[Image: ki2srl-4.png]
Website Find
Reply
04-22-2010, 02:19 AM
#2
morka Offline
Member
***
Posts: 80
Threads: 6
Joined: Nov 2009
you import the parameter for direct X
installed on C: \ Program Files (x86) \ Microsoft DirectX SDK (August 2009)
Tools> Import and Export parameter


Attached Files
.zip   Exported-2010-04-21.zip (Size: 834 bytes / Downloads: 88)
French Community Assistance for dolphin
Find
Reply
04-22-2010, 02:28 AM (This post was last modified: 04-22-2010, 02:53 AM by darkshadw.)
#3
darkshadw Offline
I try to help as much as possible!
*******
Posts: 1,358
Threads: 54
Joined: Apr 2009
Thx man, going to try this (I got febreury 2010 version btw) but that doesn't matter anyways I think. I edited the lines tho.
Alright, almost everything is working now Smile, but I still get some little errors :o, do u know what they are?

Code:
1>------ Rebuild All started: Project: Dolphin, Configuration: Release Win32 ------
1>Build started 21-4-2010 18:50:34.
1>_PrepareForClean:
1>  Deleting file "Win32\Release\Dolphin.lastbuildstate".
1>InitializeBuildStatus:
1>  Touching "Win32\Release\Dolphin.unsuccessfulbuild".
1>PreBuildEvent:
1>  SubWCRev: 'C:\Users\Darkshadw\Documents\Dolphin 2010\Source'
1>  Last committed at revision 5393
1>  Updated to revision 5393
1>  Local modifications found
1>ClCompile:
1>  stdafx.cpp
1>  AboutDolphin.cpp
1>  ARCodeAddEdit.cpp
1>  CheatsWindow.cpp
1>  ConfigMain.cpp
1>  Frame.cpp
1>  FrameAui.cpp
1>  FrameTools.cpp
1>C:\Users\Darkshadw\Documents\Dolphin 2010\Source\Core\Core\Src\PowerPC/PowerPC.h(75): warning C4324: 'PowerPC::PowerPCState' : structure was padded due to __declspec(align())
1>  GameListCtrl.cpp
1>  Globals.cpp
1>  HotkeyDlg.cpp
1>  ISOProperties.cpp
1>  LogWindow.cpp
1>  LuaWindow.cpp
1>  MemcardManager.cpp
1>  PatchAddEdit.cpp
1>  GCMemcard.cpp
1>  WiiSaveCrypted.cpp
1>  BootManager.cpp
1>  ISOFile.cpp
1>  main.cpp
1>  Generating Code...
1>  Compiling...
1>  WxUtils.cpp
1>  Generating Code...
1>  NetEvent.cpp
1>  NetFunctions.cpp
1>  NetSockets.cpp
1>  NetWindow.cpp
1>  Generating Code...
1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets(990,5): warning MSB8012: TargetPath(C:\Users\Darkshadw\Documents\Dolphin 2010\Source\Core\DolphinWX\Win32\Release\Dolphin.exe) does not match the Linker's OutputFile property value (C:\Users\Darkshadw\Documents\Dolphin 2010\Binary\Win32\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).
1>Debugger.lib(BreakpointView.obj) : error LNK2001: unresolved external symbol "class wxFont DebuggerFont" (?DebuggerFont@@3VwxFont@@A)
1>LogWindow.obj : error LNK2001: unresolved external symbol "class wxFont DebuggerFont" (?DebuggerFont@@3VwxFont@@A)
1>Debugger.lib(CodeWindow.obj) : error LNK2001: unresolved external symbol "class wxFont DebuggerFont" (?DebuggerFont@@3VwxFont@@A)
1>Debugger.lib(CodeWindowFunctions.obj) : error LNK2019: unresolved external symbol "class wxFont DebuggerFont" (?DebuggerFont@@3VwxFont@@A) referenced in function "public: void __thiscall CCodeWindow::OnSymbolsMenu(class wxCommandEvent &)" (?OnSymbolsMenu@CCodeWindow@@QAEXAAVwxCommandEvent@@@Z)
1>Debugger.lib(RegisterView.obj) : error LNK2001: unresolved external symbol "class wxFont DebuggerFont" (?DebuggerFont@@3VwxFont@@A)
1>Core.lib(LuaInterface.obj) : error LNK2019: unresolved external symbol _lua_remove referenced in function "enum Lua::LuaMemHookType __cdecl Lua::MatchHookTypeToCPU(struct lua_State *,enum Lua::LuaMemHookType)" (?MatchHookTypeToCPU@Lua@@YA?AW4LuaMemHookType@1@PAUlua_State@@W421@@Z)
1>Core.lib(LuaInterface.obj) : error LNK2019: unresolved external symbol _lua_tolstring referenced in function "enum Lua::LuaMemHookType __cdecl Lua::MatchHookTypeToCPU(struct lua_State *,enum Lua::LuaMemHookType)" (?MatchHookTypeToCPU@Lua@@YA?AW4LuaMemHookType@1@PAUlua_State@@W421@@Z)
1>Core.lib(LuaInterface.obj) : error LNK2019: unresolved external symbol _lua_type referenced in function "enum Lua::LuaMemHookType __cdecl Lua::MatchHookTypeToCPU(struct lua_State *,enum Lua::LuaMemHookType)" (?MatchHookTypeToCPU@Lua@@YA?AW4LuaMemHookType@1@PAUlua_State@@W421@@Z)
1>Core.lib(LuaInterface.obj) : error LNK2019: unresolved external symbol _lua_settop referenced in function "void __cdecl Lua::DeferFunctionCall(struct lua_State *,char const *)" (?DeferFunctionCall@Lua@@YAXPAUlua_State@@PBD@Z)
1>Core.lib(LuaInterface.obj) : error LNK2019: unresolved external symbol _lua_objlen referenced in function "void __cdecl Lua::DeferFunctionCall(struct lua_State *,char const *)" (?DeferFunctionCall@Lua@@YAXPAUlua_State@@PBD@Z)
1>Core.lib(LuaInterface.obj) : error LNK2019: unresolved external symbol _lua_getfield referenced in function "void __cdecl Lua::DeferFunctionCall(struct lua_State *,char const *)" (?DeferFunctionCall@Lua@@YAXPAUlua_State@@PBD@Z)
1>Core.lib(LuaInterface.obj) : error LNK2019: unresolved external symbol _lua_rawseti referenced in function "void __cdecl Lua::DeferFunctionCall(struct lua_State *,char const *)" (?DeferFunctionCall@Lua@@YAXPAUlua_State@@PBD@Z)
1>Core.lib(LuaInterface.obj) : error LNK2019: unresolved external symbol _lua_insert referenced in function "void __cdecl Lua::DeferFunctionCall(struct lua_State *,char const *)" (?DeferFunctionCall@Lua@@YAXPAUlua_State@@PBD@Z)
1>Core.lib(LuaInterface.obj) : error LNK2019: unresolved external symbol _lua_createtable referenced in function "void __cdecl Lua::DeferFunctionCall(struct lua_State *,char const *)" (?DeferFunctionCall@Lua@@YAXPAUlua_State@@PBD@Z)
1>Core.lib(LuaInterface.obj) : error LNK2019: unresolved external symbol _lua_pushcclosure referenced in function "void __cdecl Lua::DeferFunctionCall(struct lua_State *,char const *)" (?DeferFunctionCall@Lua@@YAXPAUlua_State@@PBD@Z)
1>Core.lib(LuaInterface.obj) : error LNK2019: unresolved external symbol _lua_gettop referenced in function "void __cdecl Lua::DeferFunctionCall(struct lua_State *,char const *)" (?DeferFunctionCall@Lua@@YAXPAUlua_State@@PBD@Z)
1>Core.lib(LuaInterface.obj) : error LNK2019: unresolved external symbol _lua_setmetatable referenced in function "int __cdecl Lua::copytable(struct lua_State *)" (?copytable@Lua@@YAHPAUlua_State@@@Z)
1>Core.lib(LuaInterface.obj) : error LNK2019: unresolved external symbol _lua_getmetatable referenced in function "int __cdecl Lua::copytable(struct lua_State *)" (?copytable@Lua@@YAHPAUlua_State@@@Z)
1>Core.lib(LuaInterface.obj) : error LNK2019: unresolved external symbol _lua_rawset referenced in function "int __cdecl Lua::copytable(struct lua_State *)" (?copytable@Lua@@YAHPAUlua_State@@@Z)
1>Core.lib(LuaInterface.obj) : error LNK2019: unresolved external symbol _lua_pushvalue referenced in function "int __cdecl Lua::copytable(struct lua_State *)" (?copytable@Lua@@YAHPAUlua_State@@@Z)
1>Core.lib(LuaInterface.obj) : error LNK2019: unresolved external symbol _lua_next referenced in function "int __cdecl Lua::copytable(struct lua_State *)" (?copytable@Lua@@YAHPAUlua_State@@@Z)
1>Core.lib(LuaInterface.obj) : error LNK2019: unresolved external symbol _luaL_typerror referenced in function "int __cdecl Lua::copytable(struct lua_State *)" (?copytable@Lua@@YAHPAUlua_State@@@Z)
1>Core.lib(LuaInterface.obj) : error LNK2019: unresolved external symbol _lua_typename referenced in function "int __cdecl Lua::copytable(struct lua_State *)" (?copytable@Lua@@YAHPAUlua_State@@@Z)
1>Core.lib(LuaInterface.obj) : error LNK2019: unresolved external symbol _lua_pushnil referenced in function "int __cdecl Lua::copytable(struct lua_State *)" (?copytable@Lua@@YAHPAUlua_State@@@Z)
1>Core.lib(LuaInterface.obj) : error LNK2019: unresolved external symbol _lua_pushinteger referenced in function "int __cdecl Lua::addressof(struct lua_State *)" (?addressof@Lua@@YAHPAUlua_State@@@Z)
1>Core.lib(LuaInterface.obj) : error LNK2019: unresolved external symbol _lua_topointer referenced in function "int __cdecl Lua::addressof(struct lua_State *)" (?addressof@Lua@@YAHPAUlua_State@@@Z)
1>Core.lib(LuaInterface.obj) : error LNK2019: unresolved external symbol _luaL_checkinteger referenced in function "int __cdecl Lua::_bitand(struct lua_State *)" (?_bitand@Lua@@YAHPAUlua_State@@@Z)
1>Core.lib(LuaInterface.obj) : error LNK2019: unresolved external symbol _lua_pushboolean referenced in function "int __cdecl Lua::memory_isvalid(struct lua_State *)" (?memory_isvalid@Lua@@YAHPAUlua_State@@@Z)
1>Core.lib(LuaInterface.obj) : error LNK2019: unresolved external symbol _luaL_checklstring referenced in function "int __cdecl Lua::memory_getregister(struct lua_State *)" (?memory_getregister@Lua@@YAHPAUlua_State@@@Z)
1>Core.lib(LuaInterface.obj) : error LNK2019: unresolved external symbol _lua_newuserdata referenced in function "int __cdecl Lua::state_create(struct lua_State *)" (?state_create@Lua@@YAHPAUlua_State@@@Z)
1>Core.lib(LuaInterface.obj) : error LNK2019: unresolved external symbol _luaL_error referenced in function "int __cdecl Lua::state_create(struct lua_State *)" (?state_create@Lua@@YAHPAUlua_State@@@Z)
1>Core.lib(LuaInterface.obj) : error LNK2019: unresolved external symbol _lua_isnumber referenced in function "int __cdecl Lua::state_create(struct lua_State *)" (?state_create@Lua@@YAHPAUlua_State@@@Z)
1>Core.lib(LuaInterface.obj) : error LNK2019: unresolved external symbol _lua_touserdata referenced in function "int __cdecl Lua::state_verify(struct lua_State *)" (?state_verify@Lua@@YAHPAUlua_State@@@Z)
1>Core.lib(LuaInterface.obj) : error LNK2019: unresolved external symbol _lua_pushstring referenced in function "int __cdecl Lua::movie_getmode(struct lua_State *)" (?movie_getmode@Lua@@YAHPAUlua_State@@@Z)
1>Core.lib(LuaInterface.obj) : error LNK2019: unresolved external symbol _lua_isstring referenced in function "int __cdecl Lua::movie_play(struct lua_State *)" (?movie_play@Lua@@YAHPAUlua_State@@@Z)
1>Core.lib(LuaInterface.obj) : error LNK2019: unresolved external symbol _lua_tointeger referenced in function "void __cdecl Lua::LuaStackToBinaryConverter(struct lua_State *,int,class std::vector<unsigned char,class std::allocator<unsigned char> > &)" (?LuaStackToBinaryConverter@Lua@@YAXPAUlua_State@@HAAV?$vector@EV?$allocator@E@std@@@std@@@Z)
1>Core.lib(LuaInterface.obj) : error LNK2019: unresolved external symbol _lua_setfield referenced in function "void __cdecl Lua::CallDeferredFunctions(struct lua_State *,char const *)" (?CallDeferredFunctions@Lua@@YAXPAUlua_State@@PBD@Z)
1>Core.lib(LuaInterface.obj) : error LNK2019: unresolved external symbol _lua_tocfunction referenced in function "void __cdecl Lua::CallDeferredFunctions(struct lua_State *,char const *)" (?CallDeferredFunctions@Lua@@YAXPAUlua_State@@PBD@Z)
1>Core.lib(LuaInterface.obj) : error LNK2019: unresolved external symbol _lua_rawgeti referenced in function "void __cdecl Lua::CallDeferredFunctions(struct lua_State *,char const *)" (?CallDeferredFunctions@Lua@@YAXPAUlua_State@@PBD@Z)
1>Core.lib(LuaInterface.obj) : error LNK2019: unresolved external symbol _lua_toboolean referenced in function "int __cdecl Lua::emulua_rerecordcounting(struct lua_State *)" (?emulua_rerecordcounting@Lua@@YAHPAUlua_State@@@Z)
1>Core.lib(LuaInterface.obj) : error LNK2019: unresolved external symbol _lua_checkstack referenced in function "void __cdecl Lua::toCStringConverter(struct lua_State *,int,char * &,int &)" (?toCStringConverter@Lua@@YAXPAUlua_State@@HAAPADAAH@Z)
1>Core.lib(LuaInterface.obj) : error LNK2019: unresolved external symbol _lua_tonumber referenced in function "void __cdecl Lua::toCStringConverter(struct lua_State *,int,char * &,int &)" (?toCStringConverter@Lua@@YAXPAUlua_State@@HAAPADAAH@Z)
1>Core.lib(LuaInterface.obj) : error LNK2019: unresolved external symbol _luaL_callmeta referenced in function "void __cdecl Lua::toCStringConverter(struct lua_State *,int,char * &,int &)" (?toCStringConverter@Lua@@YAXPAUlua_State@@HAAPADAAH@Z)
1>Core.lib(LuaInterface.obj) : error LNK2019: unresolved external symbol _lua_concat referenced in function "char const * __cdecl Lua::toCString(struct lua_State *,int)" (?toCString@Lua@@YAPBDPAUlua_State@@H@Z)
1>Core.lib(LuaInterface.obj) : error LNK2019: unresolved external symbol _lua_call referenced in function "char const * __cdecl Lua::toCString(struct lua_State *,int)" (?toCString@Lua@@YAPBDPAUlua_State@@H@Z)
1>Core.lib(LuaInterface.obj) : error LNK2019: unresolved external symbol _luaL_register referenced in function "void __cdecl Lua::registerLibs(struct lua_State *)" (?registerLibs@Lua@@YAXPAUlua_State@@@Z)
1>Core.lib(LuaInterface.obj) : error LNK2019: unresolved external symbol _luaL_openlibs referenced in function "void __cdecl Lua::registerLibs(struct lua_State *)" (?registerLibs@Lua@@YAXPAUlua_State@@@Z)
1>Core.lib(LuaInterface.obj) : error LNK2019: unresolved external symbol _luaL_where referenced in function "void __cdecl Lua::RequestAbortLuaScript(int,char const *)" (?RequestAbortLuaScript@Lua@@YAXHPBD@Z)
1>Core.lib(LuaInterface.obj) : error LNK2019: unresolved external symbol _lua_pushnumber referenced in function "void __cdecl Lua::BinaryToLuaStackConverter(struct lua_State *,unsigned char const * &,unsigned int &)" (?BinaryToLuaStackConverter@Lua@@YAXPAUlua_State@@AAPBEAAI@Z)
1>Core.lib(LuaInterface.obj) : error LNK2019: unresolved external symbol _lua_pcall referenced in function "void __cdecl Lua::CallExitFunction(int)" (?CallExitFunction@Lua@@YAXH@Z)
1>Core.lib(LuaInterface.obj) : error LNK2019: unresolved external symbol _lua_gc referenced in function "void __cdecl Lua::CallRegisteredLuaLoadFunctions(int,struct Lua::LuaSaveData const &)" (?CallRegisteredLuaLoadFunctions@Lua@@YAXHABULuaSaveData@1@@Z)
1>Core.lib(LuaInterface.obj) : error LNK2019: unresolved external symbol _lua_close referenced in function "void __cdecl Lua::StopLuaScript(int)" (?StopLuaScript@Lua@@YAXH@Z)
1>Core.lib(LuaInterface.obj) : error LNK2019: unresolved external symbol _luaL_checktype referenced in function "int __cdecl Lua::memory_registerHook(struct lua_State *,enum Lua::LuaMemHookType,int)" (?memory_registerHook@Lua@@YAHPAUlua_State@@W4LuaMemHookType@1@H@Z)
1>Core.lib(LuaInterface.obj) : error LNK2019: unresolved external symbol _lua_replace referenced in function "int __cdecl Lua::input_registerhotkey(struct lua_State *)" (?input_registerhotkey@Lua@@YAHPAUlua_State@@@Z)
1>Core.lib(LuaInterface.obj) : error LNK2019: unresolved external symbol _luaL_loadfile referenced in function "void __cdecl Lua::RunLuaScriptFile(int,char const *)" (?RunLuaScriptFile@Lua@@YAXHPBD@Z)
1>Core.lib(LuaInterface.obj) : error LNK2019: unresolved external symbol _lua_sethook referenced in function "void __cdecl Lua::RunLuaScriptFile(int,char const *)" (?RunLuaScriptFile@Lua@@YAXHPBD@Z)
1>Core.lib(LuaInterface.obj) : error LNK2019: unresolved external symbol _luaL_newstate referenced in function "void __cdecl Lua::RunLuaScriptFile(int,char const *)" (?RunLuaScriptFile@Lua@@YAXHPBD@Z)
1>Core.lib(LuaInterface.obj) : error LNK2019: unresolved external symbol _lua_settable referenced in function "int __cdecl Lua::emulua_persistglobalvariables(struct lua_State *)" (?emulua_persistglobalvariables@Lua@@YAHPAUlua_State@@@Z)
1>Debugger.lib(CodeWindow.obj) : error LNK2019: unresolved external symbol "public: __thiscall CCodeView::CCodeView(class DebugInterface *,class SymbolDB *,class wxWindow *,int,class wxSize const &)" (??0CCodeView@@QAE@PAVDebugInterface@@PAVSymbolDB@@PAVwxWindow@@HABVwxSize@@@Z) referenced in function "private: void __thiscall CCodeWindow::CreateGUIControls(struct SCoreStartupParameter const &)" (?CreateGUIControls@CCodeWindow@@AAEXABUSCoreStartupParameter@@@Z)
1>Debugger.lib(MemoryWindow.obj) : error LNK2019: unresolved external symbol "public: __thiscall CMemoryView::CMemoryView(class DebugInterface *,class wxWindow *,int,class wxSize const &)" (??0CMemoryView@@QAE@PAVDebugInterface@@PAVwxWindow@@HABVwxSize@@@Z) referenced in function "public: __thiscall CMemoryWindow::CMemoryWindow(class wxWindow *,int,class wxString const &,class wxPoint const &,classwxSize const &,long)" (??0CMemoryWindow@@QAE@PAVwxWindow@@HABVwxString@@ABVwxPoint@@ABVwxSize@@J@Z)
1>../../../Binary/Win32/Dolphin.exe : fatal error LNK1120: 56 unresolved externals
1>
1>Build FAILED.
1>
1>Time Elapsed 00:00:47.17
========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========
New computer, I'm back!

[Image: ki2srl-4.png]
Website Find
Reply
04-22-2010, 04:06 AM
#4
morka Offline
Member
***
Posts: 80
Threads: 6
Joined: Nov 2009
of the new revision even vc2008 there have little warning
the only warning that as with vc2010 are warning MSB8012: TargetPath have is not in vc2008
French Community Assistance for dolphin
Find
Reply
04-22-2010, 05:53 AM
#5
darkshadw Offline
I try to help as much as possible!
*******
Posts: 1,358
Threads: 54
Joined: Apr 2009
Yeah but I can't compile Dolphin becouse of this error o_O.
New computer, I'm back!

[Image: ki2srl-4.png]
Website Find
Reply
04-22-2010, 06:47 AM
#6
James333 Offline
Above and Beyond
*******
Posts: 1,521
Threads: 8
Joined: Jul 2009
Rebuild All
MB : MSI Z68A-GD80
CPU : Intel Core i7 2600k @ 3.4 GHz (stock clock)
Gfx : ATI Raedon HD 6850
Ram : 4 GB DDR3-1333
OS : Windows XP x86

I speak Spanish Big Grin ( And a little English )
Find
Reply
04-22-2010, 07:30 AM
#7
darkshadw Offline
I try to help as much as possible!
*******
Posts: 1,358
Threads: 54
Joined: Apr 2009
Already did, no succes o.O.
New computer, I'm back!

[Image: ki2srl-4.png]
Website Find
Reply
01-11-2011, 10:55 PM
#8
micr0shaft
Unregistered
 
(04-22-2010, 02:19 AM)morka Wrote: you import the parameter for direct X
installed on C: \ Program Files (x86) \ Microsoft DirectX SDK (August 2009)
Tools> Import and Export parameter

Thanks
Reply
01-16-2011, 12:57 AM
#9
shawnanastasio Offline
Dolphin's Mac Expert!
****
Posts: 608
Threads: 54
Joined: Apr 2009
hey guys, srry to dig this up, but i was wondering how u even got the project to work in 2010, when i try to import it, it gives me errors.

Checkout my latest project ( it is a program that downloads and compiles dolphin on mac and linux now): http://code.google.com/p/dolphin-emu-downloader (It's unofficial and maintained by me, not the dolphin dev team)
Find
Reply
01-18-2011, 05:11 AM
#10
Billiard26 Offline
Developer
**********
Developers (Some Administrators and Super Moderators)
Posts: 2,232
Threads: 8
Joined: Feb 2010
Visual Studio 2010 is not yet supported by Dolphin.
Wait until we decided to switch to 2010 (one dev doesn't want to :p) to use it.
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