Windows 8 tablet programming?
- Fangbeast
- PureBasic Protozoa
- Posts: 4790
- Joined: Fri Apr 25, 2003 3:08 pm
- Location: Not Sydney!!! (Bad water, no goats)
Windows 8 tablet programming?
Has anyone done any programming on/for Windows 8 tablets with PB?
Amateur Radio/VK3HAF, (D-STAR/DMR and more), Arduino, ESP32, Coding, Crochet
Re: Windows 8 tablet programming?
No, but its safe to say it will not work. At least until Fred makes a ARM version of PureBasic. In which I highly doubt he will giving the platforms the team have to cover at the moment. I guess if you wanna really code for tablet, you might as well use Visual Studio so you can utilize the new WinRT API.
Its Not A Bug, Its An Undocumented Feature!
Relax Its All Just Ones And Zeros
There Is No Place Like 127.0.0.1 Except ::1
I do things TO my computer, not WITH my computer... I am a nerd.
Relax Its All Just Ones And Zeros
There Is No Place Like 127.0.0.1 Except ::1
I do things TO my computer, not WITH my computer... I am a nerd.
-
- Always Here
- Posts: 6426
- Joined: Fri Oct 23, 2009 2:33 am
- Location: Wales, UK
- Contact:
Re: Windows 8 tablet programming?
First Win8 tablets are Intel/AMD. Lenovo Thinkpad Tablet 2, Microsoft Surface and Samsung's first tablet all run on Intel Core i processors. So, it depends on the type of app you want to put on them - classic Windows is still there.
IdeasVacuum
If it sounds simple, you have not grasped the complexity.
If it sounds simple, you have not grasped the complexity.
- Fangbeast
- PureBasic Protozoa
- Posts: 4790
- Joined: Fri Apr 25, 2003 3:08 pm
- Location: Not Sydney!!! (Bad water, no goats)
Re: Windows 8 tablet programming?
Thanks, that's what I needed to know. A friend wants some work done for some traffic management and thought about Android first (Which neither of us know) and then the win 8 tablets.IdeasVacuum wrote:First Win8 tablets are Intel/AMD. Lenovo Thinkpad Tablet 2, Microsoft Surface and Samsung's first tablet all run on Intel Core i processors. So, it depends on the type of app you want to put on them - classic Windows is still there.
I can run windows 8 in a vm to test some simple stuff and when he gets the tablet, see how far I can push my luck.
Amateur Radio/VK3HAF, (D-STAR/DMR and more), Arduino, ESP32, Coding, Crochet
Re: Windows 8 tablet programming?
Some tablets, but most tablets are ARM based. If you are talking about the few i386 based ones, then yes Win32 still exists and everything will work the same. If you have any more questions about Windows 8 let me know.IdeasVacuum wrote:First Win8 tablets are Intel/AMD. Lenovo Thinkpad Tablet 2, Microsoft Surface and Samsung's first tablet all run on Intel Core i processors. So, it depends on the type of app you want to put on them - classic Windows is still there.
c ya,
Warmonger
Its Not A Bug, Its An Undocumented Feature!
Relax Its All Just Ones And Zeros
There Is No Place Like 127.0.0.1 Except ::1
I do things TO my computer, not WITH my computer... I am a nerd.
Relax Its All Just Ones And Zeros
There Is No Place Like 127.0.0.1 Except ::1
I do things TO my computer, not WITH my computer... I am a nerd.
Re: Windows 8 tablet programming?
Just forget about Windows 8... really that's the best idea... Win 8 gona be a fail... they said it's gonig to be the same for EVERY platform including PC, which makes it a horribly un optimised OS and is not gona be compatible with anything.
-
- Always Here
- Posts: 6426
- Joined: Fri Oct 23, 2009 2:33 am
- Location: Wales, UK
- Contact:
Re: Windows 8 tablet programming?
That's only true because of the recent history of Tablets. Now Microsoft has a renewed interest in them, we can expect more tabs to be Intel/AMD in the future, if Win8 is a success (it sounds as though it may 'do a Vista').Some tablets, but most tablets are ARM based.
Most Users that do not use Tablets, especially business Users, will appreciate the MS approach because a keyboard and mouse is still properly catered for and sensible things such as USB ports are right there from the start. Business Users also need to know that their current investment in software is not going to be wasted, so they will be picking the Intel/AMD hardware every time - MS have realized that this section of the tab market is there for the taking, that's why they are in.
IdeasVacuum
If it sounds simple, you have not grasped the complexity.
If it sounds simple, you have not grasped the complexity.
- ultralazor
- Enthusiast
- Posts: 186
- Joined: Sun Jun 27, 2010 9:00 am
Re: Windows 8 tablet programming?
Arm with IOS or Android is simple, SDK intermediate compiler.. W8 for ARM uses epic constructs and PE additions cause they only want people using MSIL based .NET like C#; you can do C/C++ and other by wrapping this stuff after a lot of reverse engineering though. Basically yeah you are right thoughWarmonger wrote:No, but its safe to say it will not work. At least until Fred makes a ARM version of PureBasic. In which I highly doubt he will giving the platforms the team have to cover at the moment. I guess if you wanna really code for tablet, you might as well use Visual Studio so you can utilize the new WinRT API.
so many ideas so little time..
Re: Windows 8 tablet programming?
I thought WindowsRT only runs on ARM 

I am to provide the public with beneficial shocks.
Alfred Hitshock
- Fangbeast
- PureBasic Protozoa
- Posts: 4790
- Joined: Fri Apr 25, 2003 3:08 pm
- Location: Not Sydney!!! (Bad water, no goats)
Re: Windows 8 tablet programming?
Good grief, this topis is still going?? What did I start here????
Amateur Radio/VK3HAF, (D-STAR/DMR and more), Arduino, ESP32, Coding, Crochet
Re: Windows 8 tablet programming?
Hey Fangles, is the picture in your avatar current
You didn't change a bit in all these years

You didn't change a bit in all these years

I am to provide the public with beneficial shocks.
Alfred Hitshock
- Fangbeast
- PureBasic Protozoa
- Posts: 4790
- Joined: Fri Apr 25, 2003 3:08 pm
- Location: Not Sydney!!! (Bad water, no goats)
Re: Windows 8 tablet programming?
Yes, I can't use my normal face because of what srod's used sheep did to me. It's terrible what he does to those poor innocent animals that he stole from Idle.Hey Fangles, is the picture in your avatar current![]()
Wait till I go through radiotherapy in 2 months, that will make me glow and I will really change!!:):)You didn't change a bit in all these years
Amateur Radio/VK3HAF, (D-STAR/DMR and more), Arduino, ESP32, Coding, Crochet
Re: Windows 8 tablet programming?
Windows RT is what they are calling the ARM version of Windows 8. Which all tablets will run, except of course the Surface Pro (which is a mutt tablet). Short and sweet like I already stated, PureBasic will not compile apps that will run on Windows RT. You will have to use Visual Studio 2012.fsw wrote:I thought WindowsRT only runs on ARM
Its Not A Bug, Its An Undocumented Feature!
Relax Its All Just Ones And Zeros
There Is No Place Like 127.0.0.1 Except ::1
I do things TO my computer, not WITH my computer... I am a nerd.
Relax Its All Just Ones And Zeros
There Is No Place Like 127.0.0.1 Except ::1
I do things TO my computer, not WITH my computer... I am a nerd.