User Jeff McClintock - Stack Overflowmost recent 30 from stackoverflow.com2009-11-28T01:50:29Zhttp://stackoverflow.com/feeds/user/64078http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/991707/when-to-support-windows-646When to support Windows 64?Jeff McClintock2009-06-13T22:53:13Z2009-06-14T03:26:19Z
<p>I'm currently providing 32 bit Windows music software. Some of my users are asking for 64-bit support. I plan to eventually, but porting is a big job, and I have plenty of other important feature requests too. I need to allocate my limited time wisely.
How much market share do 64-bit operating systems hold?, and what's the trend.</p>
http://stackoverflow.com/questions/553646/getting-started-with-audio-programming/637783#6377832Answer by Jeff McClintock for Getting started with audio programmingJeff McClintock2009-03-12T08:55:28Z2009-03-12T08:55:28Z<p>A gentle introduction to VST Programming is SynthEdit... www.synthedit.com, It provides for a drag and drop programming environment, progressing to writting your own C++ addons. You can do the 'boring' bits (GUI design) with drag-and-drop, and the 'fun' algorithmic bits in C++.</p>
http://stackoverflow.com/questions/31412/proprietary-plug-ins-for-gpl-programs-what-about-interpreted-languages/527405#5274050Answer by Jeff McClintock for Proprietary plug-ins for GPL programs: what about interpreted languages?Jeff McClintock2009-02-09T08:14:36Z2009-02-09T08:14:36Z<p>I have been asked if plugin for my music app can be GPL, however my host is propritary. Does this rule apply the other way too? When the Host is propritary and the plugin is GPL?</p>
http://stackoverflow.com/questions/991707/when-to-support-windows-64/991719#991719Comment by Jeff McClintock on When to support Windows 64?Jeff McClintock2009-06-14T03:05:57Z2009-06-14T03:05:57ZThanks!, in my case the emulator does incure overheads due to inter-process communication with the 64-bit host. Customers have noticed the penalty compared to my competitors. These overheads can be avoided if I write a 64-bit version.http://stackoverflow.com/questions/991707/when-to-support-windows-64/991831#991831Comment by Jeff McClintock on When to support Windows 64?Jeff McClintock2009-06-14T03:01:02Z2009-06-14T03:01:02ZThanks!,
My product is a plugin for Cubase (has both 32bit and 64bit versions). So I too must provide both 32 and 64-bit.http://stackoverflow.com/questions/991707/when-to-support-windows-64/991724#991724Comment by Jeff McClintock on When to support Windows 64?Jeff McClintock2009-06-14T02:51:55Z2009-06-14T02:51:55ZThanks!, I agree with the advantages of 64-bit.
The disadvantage is: Porting now will consuming several months during which time 32-bit users will recieve few bug-fixes or enhancements. I recieve much pressure/public criticism already for shipping promised new features too slowly.
I guess my question is not "if" but "when".http://stackoverflow.com/questions/991707/when-to-support-windows-64/991711#991711Comment by Jeff McClintock on When to support Windows 64?Jeff McClintock2009-06-14T02:35:50Z2009-06-14T02:35:50ZMy software runs as a plugin (in Cubase), and Cubase64 has poor support for 32bit plugins (buggy + high latency + 'legacy' we-don't wholeheatedly-support-this attitude from Cubase developers).