| Thread | Last Post | Replies |
|
| Parser Generator VS2005 SDK Version 3.0 HOW-TO | 04 Oct 2006 13:29 GMT | 1 |
I want to migrate a software in 64-bit with VS2005. I use a parser generator like lex/yacc (2.07 Bumble-Bee software http://www.bumblebeesoftware.com/ ). Unfortunately, this software isn't available for WinXP x64. So, I have to use an another tools.
|
| Macro to generate XML comments | 04 Oct 2006 08:30 GMT | 2 |
I had some macro to create XML comments in VS 2003, but it breaks in VS 2005. The FileCodeModel is having problem. Does anyone have a macro that can create nice comments for your code? Any links?
|
| Localized ctc and custom button bitmap | 03 Oct 2006 11:24 GMT | 4 |
this is a follow-up to my recent question about how to localize a ctc file. As I said, I succesfully localized my ctc file. The problem is that one command does not display its associated custom bitmap when the package is run on a system with non-default locale. All other commands ...
|
| VS2005 and MSBUILD | 03 Oct 2006 03:51 GMT | 2 |
Oh dear, I'm afraid that I'm becoming very dissapointed with VS2005. I thought it would be quite a straightforward matter to specify a different platform and tool chain for performing cross compilation. However, this does not seem to
|
| How to package a multi assembly VS 2005 add-in | 02 Oct 2006 14:17 GMT | 3 |
I have the following problem: I develop a VS 2005 add-in that is composed of 2 assembly: the one for my add-in and a general purpose assembly. Both are in my add-in solution. When I debug my add-in, it works fine. But when I start VS from scratch, I can see my command in the IDE ...
|