[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [Chicken-users] Support for Microsoft Visual C++ compiler
From: |
Semih Cemiloglu |
Subject: |
RE: [Chicken-users] Support for Microsoft Visual C++ compiler |
Date: |
Mon, 9 Aug 2010 15:09:21 +1000 |
> I don't know much about .NET, but I wouldn't have a clue how to use C#
> features
> from C code. Since everything goes through the CLR, regardless of language,
> perhaps
> there are ways to do this?
Yes, through C++/CLI binding:
http://en.wikipedia.org/wiki/C%2B%2B/CLI
http://msdn.microsoft.com/en-us/library/xey702bw.aspx
Unfortunately, MSVC is the only compiler that supports it.
Thanks, regards
Semih