Hi all,
I am developing a Windows Form Application in VC++. I am using using Visual Studio 2005. My project requires me to use the Boost Libraries [for more info visit www.boost.org] These boost libraries are unmanaged code, where as my application itself is managed code. I have a seperae set of unmanaged classes doing the bulk of the work. Now I want to use these classes form the managed class of my application.
Let me give a example... Say I have a form and a button on it. I want to call a perticular function form the unmanaged code when the button is clicked. How do I do that? Or say when the button is clicked and if at all, I am able to call the function which is returning, say a array. How do I get the values of the elements in the array populaed into a ListBox?
Please help me...
I am new to VC++...
Thanks
I am developing a Windows Form Application in VC++. I am using using Visual Studio 2005. My project requires me to use the Boost Libraries [for more info visit www.boost.org] These boost libraries are unmanaged code, where as my application itself is managed code. I have a seperae set of unmanaged classes doing the bulk of the work. Now I want to use these classes form the managed class of my application.
Let me give a example... Say I have a form and a button on it. I want to call a perticular function form the unmanaged code when the button is clicked. How do I do that? Or say when the button is clicked and if at all, I am able to call the function which is returning, say a array. How do I get the values of the elements in the array populaed into a ListBox?
Please help me...
I am new to VC++...
Thanks
Comment