You are not logged in.

Read the FAQ and Knowledge Base before posting.
We won't make a 3DS/2DS emulator.



#1 2010-02-14 12:46:57

retracell
Member
Registered: 2010-02-14
Posts: 6

Rotation Inquiry

Is there any way to fix the rotating display problem? All the games show up fine horizontally but it's difficult to play ones that require vertical view.
I tried it in no$gba and the rotation was fine. Any help would be appreciated.

http://img33.imageshack.us/img33/2752/mnlbnsrotate.jpg
http://img220.imageshack.us/img220/2559/rgcrotate.jpg

Last edited by retracell (2010-02-14 13:56:34)

Offline

#2 2010-02-14 18:34:49

zeromus
Radical Ninja
Registered: 2009-01-05
Posts: 6,209

Re: Rotation Inquiry

try finding a newer svn build online, that problem may be fixed by now.

Offline

#3 2010-02-15 09:24:45

retracell
Member
Registered: 2010-02-14
Posts: 6

Re: Rotation Inquiry

Thanks it works!

I followed the guide on compiling SVN but it compiles a 32bit executable. Can I still run it on a 64bit system, ie. will it have slowdowns or whatnot?

Offline

#4 2010-02-15 10:03:49

yonizaf
Member
Registered: 2009-12-22
Posts: 179

Re: Rotation Inquiry

a 32bit executable should run at the same speed on 32bit and 64bit systems.
a 64bit executable might be a little faster.

you can compile for 64bit if you want. change the platform to from win32 to x64.
dunno if Express can do it though.

Offline

#5 2010-02-16 07:08:12

retracell
Member
Registered: 2010-02-14
Posts: 6

Re: Rotation Inquiry

yonizaf wrote:

a 32bit executable should run at the same speed on 32bit and 64bit systems.
a 64bit executable might be a little faster.

you can compile for 64bit if you want. change the platform to from win32 to x64.
dunno if Express can do it though.

Ah I see, thanks. It was right beside the release scrolldown. Unfortunately I don't think, like you said, Express can do it since it just says 0 succeeded, 0 failed, 1 skipped in the output window when I build it.

Offline

#6 2010-02-16 18:37:24

zeromus
Radical Ninja
Registered: 2009-01-05
Posts: 6,209

Re: Rotation Inquiry

retracell, there may be a tiny bug in whatever source code release you have. go to build > configuration manager. In that screen you will see which projects build for each configuration (32/64/debug/release/etc). You will probably observe that in the configuration you have chosen, the checkbox for the project is unchecked, thus forcing VS to skip the sole project in the solution. Check it, and it should work.

Offline

#7 2010-02-16 21:18:47

CrazyMax
Administrator
From: Ukraine
Registered: 2007-10-26
Posts: 121

Re: Rotation Inquiry

Express not have a x64 compiler.

http://en.wikipedia.org/wiki/Microsoft_ … io_Express

The Visual C++ 2008 Express Edition can be used to compile .NET as well as Win32 applications immediately after installation. However, natively compiling 64-bit applications through the IDE is not supported without some involved configurations. If the freely available Windows SDK is installed, 64-bit applications can be built on the command line using the x64 cross-compiler (Cl.exe) supplied with the SDK.[9] True integration of 64bit compilers to the Visual C++ 2008 Express Edition is possible, but remains cumbersome. [10]

Visual C++ 2008 Express does not include OpenMP support, 64-bit compilers, or a resource editor. The higher-end commercial editions of Visual Studio, specifically the Professional and Team Suite editions, have these features.[11]

Last edited by CrazyMax (2010-02-16 21:22:23)

Offline

#8 2010-02-16 22:35:15

zeromus
Radical Ninja
Registered: 2009-01-05
Posts: 6,209

Re: Rotation Inquiry

laaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaame

Offline

#9 2010-03-14 21:42:25

retracell
Member
Registered: 2010-02-14
Posts: 6

Re: Rotation Inquiry

Anyone know how to compile x64 using the profession edition?

I tried to switch the platform to x64 but the start debugging arrow is grayed out.
When I try to press F7, the output still says 1 skipped. I went into configuration manager and made sure the project was checked.

Offline

#10 2010-03-14 23:13:10

yonizaf
Member
Registered: 2009-12-22
Posts: 179

Re: Rotation Inquiry

try Rebuild (Ctrl+Alt+F7)

Offline

#11 2010-03-16 01:44:36

retracell
Member
Registered: 2010-02-14
Posts: 6

Re: Rotation Inquiry

Same problem, I get 1 skipped.

Offline

#12 2010-03-16 01:59:09

XMSFel6
Member
Registered: 2009-02-27
Posts: 69

Re: Rotation Inquiry

Hmmm I had the same problem and it has to do with Professional not incorporating x64 files in the SDK or something. Try installing the new Windows SDK v7 (go to Microsoft and search it). That may or may not fix things. Maybe reinstalling? I'm too busy right now but I might be able to find out how I fixed before.

Offline

#13 2010-03-16 07:07:46

zeromus
Radical Ninja
Registered: 2009-01-05
Posts: 6,209

Re: Rotation Inquiry

skippd almost always has to do with the checkbox in configuration manager. are you sure you find all the mistakenly unchecked things?

Offline

#14 2010-03-16 12:29:16

shash
Administrator
Registered: 2007-03-17
Posts: 897

Re: Rotation Inquiry

Or you didn't install the x64 compiler, which would always force the skipping.

Offline

#15 2010-03-27 21:01:24

retracell
Member
Registered: 2010-02-14
Posts: 6

Re: Rotation Inquiry

shash wrote:

Or you didn't install the x64 compiler, which would always force the skipping.

Yesss, thank you.

This was the problem after all. I got the compiler and it finally worked.

Offline

Board footer

Powered by FluxBB