18
Thu, Apr
5 New Articles

Cross-Platform Development and Integration: Working with Microsoft Vista Idiosyncrasies

General
Typography
  • Smaller Small Medium Big Bigger
  • Default Helvetica Segoe Georgia Times

Now that Vista has been generally released, it's time to put Microsoft's latest operating system into practice from a mainstream software developer's point of view. Never mind the beta releases; this is where the rubber meets the road.

The Software Approaches Tested

To test Vista's hospitality toward programming environments, I selected some programming platforms that are likely to be in use in the Windows world:

  • Visual Studio 2005—This is the obvious choice for a Windows programming environment. VS produces .NET solutions that can run on Windows-based PCs.
  • Python 2.5—This is a cross-platform interpreted language that is becoming very popular for quick and ad hoc applications.
  • Java JDK6 using Eclipse as the IDE and Java using jGRASP as the IDE—Java is also cross-platform, and these two IDEs are accepted development interfaces within most Windows and non-Windows platforms.
  • Applications built under Visual Basic 6—I selected this to determine the impact on legacy applications built on the older VB6 platform.

These platforms were installed and run under Vista Business Edition.

Licensed Software

I began this evaluation with a fresh start. I built a new, powerful PC and acquired properly licensed copies of Vista, Visual Studio 2005, and Microsoft Office 2007, all duly bought, paid for, and registered. Good thing, too, because my first effort at opening Visual Studio under Vista brought up a message box informing me that I had to upgrade VS before I could use it with Vista. This led to another required intermediate step of installing Microsoft's ActiveX control that checks for legitimately licensed Microsoft products. Having passed that checkpoint, I was allowed to download and install the Visual Studio upgrade.

Although you may still be able to hack your way around the Microsoft validation checker (called Windows Genuine Advantage), a producer of commercial software can't afford to operate that way.

Folder and Registry Access

Naturally, with Vista, many of the more frustrating obstructions center around security.

One application tested tried to create a folder within the "Program files" folder. This has been an accepted practice under Windows XP, and many older applications are going to try to do that, but out of the box, Vista won't allow it.

To deal with this condition, an application that must access protected areas may receive a request for elevation and will then display a message. That is, the user must get the password of a system administrator and key it in, just like it's done under Linux.

In testing, the problem was eventually sidestepped by changing ownership of the parent folders to the user level, but many PC administrators are not going to like that idea. It defeats the purpose of Vista's beefed-up security, you see. Instead, the individual applications will have to be updated to work within Vista's overall folder designation scheme. That is, the applications will have to store their data in a place like "Documents and Settings" or in the "public" folder.

Microsoft's intended solution for the situation uses a "virtual store," which is a redirected storage area away from the forbidden system areas. Unfortunately, this approach didn't work at first either, probably because of the UAC settings at the time the application was installed.

A similar situation exists for the system registry; the regular user is no longer allowed access to some areas like HKEY_LOCAL_MACHINESOFTWARE. This commonly used part of the registry will be redirected to HKEY_CLASSES_ROOTVirtualStoreSOFTWARE by Vista's virtual store feature.

Microsoft intends the virtual store as only a temporary solution, however. In fact, 64-bit applications are already ineligible for virtualization. MSDN says that "virtualization is intended only to assist in application compatibility with existing programs. Applications designed for Windows Vista should not perform writes to sensitive system areas, nor should they rely on virtualization to provide redress for incorrect application behavior." This is Microsoft spin-talk for "you gotta change your programs soon."

To assist in determining whether an application is going to have to be updated for security reasons, Microsoft has provided a tool called the Standard User Analyzer. Microsoft recommends that developers run this tool over older applications, even if the programs run properly under standard user mode on Windows XP, as there may be hidden dependencies.

Other, Smaller Idiosyncrasies

Aside from the security problems, a number of smaller problems were encountered:

  • Printer problems—An application written for the .NET platform received Error 482, suggesting that the system's default printer did not exist, yet other applications found it without a problem. The problem went away on its own after a Windows update, however.
  • SendKeys problem—Legacy applications that use the SendKeys operation to simulate users' actual keystrokes will have to find another way. This method has been used to interface with applications that do not have an exposed public interface to one program from within another program.
  • Interfacing with a program through the Component Object Model—Although doable, the long-established COM interface currently suffers under Vista when used on such external applications as Microsoft Excel. At present, the COM interface, which marshals resources across process boundaries, runs at a snail's pace on a Vista machine. Hopefully, relief for this problem will come soon because a great many applications rely on COM interfaces.
  • Screen problems—Some screen problems occurred in which areas of the display did not paint properly, leaving some parts of the screen obscured.

Things That Worked Well

Some application development structures performed remarkably well under Vista without modification:

  • Java—Ironically, since Java is not a Microsoft thing, each of the Java applications tested performed very well under Vista. These included Java console applications on the low end and Java AWT/Swing applications on the high end. This suggests that the Java Virtual Machine running within Vista is in good shape.
  • Improved appearance—Aside from a couple of minor problems (like flashing squares around message boxes that do not clear properly,) older applications get a facelift from Vista's enhanced user interface. A new look at no charge.
  • Mobile computing—Support for mobile computing application development has improved. Gone is the ActiveSync deployment to a PocketPC or Smartphone. Instead, support for mobile device interfacing is built into Vista, and the deployment process is streamlined.
  • Microsoft updates—The gang in Redmond has put up $5 to $6 billion to develop Vista. To support that kind of investment, it appears they're working hard to bring necessary updates to the computing world as rapidly as possible. I don't think they all went on vacation just yet.

Deployment Problems

As a software developer, my greatest fear in moving to Windows Vista is the problems our customers are going to encounter when trying to install our software products. We can fix the things we run into here in the office and provide a workaround for the things that Microsoft will eventually fix...but only if we know about them. In the meantime, we are anticipating an increase in support calls as Vista works its way into business installations and the varied particulars come to surface.

We have to bear in mind that Vista comes in a variety of flavors and deploys differently on machines of differing hardware capabilities. As an ISV, this makes me nervously wonder how many individual cases there might be that must be dealt with.

It's How the Little Things Add Up

Having experimented with various programming paradigms under Vista, it appears that there are no real showstoppers here (nothing came up absolutely broken), but there seems to be a time sink of one sort or another that is attendant with almost every one of them. And often, solving one little problem will lead to the discovery of another and another. All together, solving these little problems can take days.

For example, what is apparently a desktop problem in Vista causes the shortcuts to Microsoft Office to lose their way. Icons are still there, but they're blank and do not launch the applications. An effort to fix this problem by inserting the original CD and repairing the installation then led to the discovery that there is a problem when trying to install Office on a PC that already has Office loaded. More time spent reading and researching.

At this point, the Windows programmer's most effective tools may be sound planning and good old-fashioned patience. Rollout of a critical application may best be served by restricting the application to the less flashy Windows XP platform for a few months until many of the issues that confront Microsoft Vista are resolved.

Preparing your applications for Vista is an ongoing process, I'm afraid, as the twists and turns that Vista represents are traversed and as Microsoft adjusts Vista's behavior in reaction to the cry and hue of programmers and the computing community in general. Stay tuned.

Chris Peters has 26 years of experience in the IBM midrange and PC platforms. Chris is president of Evergreen Interactive Systems, a software development firm and creators of the iSeries Report Downloader. Chris is the author of The i5/OS and Microsoft Office Integration Handbook, The AS/400 TCP/IP Handbook, AS/400 Client/Server Programming with Visual Basic, and Peer Networking on the AS/400 (MC Press). He is also a nationally recognized seminar instructor and a lecturer at Eastern Washington University. Chris can be reached at This email address is being protected from spambots. You need JavaScript enabled to view it..

Chris Peters has 32 years of experience with IBM midrange and PC platforms. Chris is president of Evergreen Interactive Systems, a software development firm and creators of the iSeries Report Downloader. Chris is the author of i5/OS and Microsoft Office Integration Handbook, AS/400 TCP/IP Handbook, AS/400 Client/Server Programming with Visual Basic, and Peer Networking on the AS/400. He is also a nationally recognized seminar instructor and a lecturer in the Computer Science department at Eastern Washington University. Chris can be reached at This email address is being protected from spambots. You need JavaScript enabled to view it..


MC Press books written by Chris Peters available now on the MC Press Bookstore.

i5/OS and Microsoft Office Integration Handbook i5/OS and Microsoft Office Integration Handbook
Harness the power of Office while exploiting the i5/iSeries database.
List Price $79.95

Now On Sale

BLOG COMMENTS POWERED BY DISQUS

LATEST COMMENTS

Support MC Press Online

$0.00 Raised:
$

Book Reviews

Resource Center

  • SB Profound WC 5536 Have you been wondering about Node.js? Our free Node.js Webinar Series takes you from total beginner to creating a fully-functional IBM i Node.js business application. You can find Part 1 here. In Part 2 of our free Node.js Webinar Series, Brian May teaches you the different tooling options available for writing code, debugging, and using Git for version control. Brian will briefly discuss the different tools available, and demonstrate his preferred setup for Node development on IBM i or any platform. Attend this webinar to learn:

  • SB Profound WP 5539More than ever, there is a demand for IT to deliver innovation. Your IBM i has been an essential part of your business operations for years. However, your organization may struggle to maintain the current system and implement new projects. The thousands of customers we've worked with and surveyed state that expectations regarding the digital footprint and vision of the company are not aligned with the current IT environment.

  • SB HelpSystems ROBOT Generic IBM announced the E1080 servers using the latest Power10 processor in September 2021. The most powerful processor from IBM to date, Power10 is designed to handle the demands of doing business in today’s high-tech atmosphere, including running cloud applications, supporting big data, and managing AI workloads. But what does Power10 mean for your data center? In this recorded webinar, IBMers Dan Sundt and Dylan Boday join IBM Power Champion Tom Huntington for a discussion on why Power10 technology is the right strategic investment if you run IBM i, AIX, or Linux. In this action-packed hour, Tom will share trends from the IBM i and AIX user communities while Dan and Dylan dive into the tech specs for key hardware, including:

  • Magic MarkTRY the one package that solves all your document design and printing challenges on all your platforms. Produce bar code labels, electronic forms, ad hoc reports, and RFID tags – without programming! MarkMagic is the only document design and print solution that combines report writing, WYSIWYG label and forms design, and conditional printing in one integrated product. Make sure your data survives when catastrophe hits. Request your trial now!  Request Now.

  • SB HelpSystems ROBOT GenericForms of ransomware has been around for over 30 years, and with more and more organizations suffering attacks each year, it continues to endure. What has made ransomware such a durable threat and what is the best way to combat it? In order to prevent ransomware, organizations must first understand how it works.

  • SB HelpSystems ROBOT GenericIT security is a top priority for businesses around the world, but most IBM i pros don’t know where to begin—and most cybersecurity experts don’t know IBM i. In this session, Robin Tatam explores the business impact of lax IBM i security, the top vulnerabilities putting IBM i at risk, and the steps you can take to protect your organization. If you’re looking to avoid unexpected downtime or corrupted data, you don’t want to miss this session.

  • SB HelpSystems ROBOT GenericCan you trust all of your users all of the time? A typical end user receives 16 malicious emails each month, but only 17 percent of these phishing campaigns are reported to IT. Once an attack is underway, most organizations won’t discover the breach until six months later. A staggering amount of damage can occur in that time. Despite these risks, 93 percent of organizations are leaving their IBM i systems vulnerable to cybercrime. In this on-demand webinar, IBM i security experts Robin Tatam and Sandi Moore will reveal:

  • FORTRA Disaster protection is vital to every business. Yet, it often consists of patched together procedures that are prone to error. From automatic backups to data encryption to media management, Robot automates the routine (yet often complex) tasks of iSeries backup and recovery, saving you time and money and making the process safer and more reliable. Automate your backups with the Robot Backup and Recovery Solution. Key features include:

  • FORTRAManaging messages on your IBM i can be more than a full-time job if you have to do it manually. Messages need a response and resources must be monitored—often over multiple systems and across platforms. How can you be sure you won’t miss important system events? Automate your message center with the Robot Message Management Solution. Key features include:

  • FORTRAThe thought of printing, distributing, and storing iSeries reports manually may reduce you to tears. Paper and labor costs associated with report generation can spiral out of control. Mountains of paper threaten to swamp your files. Robot automates report bursting, distribution, bundling, and archiving, and offers secure, selective online report viewing. Manage your reports with the Robot Report Management Solution. Key features include:

  • FORTRAFor over 30 years, Robot has been a leader in systems management for IBM i. With batch job creation and scheduling at its core, the Robot Job Scheduling Solution reduces the opportunity for human error and helps you maintain service levels, automating even the biggest, most complex runbooks. Manage your job schedule with the Robot Job Scheduling Solution. Key features include:

  • LANSA Business users want new applications now. Market and regulatory pressures require faster application updates and delivery into production. Your IBM i developers may be approaching retirement, and you see no sure way to fill their positions with experienced developers. In addition, you may be caught between maintaining your existing applications and the uncertainty of moving to something new.

  • LANSAWhen it comes to creating your business applications, there are hundreds of coding platforms and programming languages to choose from. These options range from very complex traditional programming languages to Low-Code platforms where sometimes no traditional coding experience is needed. Download our whitepaper, The Power of Writing Code in a Low-Code Solution, and:

  • LANSASupply Chain is becoming increasingly complex and unpredictable. From raw materials for manufacturing to food supply chains, the journey from source to production to delivery to consumers is marred with inefficiencies, manual processes, shortages, recalls, counterfeits, and scandals. In this webinar, we discuss how:

  • The MC Resource Centers bring you the widest selection of white papers, trial software, and on-demand webcasts for you to choose from. >> Review the list of White Papers, Trial Software or On-Demand Webcast at the MC Press Resource Center. >> Add the items to yru Cart and complet he checkout process and submit

  • Profound Logic Have you been wondering about Node.js? Our free Node.js Webinar Series takes you from total beginner to creating a fully-functional IBM i Node.js business application.

  • SB Profound WC 5536Join us for this hour-long webcast that will explore:

  • Fortra IT managers hoping to find new IBM i talent are discovering that the pool of experienced RPG programmers and operators or administrators with intimate knowledge of the operating system and the applications that run on it is small. This begs the question: How will you manage the platform that supports such a big part of your business? This guide offers strategies and software suggestions to help you plan IT staffing and resources and smooth the transition after your AS/400 talent retires. Read on to learn: