Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Got some problem build ppsspp
07-17-2013, 08:03 AM (This post was last modified: 07-17-2013 08:19 AM by solarmystic.)
Post: #3
RE: Got some problem build ppsspp
The warning occurs because you are trying to compile a 64bit build on Visual C++ Express which does not come with 64bit build support by default.

The (simplified) solution:-

Make sure your Visual C++ window looks like this (with the Release and Win32 build selected in the highlighted portions of my screenshot), and then build solution, by clicking on Debug --> Build Solution in the menubar.

You're now compiling a Win32 (32bit), release version of PPSSPP.

[Image: attachment.php?aid=6440]

It's that simple Big Grin

EDIT:-

If you really want 64bit build support in Visual C++ Express, read this:-

http://stackoverflow.com/questions/18650...10-express

I haven't tried it myself yet, but it should work.

EDIT2:-

Before I forget, make sure to do this first.

1. Right click on PPSSPPWindows in the Solution Explorer branch (you can see it in my screenshot) and click on properties

2. Click on Configuration Properties in the box that pops up, expand it and click on Debugging.

3. Click on Working Directory and then next to it, change the entry from (ActiveDirectory) to just ..

(Yes. Two dots.)

4. Click on Apply, and OK.

[Image: attachment.php?aid=6441]

5. Now build your solution.


Attached File(s) Thumbnail(s)
       

PPSSPP Modern Testbed:-
Intel Core i5 4690K @ 4.0 GHz
NVIDIA Geforce GTX 760 2GB GDDR5 VRAM @ 1138/6500 Mhz
16 GB DDR3 RAM @ 1600 MHz
Windows 7 x64 SP1

PPSSPP Ancient Testing Rig:-
Intel Core 2 Duo T9550 @ 2.8GHz
ATI Mobility Radeon 4670 1GB GDDR3 VRAM @ 843/882 MHz
8 GB DDR3 RAM @ 1066 MHz
Windows 7 x64 SP1
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Got some problem build ppsspp - Ritori - 07-15-2013, 02:45 PM
RE: Got some problem build ppsspp - Ritori - 07-17-2013, 07:47 AM
RE: Got some problem build ppsspp - solarmystic - 07-17-2013 08:03 AM
RE: Got some problem build ppsspp - Ritori - 07-17-2013, 10:14 AM
RE: Got some problem build ppsspp - Ritori - 07-17-2013, 11:19 AM
RE: Got some problem build ppsspp - Ritori - 07-17-2013, 11:47 AM
RE: Got some problem build ppsspp - Ritori - 07-18-2013, 11:13 AM
RE: Got some problem build ppsspp - Ritori - 07-18-2013, 02:46 PM
RE: Got some problem build ppsspp - Ritori - 07-18-2013, 03:23 PM

Forum Jump: