June 14, 2012
On Wednesday, 13 June 2012 at 17:26:23 UTC, Rainer Schuetze wrote:
> It just discloses that I am not an expert in the COM world. The IUnknown base class instead of IDispatch was the result of trial and error when trying to implement the server in C#.

That's strange. Docs say it's an error for dual interface to not derive from IDispatch.

> I guess I should just remove the "dual" from the idl file, shouldn't I?

Neither clr nor COM need dual interfaces, plain COM should just work.
June 14, 2012

On 6/10/2012 12:35 PM, Roman D. Boiko wrote:
> On Sunday, 10 June 2012 at 10:25:59 UTC, Dmitry Olshansky wrote:
>> I was about to say that it works for me on VS11 RC :)
> Anyway it would be great to build with Windows 8 RC SDK, so my changes
> are potentially useful (but not necessary, nor important).
>

I have committed a version that converts the used parts of the Windows 8 SDK and the VS2012 Beta SDK. I have also verified that it didn't break converting Windows SDK 6.0A with VS2008 SDK and Windows SDK 7.0A with VS2010 SDK.
June 14, 2012
On Thursday, 14 June 2012 at 19:35:56 UTC, Rainer Schuetze wrote:
>
>
> On 6/10/2012 12:35 PM, Roman D. Boiko wrote:
>> On Sunday, 10 June 2012 at 10:25:59 UTC, Dmitry Olshansky wrote:
>>> I was about to say that it works for me on VS11 RC :)
>> Anyway it would be great to build with Windows 8 RC SDK, so my changes
>> are potentially useful (but not necessary, nor important).
>>
>
> I have committed a version that converts the used parts of the Windows 8 SDK and the VS2012 Beta SDK. I have also verified that it didn't break converting Windows SDK 6.0A with VS2008 SDK and Windows SDK 7.0A with VS2010 SDK.

Thanks! I see you copied some of my changes, but completed work (I didn't), and made it clean :) I guess I can drop my branch now.
June 14, 2012
On Thursday, 14 June 2012 at 19:44:30 UTC, Roman D. Boiko wrote:
> On Thursday, 14 June 2012 at 19:35:56 UTC, Rainer Schuetze
>> I have committed a version that converts the used parts of the Windows 8 SDK and the VS2012 Beta SDK. I have also verified that it didn't break converting Windows SDK 6.0A with VS2008 SDK and Windows SDK 7.0A with VS2010 SDK.
>
> Thanks! I see you copied some of my changes, but completed work (I didn't), and made it clean :) I guess I can drop my branch now.
It took me a working day to implement probably 5-10% of what was needed, as far as I can see from your commit :(
June 14, 2012

On 6/14/2012 9:54 PM, Roman D. Boiko wrote:
> On Thursday, 14 June 2012 at 19:44:30 UTC, Roman D. Boiko wrote:
>> On Thursday, 14 June 2012 at 19:35:56 UTC, Rainer Schuetze
>>> I have committed a version that converts the used parts of the
>>> Windows 8 SDK and the VS2012 Beta SDK. I have also verified that it
>>> didn't break converting Windows SDK 6.0A with VS2008 SDK and Windows
>>> SDK 7.0A with VS2010 SDK.
>>
>> Thanks! I see you copied some of my changes, but completed work (I
>> didn't), and made it clean :) I guess I can drop my branch now.

Yeah, thanks for starting it. It is also a bit cleaner now for the other SDK versions.

> It took me a working day to implement probably 5-10% of what was needed,
> as far as I can see from your commit :(

I guess I had a head-start having worked on previous versions of the SDK.
1 2 3
Next ›   Last »