F
Fredrik Wahlgren
hi
I have apet aproject that i created a long time ago and I now want to make
part of it managed. This is a dtabase application s I want to create a class
in which I wrap ADO.NET. The design is such that when I make a query, I want
to send each string from the query to unmanaged code. In other words, I
simply want to call an unmanaged function from within a managed class within
the same dll.
Is there anything in particular that I should be aware of? All the articles
I have seen talk about calling an unmanaged dll from managed code.
/ Fredrik
I have apet aproject that i created a long time ago and I now want to make
part of it managed. This is a dtabase application s I want to create a class
in which I wrap ADO.NET. The design is such that when I make a query, I want
to send each string from the query to unmanaged code. In other words, I
simply want to call an unmanaged function from within a managed class within
the same dll.
Is there anything in particular that I should be aware of? All the articles
I have seen talk about calling an unmanaged dll from managed code.
/ Fredrik