|
-
May 20th, 2004, 08:24 AM
#1
Mixing managed/unmanaged code
Question about mixing managed/unmanaged code. A little background first:
The core product for my company is developed using Borland. It has hooks in it to allow new functions to be added to it on the fly through DLLs (and you can't imagine the interface -- it has pointers to pointers to pointers).
We have a client who wants us to connect to his server using a secure TCP/IP connection. Easily done, using OpenSSL. The client has come back and says they want us to use .Net SSL instead (I'm still looking into that) so they can maintain it.
This implies to me managed code being called from unmanaged code. What I need to know is -- can mix these environments?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|