473,413 Members | 1,795 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,413 software developers and data experts.

could not convert the signature for member DISPPARAMS.rgvar

in vs2005 I added a reference to component name "tom" from riched20.dll.

In vs2008 I now get the warning:
Type library importer could not convert the signature for member
DISPPARAMS.rgvar

The rich edit controls that ships with XP SP1 is in Msftedit.dll (v4.1) and
Riched20.dll (v3.0)

I don't see Msftedit.dll as one of the options for selecting a COM reference
to the project.
1)Why isn't it included in the list?? How is that list built?

I Suppose the .NET richtextbox is built on Riched20.dll
2)Is that correct?? Is there some way I can check?

3)How can I get rid of the warning.

4) Is the fact that importer can't convert it apt to cause me problems?
Thanks for any answers
Jan 23 '08 #1
3 3704
Hi Academia,

Grab the source code for the VB Snippet Editor as it has a tom
implementation:

http://billmccarthy.com/Projects/Sni...r/default.html

"Academia" <ac************@a-znet.comwrote in message
news:eY**************@TK2MSFTNGP05.phx.gbl...
in vs2005 I added a reference to component name "tom" from riched20.dll.

In vs2008 I now get the warning:
Type library importer could not convert the signature for member
DISPPARAMS.rgvar

The rich edit controls that ships with XP SP1 is in Msftedit.dll (v4.1)
and Riched20.dll (v3.0)

I don't see Msftedit.dll as one of the options for selecting a COM
reference to the project.
1)Why isn't it included in the list?? How is that list built?

I Suppose the .NET richtextbox is built on Riched20.dll
2)Is that correct?? Is there some way I can check?

3)How can I get rid of the warning.

4) Is the fact that importer can't convert it apt to cause me problems?
Thanks for any answers

Jan 23 '08 #2
I will, but can you tell me what is going on?
Is this tom implementation something you fixed?
If not, where did it come from?
Thanks a lot

"Bill McCarthy" <Bi**@NOSPAM.comwrote in message
news:50**********************************@microsof t.com...
Hi Academia,

Grab the source code for the VB Snippet Editor as it has a tom
implementation:

http://billmccarthy.com/Projects/Sni...r/default.html

"Academia" <ac************@a-znet.comwrote in message
news:eY**************@TK2MSFTNGP05.phx.gbl...
>in vs2005 I added a reference to component name "tom" from riched20.dll.

In vs2008 I now get the warning:
Type library importer could not convert the signature for member
DISPPARAMS.rgvar

The rich edit controls that ships with XP SP1 is in Msftedit.dll (v4.1)
and Riched20.dll (v3.0)

I don't see Msftedit.dll as one of the options for selecting a COM
reference to the project.
1)Why isn't it included in the list?? How is that list built?

I Suppose the .NET richtextbox is built on Riched20.dll
2)Is that correct?? Is there some way I can check?

3)How can I get rid of the warning.

4) Is the fact that importer can't convert it apt to cause me problems?
Thanks for any answers


Jan 23 '08 #3
Hi,

All the relevant code is inside the CodeEditor.vb file. The relevant COM
interfaces and some helper native methods are in there to get the
interfaces. These are equivalent of managed interface declarations for the
tom, so you don't need to reference the tom.
"Academia" <ac************@a-znet.comwrote in message
news:OJ**************@TK2MSFTNGP02.phx.gbl...
>I will, but can you tell me what is going on?
Is this tom implementation something you fixed?
If not, where did it come from?
Thanks a lot

"Bill McCarthy" <Bi**@NOSPAM.comwrote in message
news:50**********************************@microsof t.com...
>Hi Academia,

Grab the source code for the VB Snippet Editor as it has a tom
implementation:

http://billmccarthy.com/Projects/Sni...r/default.html

"Academia" <ac************@a-znet.comwrote in message
news:eY**************@TK2MSFTNGP05.phx.gbl...
>>in vs2005 I added a reference to component name "tom" from riched20.dll.

In vs2008 I now get the warning:
Type library importer could not convert the signature for member
DISPPARAMS.rgvar

The rich edit controls that ships with XP SP1 is in Msftedit.dll (v4.1)
and Riched20.dll (v3.0)

I don't see Msftedit.dll as one of the options for selecting a COM
reference to the project.
1)Why isn't it included in the list?? How is that list built?

I Suppose the .NET richtextbox is built on Riched20.dll
2)Is that correct?? Is there some way I can check?

3)How can I get rid of the warning.

4) Is the fact that importer can't convert it apt to cause me problems?
Thanks for any answers


Jan 23 '08 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: glen stark | last post by:
Okay, I know that a function pointer and member function pointer have different types. Is it kosher to convert a member function pointer to a regurlar function pointer (with the same...
3
by: LinusLee | last post by:
class CAnalyzer { // attribute private: public: // behavior private: void NullFunc(NODE *pNode); void TraverseNode(NODE* pNode, void (*preFunc)(NODE *node), void (*postFunc)(NODE *node));
4
by: Eric Lilja | last post by:
Hello, I've made a templated class Option (a child of the abstract base class OptionBase) that stores an option name (in the form someoption=) and the value belonging to that option. The value is...
7
by: Randy Yates | last post by:
Hi, I work in an embedded environment in which we often use a mix of C and assembly code. Thus a recurring requirement is to be able to take a C header file with structure definitions as input...
40
by: Steve Rencontre | last post by:
I can't for the life of me see how to do pointer-to-member when the member is actually part of an embedded structure. That is, if I have: struct S1 { int a; }; struct S2 { S1 s; int b; }; ...
6
by: Belebele | last post by:
Suppose I want to use some object's member function as the action passed to a for_each call: class A { ... public: void foo(int ); }; A a;
15
by: Bob Johnson | last post by:
I have a base class that must have a member variable populated by, and only by, derived classes. It appears that if I declare the variable as "internal protected" then the base class *can*...
7
by: PengYu.UT | last post by:
Hi, I want to write a test function to test a class. The class has a private member function that need to be tested. Although I could modify the member function as protected or public, I do not...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.