|
Just got an audi 80 thats 1991 so pre obd. I have vag com and 0bd lead. Just looked at the 2 +2 arangement for the older cars, i can get a lead for a mere 5.99 so i have ordered one.
just wondering if any of you chaps have used the 2+2 is it as useful...
Started by Collie on
, 16 posts
by 6 people.
Answer Snippets (Read the full thread at com):
Of plugging them up, 1 works properly, 2 do nothing and 1 will blow a chip in the dongle - Guess which polarity.
|
|
I'm planning on making my existing application into an RTD server .
The application is currently written in C++ and while I will eventually port it to C#/Mono I want to be able to add the RTD functionality with C++.
I have found a few sample pieces of...
Started by frungash on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Since the RTD interface IDispatch to the COM_INTERFACE....
Generate a simple MFC dialog based app will need to both inherit from the interface and add it to the COM_INTERFACE_MAP .
For adding ATL COM support to and MFC app are for VS 2008.
|
|
Hello,
I am selling the following domains:
1. vmEuro.com & vmEuro.net
2. EurVM.com & EurVM.net
3. vpsFR.com & vpsFR.net
4. vpsGB.com & vpsGB.net
I would like to sell .com with .net as one package.
Please send me your offers for the 3 domains.
I also have...
Started by Amir Eissa on
, 1 posts
by 1 people.
Answer Snippets (Read the full thread at webhostingtalk):
|
Ask your Facebook Friends
|
Hi
I need to pass string lists to unmanaged c++ how can i do this ??
I have used IDictionary as method return type and send through com but it doesn't work How to achieve this.
i write in c# as follows
IDictionary postNames() { IDictionary post=Dictionary...
Started by Cute on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Probably the simplest way is to pass[] and consume it in COM as a LPStr[] by using the MarshalAs (this is the sample on MSDN):
void FunctionCall([MarshalAs(UnmanagedType.LPARRAY,....
Classes that wrap the Dictionary and expose them to COM.
|
|
I've got a legacy application which is implemented in a number of Excel workbooks. It's not something that I have the authority to re-implement, however another application that I do maintain does need to be able to call functions in the Excel workbook...
Started by Salim Fadhley on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Is probably no since aside from COM Excel does not allow the same file to be opened with the same there is a way of specifying when you create a COM object whether you wish it to be a new object or connect know a thing about Python, unfortunately....
|
|
HPVU (dot) COM
At Godaddy.com
Transfer to the winner will be by "push" only.
Payment: PayPal.com only.
Starting bid: $1
Minimum increment: $2 or more.
Auction ends: 72 hours after last bid.
At GoDaddy.com
Expiry: 03/07/2013 (lots of time left)
Transfer...
Started by morg on
, 11 posts
by 5 people.
Answer Snippets (Read the full thread at namepros):
Abdel did not bid at least $2 more than the last bid.
1 $10 $12 $13 hunterwolf is in the lead.
|
|
Is it true that you cannot use COM Interop to expose COM properties? Everything has to be a method?
If this is not true, how do you do it?
Started by Jason on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
All managed types, methods, properties....
According to this page , you can expose methods, properties and fields of managed classes to COM consumers.
I understand your question to be asking about COM calling or using a .NET class .
Not true.
|
|
Hello,
Lately I'm hearing much about COM at my work. I also learnt that COM is old. COM is deprecated. There is no future for COM. Are these true too?
I'm want to learn COM because I want to know what is the big fuss about it, but I'm unable to convince...
Started by claws on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
These two articles: { 1 , 2 } ...are a very good discussion of the particular subject of COMLearning COM (or at least being au fait with its concepts) means you can integrate with thousands, but having a little knowledge of....
|
|
Just got an audi 80 thats 1991 so pre obd. I have vag com and 0bd lead. Just looked at the 2 +2 arangement for the older cars, i can get a lead for a mere 5.99 so i have ordered one.
just wondering if any of you chaps have used the 2+2 is it as useful...
Started by Collie on
, 16 posts
by 6 people.
Answer Snippets (Read the full thread at clubgti):
Of plugging them up, 1 works properly, 2 do nothing and 1 will blow a chip in the dongle - Guess which polarity.
|
|
I am using COM Object in my C# .NET 1.1 application. When the COM object is not registered on client machine, I get the exception:
"COM object with CLSID {} is either not valid or not registered." (HRESULT:0x80040154)
I know how to register the COM object...
Started by NEDian on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Another approach might the message "....
Depending on how your installer is implemented, uninstalling version 1 may deregister or remove the components needed for version 2.
Then installs version 2, then uninstalls version 1.
|