TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
ricky_casson
NA
1
0
Managed C++ classes
Jan 10 2004 12:36 PM
I'm attempting to create a managed C++ class from some an already existing application that I have however some of the classes allow private access via the 'friend' keyword and i've heard that this presents a problem when creating managed code. Does anyone know how i could get around this? Is it possible to still create managed code without having to make the classes managed? More specifically, what i'm trying to do is make the methods of an API, that allows the playback of audio through kernel streaming, that has been written by Microsoft accessible through C#. The application that has been developed using the API is available here: http://www.microsoft.com/whdc/hwdev/tech/audio/DirectKS.mspx My plan has been to export classes used in the API written in C++ into a managed dll, however, as I have described previously, I am now having problems with this approach. Does anyone know of any other way in which this problem could be dealt with? Cheers very much for any help, Richard.
Reply
Answers (
0
)
Getting mails from the server (URGENT)
How to marshal a struct array in another struct