|
|
|
Best practice for accessing DTE from within the target app?
Thu, 23 Mar 2006 04:44:22 -0800
A quick question that someone might know the answer to. I am accessing the
DTE library not from an addin, but from code within the target application.
This is clearly running in another thread than the IDE, if the number of
"server busy" messages I'm getting is any indication. Is there any
discussion of ...
|
Re-install Addin to VS2005
Wed, 22 Mar 2006 12:43:51 -0700
I've been playing around with a simple add-in I'm working on for Vs2005. At
one point I'd given up on working on it and moved the project files to a
different folder. The next time I ran Visual Studio, it complained that it
could no longer find the add-in and asked if I wanted to remove the add-in
from the ...
|
Generating Assembler Code in CLR App
Wed, 22 Mar 2006 08:20:32 -0800
I discovered that when I compiled my C++ /clr app with the /clr option, I
have lost the ability to view (and thus debug) Intel assembly language code I
am generating. In my app I allocate a piece of memory with VirtualAlloc and
use the PAGE_EXECUtE_READWRITE flag, but when I attempt to type an address
fro ...
|
Project manipulation from an add in
Tue, 21 Mar 2006 06:34:02 -0500
I need to change the value of Copy local based on the active configuration,
below is the solution I was given to do this, but it requires I manually
edit the project file.
This is where the add in comes into play, I am able to get the list of
references and such from the project object, so I've got it st ...
|
Project Subtype - extending IVsHierarchy items?
Mon, 20 Mar 2006 13:27:43 -0700
If I want to add properties of particular nodes in my project Subtype,
so they show up in the Properties tool window, do I use the
VSHPROPID_BrowseObject propid?
Also, how do I ensure these changes are persisted back to my project file?
e.g., I subtype a C# project, and want to persist some extra data fo ...
|
Creating generic component
Sun, 19 Mar 2006 23:29:50 +0100
Hello,
I would like to put a component with type parameters on the form. Like
MyComponent<Customer>. Is this possible somehow?
Thanks,
Otto
...
|
!! DOWNLOAD THE MOST POPULAR 2006's CRACKED SOFTWARE(CAD/CAE/CAM/EDA/PCB/GIS/CNC/FEA)
Sat, 18 Mar 2006 12:19:28 -0600
Our team provide different types of services such as:
- proffessional cracking of any kind of software
(CAD,CAM,CAE,EDA,GIS,PCB,FEA,FEM,CNC,CFD,PDS,3D,Optics etc.) designed
for any kind of operating systems(Windows 95/98/ME/2000/XP, Linux,
FreeBSD, OS/2, MAC OS etc.)
- producing keygens, licenses for differ ...
|
|
|
Question on Microsoft.VisualStudio.Package source code in VS SDK
Sat, 18 Mar 2006 12:17:10 -0700
The MyProject and IronPythonIntegration example projects both import the
ProjectBase.Files via the <Import
Project="$(ProjectBasePath)\ProjectBase.Files" /> line in their
respective .csproj files.
This statement includes all the 'Microsoft.VisualStudio.Package' source
code into your package. I didn't f ...
|
edda7@gmx.de
Sat, 18 Mar 2006 13:45:48 +0100
http://spaces.msn.com/viliescu/
TOMTOM
...
|
How to determine active cfg from native project system?
Fri, 17 Mar 2006 08:35:47 -0800
Problem:
- native implementation of custom project system
- using hierutil7-based hierarchy
- want to implement menu commands like 'compile'
- need interface ptr to active configuration to invoke build correctly
In the native code samples, each of the hierarchy implementations has a
function g ...
|
|
|