As far as I know, you can't mix languages in a single project. You would need to create a solution containing one project for MC++ and one for C#. These will compile into two separate DLLs.
On 3/24/06, Peter van der Weerd <[EMAIL PROTECTED]> wrote: > > Hi, > > I would like to create a managed dll-project consisting of sources in > multiple languages: 1 cpp file and a few C# sources. > The cpp file contains some unmanaged code too. > > Is this possible in VS2005? If yes: how? > > Thnx, > Peter > > =================================== > This list is hosted by DevelopMentor(r) http://www.develop.com > > View archives and manage your subscription(s) at > http://discuss.develop.com > -- Eric Means [EMAIL PROTECTED] http://www.randomtree.org/eric/ =================================== This list is hosted by DevelopMentorĀ® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com
