<rss version="2.0" xmlns:media="http://search.yahoo.com/mrss/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>ComponentSource Topic | XLL Plus for Visual Studio 2005</title><link>http://www.componentsource.com/topics/xll-plus-visual-studio-2005/index.html</link><description></description><language>en-us</language><lastBuildDate>Sat, 11 Feb 2012 18:30:03 GMT</lastBuildDate><copyright>(C) Copyright 1996-2012 ComponentSource.</copyright><atom:link href="http://www.componentsource.com/topics/xll-plus-visual-studio-2005/rss.xml" rel="self" type="application/rss+xml"/><item><title>XLL Plus for Visual Studio adds 64 bit support</title><link>http://www.componentsource.com/news/2011/05/16/xll-plus-visual-studio-2010.html?rc=ni_7785</link><description>&lt;div class="image"&gt;&lt;img src="http://ftp.componentsource.com/res/pub/media/8/7785/default_w350.png?rc=ni_7785" alt="Using XLL Plus for Visual Studio to create an add-in."/&gt;&lt;p&gt;&lt;small&gt;Using XLL Plus for Visual Studio to create an add-in.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;&lt;p&gt;&lt;strong&gt;Version 7.0 also features full support for Office Ribbons and Excel 2010 asynchronous execution features.&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;XLL Plus is a toolkit to aid C/C++ programmers in the construction of Excel add-in libraries. XLL Plus contains tools and C++ class libraries that make it very easy and safe to produce high-performance Excel add-ins. The XLL Plus class library wraps the Microsoft Excel SDK with simple, intuitive C++ classes, and the Wizards create all the code for you. The user needs very little knowledge of Excel or the SDK. Add-ins produced with XLL Plus contain no Visual Basic code; they are authored entirely in C and C++. XLL Plus is available in the following editions:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/xll-plus-visual-studio-2010/index.html?rc=ni_7785"&gt;XLL Plus for Visual Studio 2010&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/xll-plus-visual-studio-2008/index.html?rc=ni_7785"&gt;XLL Plus for Visual Studio 2008&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/xll-plus-visual-studio-2005/index.html?rc=ni_7785"&gt;XLL Plus for Visual Studio 2005&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/xll-plus-visual-studio-2005-visual-studio-2008/index.html?rc=ni_7785"&gt;XLL Plus for Visual Studio 2005 and Visual Studio 2008&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/xll-plus-visual-studio-2008-visual-studio-2010/index.html?rc=ni_7785"&gt;XLL Plus for Visual Studio 2008 and Visual Studio 2010&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;Updates in V7.0&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;&lt;strong&gt;64 bit support -&lt;/strong&gt; XLL Plus now creates both 32 bit and 64 bit add-ins, so that you can now provide add-ins to users of Excel 2010 64 bit edition. Also, all the XLL Plus redistributable run-time servers are provided in both 32 bit and 64 bit formats.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Office Ribbon -&lt;/strong&gt; XLL Plus provides full support for Microsoft Office Ribbons, managing all the COM interface issues, and routing ribbon messages and events to a C++ event-handler function in your code.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Queued asynchronous functions -&lt;/strong&gt; XLL Plus now supports Excel 2010 asynchronous execution features. This can greatly improve the efficiency of thread-safe functions that contend for a shared resource (such as a database or a data feed).&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;About Planatech Solutions&lt;/h3&gt;&lt;p&gt;&lt;a href="http://www.componentsource.com/features/planatech/index.html?rc=ni_7785"&gt;Planatech Solutions&lt;/a&gt; Founded in 1996, Planatech Solutions is a privately owned company, specialising in cross-language &amp;amp; cross-platform interfaces. Based on nearly 20 years experience in the Financial Markets, Planatech has produced both commercial and bespoke software. Their most successful commercial product, XLL Plus, first went to market in 1998, and simplifies the process of converting complex mathematical models written in C/C++ to instantly useable add-in functions in Excel. Clients include investment banks, hedge funds, energy industries, universities.&lt;/p&gt;</description><category>32 Bit</category><category>64 Bit</category><category>Dev Tools &amp; IT Utilities</category><category>Development</category><category>Feature Releases</category><category>Microsoft</category><category>Office</category><category>Planatech Solutions</category><category>Visual Basic 2010</category><category>Visual C# 2010</category><category>Visual C++ 2010</category><category>Visual Studio 2010</category><category>Windows 2000</category><category>Windows 7</category><category>Windows Dev Tools</category><category>Windows Vista</category><category>Windows XP</category><guid isPermaLink="false">http://www.componentsource.com/news/2011/05/16/xll-plus-visual-studio-2010.html?rc=ni_7785</guid><pubDate>Mon, 16 May 2011 14:24:45 GMT</pubDate></item><item><title>XLL Plus adds hidden regions</title><link>http://www.componentsource.com/news/2010/06/02/xll-plus-visual-studio-2008.html?rc=ni_4250</link><description>&lt;div class="image"&gt;&lt;img src="http://ftp.componentsource.com/res/pub/media/3/2138/default_w350.png?rc=ni_4250" alt="Creating and AddIn with XLL Plus for Visual Studio 2008."/&gt;&lt;p&gt;&lt;small&gt;Creating and AddIn with XLL Plus for Visual Studio 2008.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;&lt;p&gt;&lt;strong&gt;Version 6.3 also features XLL wrapper libraries, improves asynchronous functions and adds Portuguese language support.&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;XLL+ is a toolkit to aid C/C++ programmers in the construction of Excel add-in libraries. XLL+ contains tools and C++ class libraries that make it very easy and safe to produce high-performance Excel add-ins. The XLL+ class library wraps the Microsoft Excel SDK with simple, intuitive C++ classes, and the Wizards create all the code for you. The user needs very little knowledge of Excel or the SDK. Add-ins produced with XLL+ contain no Visual Basic code; they are authored entirely in C and C++.&lt;/p&gt;&lt;p&gt;The following editions are available:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/xll-plus-visual-studio-2008/index.html?rc=ni_4250"&gt;XLL Plus for Visual Studio 2008&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/xll-plus-visual-studio-2005-visual-studio-2008/index.html?rc=ni_4250"&gt;XLL Plus for Visual Studio 2005 and Visual Studio 2008&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/xll-plus-visual-studio-2005/index.html?rc=ni_4250"&gt;XLL Plus for Visual Studio 2005&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/xll-plus-visual-studio-2003-visual-studio-2005/index.html?rc=ni_4250"&gt;XLL Plus for Visual Studio 2003 and Visual Studio 2005&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/xll-plus-visual-studio-net-2003/index.html?rc=ni_4250"&gt;XLL Plus for Visual Studio NET 2003&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;Updates in V6.3&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;&lt;strong&gt;Hidden regions&lt;/strong&gt;&lt;br/&gt;Almost all of the generated code is now surrounded by #pragma region blocks. This means that almost all of the implementation code for each add-in can be hidden, and you need only see the code that is interesting - the function signature and your own code.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;XLL Wrapper Libraries&lt;/strong&gt;&lt;br/&gt;Sometimes it is useful to be able to call your Excel add-in functions from other environments, such as command-line programs or interactive applications, written in C++, Java, C# or Visual Basic. The Xll Wrapper toolkit contains tools, a runtime library, samples and documentation to help with the development of COM modules and .NET assemblies that wrap Excel XLL add-ins. The add-in functions in the library are available as COM and .NET methods to client programs that use the wrapper modules. The wrapper objects can be used by clients written in any development environment that supports COM or .NET, including C++, Java, C#, Visual Basic and VBA.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Asynchronous functions&lt;/strong&gt;&lt;br/&gt;Planatech considerably improved the performance and scalability of the asynchronous function model. You can now place thousands of asynchronous functions in a spreadsheet without degrading performance. They have also added a new sample application which demonstrates how to integrate a data feed into an Excel add-in for high-performance real-time data add-in, written in C++, and which supports array real-time values as well as scalar values.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Portuguese language support&lt;/strong&gt;&lt;br/&gt;Help files can now be generated in any of three languages: English, French and now Portuguese.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Value Lists&lt;/strong&gt;&lt;br/&gt;The Value List Editor is now easier to use. You can copy and paste data to and from the dialog, so it's easy to edit lists in source code or in Excel, and paste them into the Value List Editor.&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;About Planatech Solutions&lt;/h3&gt;&lt;p&gt;Founded in 1996, &lt;a href="http://www.componentsource.com/features/planatech/index.html?rc=ni_4250"&gt;Planatech Solutions&lt;/a&gt; is a privately owned company, specializing in cross-language &amp;amp; cross-platform interfaces. Based on nearly 20 years experience in the Financial Markets, Planatech has produced both commercial and bespoke software. The company's most successful commercial product, XLL Plus, first went to market in 1998, and simplifies the process of converting complex mathematical models written in C/C++ to instantly usable add-in functions in Excel. Clients include investment banks, hedge funds, energy industries, universities.&lt;/p&gt;</description><category>32 Bit</category><category>64 Bit</category><category>Dev Tools &amp; IT Utilities</category><category>Development</category><category>Feature Releases</category><category>Microsoft</category><category>Office</category><category>Planatech Solutions</category><category>Visual Basic 2008</category><category>Visual C# 2008</category><category>Visual C++ 2008</category><category>Visual Studio 2008</category><category>Windows 2000</category><category>Windows 7</category><category>Windows Dev Tools</category><category>Windows Vista</category><category>Windows XP</category><guid isPermaLink="false">http://www.componentsource.com/news/2010/06/02/xll-plus-visual-studio-2008.html?rc=ni_4250</guid><pubDate>Wed, 02 Jun 2010 17:43:00 GMT</pubDate></item><item><title>XLL Plus for Visual Studio updated</title><link>http://www.componentsource.com/news/2009/11/25/xll-plus-visual-studio.html?rc=ni_1771</link><description>&lt;div class="image"&gt;&lt;img src="http://ftp.componentsource.com/res/pub/media/2/1040/default_w350.png?rc=ni_1771" alt="Creating a BestFit function with the XLL Plus Function Wizard."/&gt;&lt;p&gt;&lt;small&gt;Creating a BestFit function with the XLL Plus Function Wizard.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;&lt;p&gt;&lt;strong&gt;Version 6.2.4 adds support for Windows 7 (32-bit and 64-bit) and Windows Vista (64-bit).&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;XLL Plus (XLL+) is a toolkit to aid C/C++ programmers in the construction of Excel add-in libraries. XLL+ contains tools and C++ class libraries that make it very easy and safe to produce high-performance Excel add-ins. The XLL+ class library wraps the Microsoft Excel SDK with simple, intuitive C++ classes, and the Wizards create all the code for you. The user needs very little knowledge of Excel or the SDK. Add-ins produced with XLL+ contain no Visual Basic code; they are authored entirely in C and C++. The following editions are available:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/xll-plus-visual-studio-2005-visual-studio-2008/index.html?rc=ni_1771"&gt;XLL Plus for Visual Studio 2005 and Visual Studio 2008&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/xll-plus-visual-studio-2003-visual-studio-2005/index.html?rc=ni_1771"&gt;XLL Plus for Visual Studio 2003 and Visual Studio 2005&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/xll-plus-visual-studio-2008/index.html?rc=ni_1771"&gt;XLL Plus for Visual Studio 2008&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/xll-plus-visual-studio-2005/index.html?rc=ni_1771"&gt;XLL Plus for Visual Studio 2005&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/xll-plus-visual-studio-net-2003/index.html?rc=ni_1771"&gt;XLL Plus for Visual Studio .NET 2003&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;Updates in V6.2.4&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;Support added for Windows 7 (32-bit and 64-bit)&lt;/li&gt;&lt;li&gt;Support added for Windows Vista (64-bit)&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;About Planatech Solutions&lt;/h3&gt;&lt;p&gt;Founded in 1996, &lt;a href="http://www.componentsource.com/features/planatech/index.html?rc=ni_1771"&gt;Planatech Solutions&lt;/a&gt; is a privately owned company, specialising in cross-language &amp;amp; cross-platform interfaces. Based on nearly 20 years experience in the Financial Markets, Planatech has produced both commercial and bespoke software. The company's most successful commercial product, XLL Plus, first went to market in 1998, and simplifies the process of converting complex mathematical models written in C/C++ to instantly useable add-in functions in Excel. Clients include investment banks, hedge funds, energy industries, universities.&lt;/p&gt;</description><category>Dev Tools &amp; IT Utilities</category><category>Development</category><category>Feature Releases</category><category>Microsoft</category><category>Office</category><category>Planatech Solutions</category><category>Visual Basic 2005</category><category>Visual Basic 2008</category><category>Visual C# 2005</category><category>Visual C# 2008</category><category>Visual C++ 2005</category><category>Visual C++ 2008</category><category>Visual Studio 2005</category><category>Visual Studio 2008</category><category>Windows 2000</category><category>Windows Dev Tools</category><category>Windows Vista</category><category>Windows XP</category><guid isPermaLink="false">http://www.componentsource.com/news/2009/11/25/xll-plus-visual-studio.html?rc=ni_1771</guid><pubDate>Wed, 25 Nov 2009 17:20:00 GMT</pubDate></item></channel></rss>
