barrybo - Site Home - MSDN Blogs
Sign In
barrybo
Infrequent and rambling posts about DeviceEmulator and other things important in my life
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
Accelerator
gpgpu
multicore
Archive
Archives
June 2010
(1)
November 2009
(1)
August 2008
(1)
November 2007
(1)
July 2007
(3)
May 2007
(1)
April 2007
(1)
March 2007
(2)
December 2006
(1)
October 2006
(1)
August 2006
(3)
July 2006
(1)
June 2006
(2)
May 2006
(5)
April 2006
(2)
March 2006
(1)
February 2006
(2)
December 2005
(2)
November 2005
(1)
October 2005
(1)
September 2005
(1)
August 2005
(3)
MSDN Blogs
>
barrybo
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
barrybo
MSR Accelerator - the new CTP is out
Posted
over 2 years ago
by
Barry Bond
0
Comments
Accelerator is a high-level data parallel library which uses parallel processors such as the GPU or multicore CPU to accelerate execution. Accelerator v1 was released to the MSR Web site in October 2006 and has been periodically updated since then. Accelerator...
barrybo
MSR Accelerator v2 preview build is ready
Posted
over 3 years ago
by
Barry Bond
0
Comments
Visit http://connect.microsoft.com/acceleratorv2 to download the preview build and documentation. What is Accelerator? Accelerator is a high-level data parallel array-processing library which uses the parallel processing capabilities of a GPU...
barrybo
Second edition of Shared Source CLI Essentials is coming!
Posted
over 4 years ago
by
Barry Bond
1
Comments
Great news! Joel Pobar and Ted Neward have been working on a new edition of the Shared Source CLI Essentials book , titled "Shared Source CLI 2.0 Internals". It is based on the Rotor 2.0 source release, so there are lots of new places to explore in the...
barrybo
BarryBo and high-end PC video games?!?!!
Posted
over 5 years ago
by
Barry Bond
1
Comments
My "hush-hush" project is finally opening up a little! After delving deep into the world of mobile and embedded applications as part of the DeviceEmulator project, I decided to learn a very different style of software... video games. Instead of squeezing...
barrybo
Notification LED in the DeviceEmulator V2.0 - How to customize the LED with a skin
Posted
over 5 years ago
by
Barry Bond
1
Comments
DeviceEmulator 2.0 adds several new peripheral devices, including notification LED and vibrate. If the emulator is running without a skin, or with a skin that predates the LED feature, then the emulator displays the LED as a blinking box in its title...
barrybo
Come work with BarryBo on whatever-it-is-that-I-work-on
Posted
over 5 years ago
by
Barry Bond
0
Comments
Back in October, I left the DeviceEmulator team for a new position in Microsoft Research. The project's details are hush-hush, even inside Microsoft, so I've been keeping a low profile in the blogsphere. It isn't time to announce the project yet, but...
barrybo
Experimenting with the Shared Source DeviceEmulator's JIT compiler - tracing and debugging
Posted
over 5 years ago
by
Barry Bond
0
Comments
There are some mechanisms built into the DeviceEmulator's JIT which can make debugging and tracing both the JIT and guest code fairly straightfoward. 1) Define LOGGING_ENABLED to 1 in include\emulator.h, to compile in debug logging in the JIT. Several...
barrybo
eXDI hardware debugging support in DeviceEmulator
Posted
over 5 years ago
by
Barry Bond
2
Comments
Windows Embedded CE 6.0 Platform Builder 6.0 SP1 is now available at http://www.microsoft.com/downloads/details.aspx?FamilyId=BF0DC0E3-8575-4860-A8E3-290ADF242678&displaylang=en . The service pack adds eXDI hardware-level debugging into the Platform...
barrybo
Accelerator project - compiling data-parallel programs to graphics processor units (GPUs) and multiprocessors
Posted
over 5 years ago
by
Barry Bond
1
Comments
Back in October, I said farewell to the DeviceEmulator , and joined a new project in Microsoft Research. That project is still secret - I joke that at next TechFest , we'll have a booth, but it'll just be 4 black-curtained walls, with no computers and...
barrybo
Localized DeviceEmulator 2.0 executables
Posted
over 5 years ago
by
Barry Bond
0
Comments
The DeviceEmulator team has just released DeviceEmulator 2.0 in all languages that Visual Studio 2005 supports. Here are the URLs: ENU: http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=dd567053-f231-4a64-a648-fea5e7061303...
barrybo
Device Emulator V2 standalone
Posted
over 5 years ago
by
Barry Bond
0
Comments
Anand just posted that Device Emulator V2 is now available as a standalone download ( http://blogs.msdn.com/anandba/archive/2007/03/13/device-emulator-v2-is-live.aspx ). Congrats to the emulator team! Two things made V2 particularly interesting...
barrybo
Office OneNote - one of the best code development tools around
Posted
over 6 years ago
by
Barry Bond
3
Comments
I use a pretty extensive suite of tools as a developer - two IDEs, debuggers, code analysis tools, profilers, etc. But one tool stands out as the glue between all of my tools - OneNote 2007. Here's a rundown of a few of the tasks where Outlook is invaluable...
barrybo
BarryBo Says Farewell to the DeviceEmulator
Posted
over 6 years ago
by
Barry Bond
3
Comments
Device Emulator V2.0 is finished, and RTMs along with Windows CE 6.0. It's going to be a great release, building on the V2.0 CTP, with improved features and performance (and quite a few bug fixes). The V3.0 emulator is already under development, and I...
barrybo
BarryBo on Channel9
Posted
over 6 years ago
by
Barry Bond
1
Comments
My Channel9 video is up! http://channel9.msdn.com/Showpost.aspx?postid=224510 . It's a talk about the DeviceEmulator in general, with some highlights of the Shared Source DeviceEmulator.
barrybo
What's the smallest Windows CE 5.0 configuration that you can target from Visual Studio 2005?
Posted
over 6 years ago
by
Barry Bond
4
Comments
Very small! The DeviceEmulator nk.bin can be as small as 1.3mb! With that 1.3mb OS image, you can deploy and debug native applications using Visual Studio for Devices. Here's how... In Platform Builder Install the Device Emulator BSP from http:...
barrybo
DeviceEmulator and Virtual Switch inside VirtualPC/VirtualServer
Posted
over 6 years ago
by
Barry Bond
0
Comments
One of the great things about the DeviceEmulator is that it runs inside VirtualPC and VirtualServer. However, there is one gotcha about using the Virtual Switch driver (download from http://www.microsoft.com/downloads/details.aspx?FamilyID=dc8332d6...
barrybo
Shared Source Device Emulator 1.0 has been released
Posted
over 6 years ago
by
Barry Bond
13
Comments
Get it here: http://www.microsoft.com/downloads/details.aspx?FamilyID=faa8c81d-7316-4461-a0ed-6c95b261ddcd&DisplayLang=en . The license text is available here: http://msdn.microsoft.com/vstudio/license/de_academic.aspx . This release is the full...
barrybo
Adapt Your App - emulators, guidance, and tools to help keep your apps runniing on the latest device displays
Posted
over 6 years ago
by
Barry Bond
0
Comments
The Adapt Your App Site ( http://msdn.microsoft.com/mobility/windowsmobile/howto/AdaptYourApp ) is a great resource for learning about display sizes and orientations in Windows Mobile. The site has links to the Device Emulator V1.0 standalone release...
barrybo
Nicer looking demos in the DeviceEmulator with ClearType and Zoom2x
Posted
over 6 years ago
by
Barry Bond
1
Comments
Three quick things can make demos on the DeviceEmulator look much nicer: Enable ClearType. Go to Start/Settings, then switch to the System tab and tap on the Screen applet. Switch to the ClearType tab and check the "Enable ClearType" checkbox...
barrybo
DeviceEmulator V2 - how did we get a 40% improvement in performance?
Posted
over 6 years ago
by
Barry Bond
12
Comments
The DeviceEmulator V2 is significantly faster than the V1 emulator you're used to. Most of the performance wins come from a small set of optimizations in the ARM-to-x86 JIT and the MMU emulator. These wins improve raw execution of ARM instructions...
barrybo
GPS and the DeviceEmulator, Part 2 - Using GPS receiver hardware from the emulator
Posted
over 6 years ago
by
Barry Bond
1
Comments
Using GPS receiver hardware from inside the DeviceEmulator is actually more straightforward than using the virtual GPS receiver from Part 1. Here is how: Plug your GPS receiver into a serial port on your PC. Launch the Windows Mobile 5.0 PocketPC...
barrybo
GPS and the DeviceEmulator, Part 1 - emulated GPS without a GPS receiver
Posted
over 6 years ago
by
Barry Bond
8
Comments
Have you ever wanted to run a GPS-aware application inside the DeviceEmulator, without using a hardware GPS receiver? This would make both demos and test automation of GPS-aware applications much easier! It turns out that the support is built right...
barrybo
Windows Mobile 5.0 MSFP operating system images for the Device Emulator
Posted
over 6 years ago
by
Barry Bond
1
Comments
Great news! You can now download Windows Mobile 5.0 Messaging and Security Feature Pack OS images (aka AKU2) for the Device Emulator. The MSFP release includes Direct Push , Remote Wipe, S/MIME, policy enformencent and other features - see this article...
barrybo
Device Emulator 1.0 Standalone is now available for download
Posted
over 6 years ago
by
Barry Bond
0
Comments
If you do not have Visual Studio 2005 installed, but have Device Emulator OS images you want to try, you can now do so using the same emulator that ships with Visual Studio 2005. Head to http://www.microsoft.com/downloads/details.aspx?FamilyId=C62D54A5...
barrybo
Now available: Device Emulator 2.0 Community Tech. Preview
Posted
over 6 years ago
by
Barry Bond
4
Comments
The DeviceEmulator 2.0 Community Tech. Preview just went live, at http://www.microsoft.com/downloads/details.aspx?FamilyId=13F5DE85-30CD-4506-9C5B-A2068FA1EE9E&displaylang=en . V2 has: Much improved performance DEComInterfaces.idl - the...
Page 1 of 2 (37 items)
1
2