..:: PCSX2 Forums ::..

Full Version: Windows - Compile Guide and Support
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
There is no problem?

First posts he says he doesn't want to install the VC++ 2010 redist (x86), and only "problem" I see is that he doesn't want to install something that's needed. No way to fix that Tongue2

Is it really that bad to have one extra redist installed? it just adds a couple files and could have saved himself a lot of grieve over this x.x
So I thought to myself "Oh I can't wait for the next beta. I'll try compiling it myself" only for my soul to shudder in confusion when I looked at the guide for 3 seconds Tongue I'll wait I think Smile

EDIT: I think I'll do the CPU/GPU benchmark this weekend instead, no results for 740QM or a 425M GT as of yet I believe.
Egh D: I have no idea why compilation is broken. I have the redistx64 installed... I don't know if I have SP1 of VS2008 but I would assume so?

Very frustrating.
http://pastebin.com/UQz9xygz
According to the revision where that one broke... yes you need to install SP1 for VS2008, always good to keep VS up to date anyway.
It says I have the SP1 already installed.

"Version 3.5 SP1"

"Version 9.0.21022.8 RTM"
(02-15-2011, 07:59 PM)Hungry Man Wrote: [ -> ]It says I have the SP1 already installed.

"Version 3.5 SP1"

"Version 9.0.21022.8 RTM"

"Version 3.5 SP1" is the version below Microsoft .NET Framework

I guess "Version 9.0.21022.8 RTM" is the version below Microsoft Visual Studio 2008, where my string is "Version 9.0.30729.1 SP" without quotes.

You should download and install VS2008 SP1 in addition to VS2008 you installed already.
http://www.microsoft.com/downloads/detai...laylang=en&FamilyID=27673c47-b3b5-4c67-bd99-84e525b5ce61
I'll download that now. Thanks.
That's fixed it. Thanks.
If you don't want VC redist required change the runtime library under code generation to Multithreaded(/MT) for Pcsx2 and the plugins you use (maybe the 3rd party ones too).
(02-17-2011, 05:29 PM)DaMan Wrote: [ -> ]If you don't want VC redist required change the runtime library under code generation to Multithreaded(/MT) for Pcsx2 and the plugins you use (maybe the 3rd party ones too).

Thanks for your help !

That would be quite helpful! I finished compiling it sucessful~~

I guess you are a professinal programmer~~

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36