Basic4ppc and Microsoft Surface Pro ?

pdablue

Active Member
Licensed User
Longtime User
Hi,

Does anyone know if we will be able to run Basic4ppc on a Microsoft
Surface Pro Tablet or Phone device?
 

agraham

Expert
Licensed User
Longtime User
Assuming that I have understood the question correctly then the Basic4ppc IDE should run fine on a Surface Pro as it seems to work fine on a Windows 8 desktop. You will however need to install .NET 2.0 but Windows 8 will prompt you do do this if you try to run any .NET 2.0 application. You would also need to install the Compact Framework to be able to compile for devices. I haven't actually done this on Windows 8 as I have no need but I don't forsee a problem doing that as the installation merely copies some files to a known destination to make them available for compilation and download to a device.

From Googling it appears the Windows Mobile Device Centre will install and work on Windows 8 but there may be problem syncing some devices with Outlook. However it seems that device exploration and file transfer does work.

As Erel says only Windows Mobile devices and not Window Phone 7 or 8 will run the programs compiled for the device. Basic4ppc desktop programs work fine under Windows 8.
 

Cableguy

Expert
Licensed User
Longtime User
From what I've been reading, the Surface will be produced with both Microsoft's S.O.'s, thus targeting both the consumer and professional markets....
There are two series of the Surface Table, both running windows 8, thus the confusion, but one is Windows 8 Mobile, and the other the win32 S.O.
So the answer is divided... yes, it will run the IDE on the win32 based tablet, but neither will run native android apps without a third-party emulated of some kind, like bluestaks for the win32...
 

agraham

Expert
Licensed User
Longtime User
There are two (at the moment) Surface tablets and each has a totally different hardware design - although superficially they look the same.

The Surface currently available has an ARM processor and runs Windows RT which is the ARM based version of Windows 8 that can run what are now called Windows Store Apps (formerly Metro) but cannot run traditional desktop apps. It has a capacitive touch screen.

The Surface Pro to be launched later this month has an Intel processor and runs the full version of Windows 8, just like a desktop. The Pro, as well as having a capacitive touch screen, also has an active digitiser and supports the use of a precision stylus as well as touch. Just like a desktop it can run Windows Store Apps as well as all the traditional Windows desktop applications.

Not sure where Android apps come into this question :confused:
 

Cableguy

Expert
Licensed User
Longtime User
The surface Pro is already available in Portuguese stores! ( been messing around one yesterday )

I mentioned the Android apps because some tend to confuse the 4Ppc part of the software's name... we have seen several android related questions on the winmo forum... and I though it would be an extra info to the subject in hand.
 
Last edited:

agraham

Expert
Licensed User
Longtime User
The surface Pro is already available in Portuguese stores! ( been messing around one yesterday )
Lucky you - I've not even seen a Surface yet. The Pro is not officially launched yet so I guess someone's has broken an embargo. What was the pricing on it?
 

Cableguy

Expert
Licensed User
Longtime User
I played with two of them, each running on Atom's.
One passed at 800Mhz, with 64GB Band Disk Drive, priced at 799€, the other passed at 1.2Ghz( or was it 1Ghz?), same HDD priced 899€...
Both felt kinda slowish, and quite confusing to work with... but that might be just my impression...
[Edited link]
You can check them out http:// http://www.worten.pt/ProductList.aspx?oid=30|47815&c=2657292
 

Cableguy

Expert
Licensed User
Longtime User
Hummmm....My BAD.... they were NOT Microsoft's Surface Tablets... but Tablets running Microsoft's Windows 8, just like the surface pro will.... Sorry about that...
Anyway, the pricing is quite affordable I think...
 

agraham

Expert
Licensed User
Longtime User

aaronk

Well-Known Member
Licensed User
Longtime User
Hello,

Surface with Windows 8 Pro prices:

· 64GB standalone version at $899
· 128GB standalone version at $999

Source: Next Up for the Surface Family: Surface with Windows 8 Pro – Pricing - The Official Microsoft Blog - Site Home - TechNet Blogs

Does anyone know if we will be able to run Basic4ppc on a Microsoft Surface Pro Tablet

Basic4Android IDE will run on this tablet (Surface with Windows 8 Pro) fine but like others have said the Surface with Windows 8 RT will only run apps from the Windows Store (formerly known as Metro apps)

Phone device?

No, you need to use Visual Studio 2012 on a Windows 8 Pro computer to be able to create apps for the Microsoft Store, which run on Windows 8 RT and Windows 8 Mobile devices. - MSDN – the Microsoft Developer Network
 
Top