B
Bob
I would appreciate any suggestions on handling the following...
I currently have a VC++ MDI Application. The core pieces/products are
all handled in separate dll's.
Our shop has slowly been rewriting other applications over to VB.net.
My application has now been targeted with coming over, but management
does not want to incur a rewrite timeline. Since we have a standard
vb.net framework in place, their thoughts are to try and take the
prewritten VC++ GUI pieces and have them instantiate within the VB.net
framework application.
I have been doing some research, and it seems like PInvoke is out,
since it appears to be good for the one-shot function calls.
The application is not a COM app, so Interop does not seem like such a
low-effort idea either, since it would appear to go that route, I
would have to rewrite my framework pieces in a COM wrapper in order to
then be able to use it from within the vb.net frame.
The only other option I see is wrapping my application pieces that can
come over with managed C++ and mixing that with vb.net.
Any thoughts would be greatly appreciated.
Regards
I currently have a VC++ MDI Application. The core pieces/products are
all handled in separate dll's.
Our shop has slowly been rewriting other applications over to VB.net.
My application has now been targeted with coming over, but management
does not want to incur a rewrite timeline. Since we have a standard
vb.net framework in place, their thoughts are to try and take the
prewritten VC++ GUI pieces and have them instantiate within the VB.net
framework application.
I have been doing some research, and it seems like PInvoke is out,
since it appears to be good for the one-shot function calls.
The application is not a COM app, so Interop does not seem like such a
low-effort idea either, since it would appear to go that route, I
would have to rewrite my framework pieces in a COM wrapper in order to
then be able to use it from within the vb.net frame.
The only other option I see is wrapping my application pieces that can
come over with managed C++ and mixing that with vb.net.
Any thoughts would be greatly appreciated.
Regards