Emuforums.com

Go Back   Emuforums.com > Gamecube Emulation > Dolphin Discussion
Home Register Downloads FAQ Members List Calendar Arcade Mark Forums Read


Reply
 
LinkBack Thread Tools Display Modes
Old November 10th, 2008   #1 (permalink)
Registered User
 
Join Date: Nov 2008
Location: kakadorf
Posts: 125
C++ version ?

Wich Microsoft C++ version do I need,to compile DolphinWX on VISTA ?
(i tried 2008,but it didn't work)
MisterxD is offline   Reply With Quote

Advertisement [Remove Advertisement]
Old November 10th, 2008   #2 (permalink)
******
 
Join Date: Jul 2008
Posts: 1,188
Get the 90 trial of Visual Studio 2008.
omegadox is offline   Reply With Quote
Old November 10th, 2008   #3 (permalink)
Registered User
 
Join Date: Nov 2008
Location: kakadorf
Posts: 125
ouk,but doesn't any express version work ?
MisterxD is offline   Reply With Quote
Old November 10th, 2008   #4 (permalink)
Registered User
 
Join Date: Dec 2006
Location: ß
Posts: 432
WindowsBuild - dolphin-emu - Google Code - How to do SVN builds in Windows.

l2read kthx
__________________
AMD X2 5200+(65Watt)@3.2GHz | GTX280 | 4GB RAM | Vista Ultimate x64
shuffle2 is offline   Reply With Quote
Old November 10th, 2008   #5 (permalink)
Registered User
 
Join Date: Nov 2008
Location: kakadorf
Posts: 125
So, I downloaded visual Studio 2008 90 day trial and it didn't work !!
I opened the Dolphin.sln and it is the same like Express
MisterxD is offline   Reply With Quote
Old November 10th, 2008   #6 (permalink)
Registered User
 
RazLaron's Avatar
 
Join Date: Nov 2008
Location: France
Posts: 247
Don't forget to install DirectX SDK, without it you can't do anything if it's for Windows build.
Read the previous answers.
__________________
CPU : Intel Core 2 Duo E6300 1.86Ghz
Video Card : 8600 GTS
RAM : 2 Go DDR2
OS : Windows Vista Business 32 - SP1
RazLaron is offline   Reply With Quote
Old November 10th, 2008   #7 (permalink)
Registered User
 
Join Date: Nov 2008
Location: kakadorf
Posts: 125
ok i do

it didn't work,too with SDK

it is the same with the newest SDK version !

Last edited by MisterxD; November 10th, 2008 at 14:06.. Reason: Automerged Doublepost
MisterxD is offline   Reply With Quote
Old November 10th, 2008   #8 (permalink)
Registered User
 
Join Date: Nov 2008
Location: sdfsafsa
Posts: 8
ohoh,at me too
dasfs is offline   Reply With Quote
Old November 10th, 2008   #9 (permalink)
Registered User
 
RazLaron's Avatar
 
Join Date: Nov 2008
Location: France
Posts: 247
Do you use generate Solution.

You can do Clean Solution, then Regenerate solution and see that you have chose win32 release. Then go to the Binary\win32 to see the exe.

If it makes errors, please show a screen or log .

And it exists this thread : Dolphin SVN Compiling Discussion
It can provide some answers may be.
__________________
CPU : Intel Core 2 Duo E6300 1.86Ghz
Video Card : 8600 GTS
RAM : 2 Go DDR2
OS : Windows Vista Business 32 - SP1

Last edited by RazLaron; November 10th, 2008 at 14:40..
RazLaron is offline   Reply With Quote
Old November 10th, 2008   #10 (permalink)
Registered User
 
Join Date: Nov 2008
Location: sdfsafsa
Posts: 8
[img=http://img231.imageshack.us/img231/3522/solutionxb0.th.jpg]
that are my errors
dasfs is offline   Reply With Quote
Old November 10th, 2008   #11 (permalink)
Registered User
 
Join Date: Nov 2008
Location: kakadorf
Posts: 125
Quote:
Originally Posted by dasfs View Post
same at me:-\
MisterxD is offline   Reply With Quote
Old November 10th, 2008   #12 (permalink)
Registered User
 
RazLaron's Avatar
 
Join Date: Nov 2008
Location: France
Posts: 247
I see you do this with 64bits. Can you try release the version x32. If 32 works it's just because doesn't like to compile in x64.
What are your OS? (of Mister and dasfs)
__________________
CPU : Intel Core 2 Duo E6300 1.86Ghz
Video Card : 8600 GTS
RAM : 2 Go DDR2
OS : Windows Vista Business 32 - SP1

Last edited by RazLaron; November 10th, 2008 at 15:23..
RazLaron is offline   Reply With Quote
Old November 10th, 2008   #13 (permalink)
Registered User
 
Join Date: Nov 2008
Location: sdfsafsa
Posts: 8
OS ?
it didn't work with the 32bit,it compiles a few Plugins,but no .Exe,no MemoryCards and some a few plugins

Last edited by dasfs; November 10th, 2008 at 15:32..
dasfs is offline   Reply With Quote
Old November 10th, 2008   #14 (permalink)
Banned
 
PsyMan's Avatar
 
Join Date: May 2004
Location: In a weird room :\
Posts: 994
Could you paste the errors only? Giving the warnings and the results is like giving nothing.

Edit: Ooops, I missed the single visible error, looks like you miss (or mix) some DirectX headers. Did you get the latest DirectX SDK? Does your compiler point to it correctly? Make sure that the needed includes are in the Include File List and that you include the proper x86 or x64 libraries in the Library Files List of your compiler too (including both x86 and x64 will probably lead to errors).
__________________
I'm not insane. YOU are insane... You are all insane!

Click Here to Visit my Blog Page

Last edited by PsyMan; November 10th, 2008 at 15:54..
PsyMan is online now   Reply With Quote
Old November 10th, 2008   #15 (permalink)
Registered User
 
Join Date: Nov 2008
Location: sdfsafsa
Posts: 8
i have the newest version of SDK,it didn't work :-(,or what do i need to compile ?
I have The DolphinSVN (from this tortoise)
I have Microsoft Visual studio 2008
and the newest direct X/SDK drivers !
dasfs is offline   Reply With Quote
Old November 10th, 2008   #16 (permalink)
Registered User
 
RazLaron's Avatar
 
Join Date: Nov 2008
Location: France
Posts: 247
Verifiy that \include and lib\ and lib\x86 from SDK of DirectX exist in configuration of Visual.
__________________
CPU : Intel Core 2 Duo E6300 1.86Ghz
Video Card : 8600 GTS
RAM : 2 Go DDR2
OS : Windows Vista Business 32 - SP1
RazLaron is offline   Reply With Quote
Old November 10th, 2008   #17 (permalink)
Registered User
 
Join Date: Nov 2008
Location: sdfsafsa
Posts: 8
Quote:
Originally Posted by RazLaron View Post
Verifiy that \include and lib\ and lib\x86 from SDK of DirectX exist in configuration of Visual.
where in the configuration ? (pics?)
dasfs is offline   Reply With Quote
Old November 10th, 2008   #18 (permalink)
Registered User
 
RazLaron's Avatar
 
Join Date: Nov 2008
Location: France
Posts: 247
If you installed First SDK of DirectX before install Visual, it is normal that it's not configure, i will show but i've got the french version.

I hope it is that in english : Tool->Option->Projects and Solutions->repertories of VC++

Do the same thing for the include files.
Attached Images
File Type: jpg Libvisual.jpg (176.9 KB, 8 views)
__________________
CPU : Intel Core 2 Duo E6300 1.86Ghz
Video Card : 8600 GTS
RAM : 2 Go DDR2
OS : Windows Vista Business 32 - SP1
RazLaron is offline   Reply With Quote
Old November 10th, 2008   #19 (permalink)
Registered User
 
Join Date: Nov 2008
Location: sdfsafsa
Posts: 8
i did it,but it is the same result


and you had the version 2008 august of SDK on your pic,i have november

Last edited by dasfs; November 10th, 2008 at 17:10..
dasfs is offline   Reply With Quote
Old November 10th, 2008   #20 (permalink)
Registered User
 
RazLaron's Avatar
 
Join Date: Nov 2008
Location: France
Posts: 247
OMFG, what have you done loooool.
It is not there (not in "datein" which correspond to binary files ^^) for the libraries and include files...

In categories, show the repertories, you must chose the right thing.
If you change you can see that one have only thing which have \include and another with \lib

I don't know dutsch but if you don't understand me, can you give me the section in dutsch you have (although i don't understand german).

Edit : November or August doesn't change at all for compilation.

Edit 2: Maybe in german, for libraries it is like "Buchhandlung" and for include "einschliessen". Not sure.
__________________
CPU : Intel Core 2 Duo E6300 1.86Ghz
Video Card : 8600 GTS
RAM : 2 Go DDR2
OS : Windows Vista Business 32 - SP1

Last edited by RazLaron; November 10th, 2008 at 17:16..
RazLaron is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT. The time now is 13:38.

© 2006 - 2008 Emu Forums | About Emu Forums | Legal | A member of the Crowdgather Forum Community


Powered by vBulletin® Version 3.7.6
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 RC5