tags:

views:

17

answers:

1

Hi,

I have a COM Component DLL. I can use this DLL in VB.NET. But I must configurate Project Properties Compile Settings. I write "Win32=True" to "Custom Constant" area and application succesfully run. But I Cant find this configuration for C# application.

How can I do?

+1  A: 

Project + Properties, Build tab, "Conditional compilation symbols" box.

Hans Passant