..:: PCSX2 Forums ::..
Register | Help | Log In |
Register PCSX2 Site Forums Member List Donate View Today's Posts Search

Current time: 05-24-2013, 06:25 PM Hello There, Guest! (Login — Register)

..:: PCSX2 Forums ::.. / PCSX2 Discussion and Support / Developer Discussion v
1 2 3 4 Next »
/ Windows - Compile Guide and Support



User(s) browsing this thread: 1 Guest(s)

Pages (31): « Previous 1 ... 27 28 29 30 31 Next »
Post Reply 
 
Thread Rating:
  • 3 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
Windows - Compile Guide and Support
Author Message
rama Offline
PCSX2 coder
******

Posts: 6.007
Joined: Nov 2008
Location: Germany
Reputation: 77
Post: #281
RE: Windows - Compile Guide and Support
GSdx compiles just fine with MSVC 2008.
You need to install all of those dependencies though, same as with 2010.
08-02-2011 03:31 PM
Visit this user's website Find all posts by this user Quote this message in a reply
haxor Offline
Banned

Posts: 165
Joined: May 2010
Location:
Post: #282
RE: Windows - Compile Guide and Support
yeh thx rama. but... you know 100% compatible atl headers are not natively available to install on express eds. it's trialing vs10pro to have it. and it builds fine too... now. so... too late Wink
08-02-2011 06:09 PM
Find all posts by this user Quote this message in a reply
Squall Leonhart Offline
Yunsabits, #1 Fan.
****

Posts: 3.542
Joined: Jul 2010
Location: Australia
Reputation: 61
Post: #283
RE: Windows - Compile Guide and Support
express =! VC trial.

[Image: squall4rinoa.png]
VBA-M
08-02-2011 06:39 PM
Visit this user's website Find all posts by this user Quote this message in a reply
haxor Offline
Banned

Posts: 165
Joined: May 2010
Location:
Post: #284
RE: Windows - Compile Guide and Support
(08-02-2011 06:39 PM)Squall Leonhart Wrote:  express =! VC trial.

and? I know that. thing is... I'm using the small express edition for that lil coding I do and I usually don't need any special libs other than what comes with it. so... it just always gets on my nerves again to download megs and gigs of crap just to use a lil portion - in that case some headers that you could get rid of by just using other code.
08-02-2011 07:05 PM
Find all posts by this user Quote this message in a reply
hooby3dfx Offline
Newbie

Posts: 1
Joined: Jun 2012
Location:
Reputation: 0
Post: #285
RE: Windows - Compile Guide and Support
Loading up the latest code from SVN with pcsx2_suite_2008.sln in an updated version of VS2008 Express results in a bunch of error popups stating "solution folders are not supported in this version of the application".
I am able to compile the app and didn't attempt to do the plugins. A handful of the plugin projects are available in the solution (like USBnull and Lilypad) but the 3rdparty and Plugins folders are unavailable.
Am I missing something?
06-09-2012 09:30 PM
Find all posts by this user Quote this message in a reply
pcsx2fan Offline
Benchmark Designer
****

Posts: 711
Joined: Jun 2009
Location: http://en.wikipedia.org/wiki/Republic_of_China_(Taiwan)
Reputation: 4
Post: #286
RE: Windows - Compile Guide and Support
It's the same thing happened when I was compiling pcsx2 from VC++ 2008 and 2010 Express.
Just ignore those errors and continue compile the pcsx2 with plugins, you'll get a working copy of pcsx2.

Now we are downloading the latest pcsx2 from http://buildbot.orphis.net/pcsx2 instead of compiling it by ourself,
that's why this thread is inactive.

durable PC since 2008
CPU : E7200 @ 2.53 GHz 1.04 V / OC 3.7 GHz 1.36 V (390*9.5, 4GB DDR2 780)
GPU : 8600GT (GDDR3, 256 MB) / OC (750 / 900)
BOARD : GA-EP31-DS3L (rev 1.0)
PSU : 300 W
OS : Windows 7 Home Basic x86
06-27-2012 10:43 AM
Visit this user's website Find all posts by this user Quote this message in a reply
cloud101090 Offline
Newbie

Posts: 16
Joined: Feb 2009
Location:
Reputation: 0
Post: #287
RE: Windows - Compile Guide and Support
Hello guys. Need help here.
1st time build pcsx2 by myself & success, getting 0 error and 36 warning using MSVC 2008 Pro.
Just figured, following wiki compile guide, it only compile all plugins folder & pcsx2.exe. Copying the other required file from bin (source code) & it can play normally.

The problem is :
I want to use only my own modified gsdx on orphis build.
I can't get FXAA working on orphis build.
Tried with hotkey : Page Up, No change & No console print.
Tried to force on fxaa by adding line fxaa=1 on gsdx.ini. No change too.

This problem occured on both side (vice versa).
Using gsdx orphis build on my pcsx2 build getting same result. FXAA doesn't work.
But using each gsdx build on their original pcsx2 build, FXAA does work.

Is it natural ?
I've noticed too the size of pcsx2.exe & gsdx plugin SSE2 is different between my build and orphis build.
Mine is smaller than orphis.

enlightenment please.
Thanks in advance.
and yeah, sorry if i'm posting in wrong room Tongue
(This post was last modified: 06-27-2012 11:53 AM by cloud101090.)
06-27-2012 11:49 AM
Find all posts by this user Quote this message in a reply
hyakki Offline
Censored
***

Posts: 391
Joined: Dec 2008
Location:
Reputation: 31
Post: #288
RE: Windows - Compile Guide and Support
different compilers produce different size files due to different optimizations, orphis most likely uses msvc 2010 and usually that results in a bigger file vs 2008..

Not sure the hotkey issue (probably something do do with the keyboard layout or you are using a mini keyboard), you can use your gsdx build just copy it from the bin/plugin folder to the orphis build / plugin directory.

Intel Core I7 930@3.5GHz(TB, HT), 6GB DDR3@1600MHz, Geforce 560 TI GTX | Widescreen patches | Widescreen Helper v1.0.5 (6/19/12)
(This post was last modified: 06-27-2012 12:00 PM by hyakki.)
06-27-2012 11:55 AM
Find all posts by this user Quote this message in a reply
cloud101090 Offline
Newbie

Posts: 16
Joined: Feb 2009
Location:
Reputation: 0
Post: #289
RE: Windows - Compile Guide and Support
@hyakki
you're mean , my inbox still 0 -_-. But nvm Laugh

Yes I know, I can play the game with either gsdx build on either pcsx2 build.
The problem is FXAA. function

My GSDX + My pcsx2 build = FXAA Work (either by add line on gsdx.ini / pressing the Page Up Hotkey). There is Console print each time i press Page up.
Orphis GSDX + Orphis pcsx2 build = Same as above.

My GSDX + Orphis pcsx2 build = FXAA doesn't work using .ini / pressing Page Up Hotkey. No console print too when pressing Page Up.
Orphis GSDX + My pcsx2 build = Same as above.

Other hotkey function such as F5 and F9 does work on either cross build.
(This post was last modified: 06-27-2012 12:21 PM by cloud101090.)
06-27-2012 12:20 PM
Find all posts by this user Quote this message in a reply
rama Offline
PCSX2 coder
******

Posts: 6.007
Joined: Nov 2008
Location: Germany
Reputation: 77
Post: #290
RE: Windows - Compile Guide and Support
Printf() and possibly the other string functions aren't compatible between 2008 and 2010 builds.
This will probably be your problem.
06-27-2012 02:06 PM
Visit this user's website Find all posts by this user Quote this message in a reply
« Next Oldest | Next Newest »
Pages (31): « Previous 1 ... 27 28 29 30 31 Next »
Post Reply 


  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread



Current time: 05-24-2013, 06:25 PM

Contact Us | PCSX2 | Return to Top | Return to Content | Lite (Archive) Mode | RSS Syndication

Powered By MyBB, © 2002-2013 MyBB Group.
Theme created by IncadudeF and modified by bositman