JLONERO8255

Useful to know. When I worked at Cadence (2003), we all used Visual Studio at that time as the production IDE. Everyone had a Windows computer with VS installed. Some had VMware installed to run Linux also. The code was first compiled in VS (Windows) for inital compiler errors, then in Linux to match the production system.. And again in Solaris (on a network computer) to make sure it ran against that OS. We has our frustrations in that we had to write code to the lowest common denominator (most restrictive compiler).