Click here to Skip to main content
15,907,328 members
Home / Discussions / COM
   

COM

 
Questionhow to add mat files from matlab to the com builder of matlab Pin
ranjeet_randy19-Jan-07 22:23
ranjeet_randy19-Jan-07 22:23 
QuestionInterop question VB.NET 2.0 Pin
Marcus J. Smith19-Jan-07 2:41
professionalMarcus J. Smith19-Jan-07 2:41 
QuestionCOM libraries and .NET Pin
jesarg18-Jan-07 12:56
jesarg18-Jan-07 12:56 
AnswerRe: COM libraries and .NET Pin
lafleon19-Jan-07 13:09
lafleon19-Jan-07 13:09 
QuestionNewbie - Memory sharing in COM Pin
jayart17-Jan-07 5:42
jayart17-Jan-07 5:42 
AnswerRe: Newbie - Memory sharing in COM Pin
User 21559717-Jan-07 6:40
User 21559717-Jan-07 6:40 
GeneralRe: Newbie - Memory sharing in COM Pin
jayart17-Jan-07 7:05
jayart17-Jan-07 7:05 
GeneralRe: Newbie - Memory sharing in COM Pin
User 21559717-Jan-07 12:33
User 21559717-Jan-07 12:33 
P/Invoke is a way of invoking unmanaged code from within .NET (a rough description, for more and precise detials see MSDN Smile | :) )
If the code you have ported to VS 2005 is still unmanaged code then I don't see any reason why it's not working with your old VC6 DLL.
If your application when written in VS2005, is ported and made to be .NET complaint then please read on topics related to 'how to call unmanaged code/dll from within managed code' this will lead you to P/Invoke somewhere
http://en.wikipedia.org/wiki/P/invoke[^]
http://msdn.microsoft.com/msdnmag/issues/03/07/NET/[^]
http://msdn2.microsoft.com/en-us/library/aa446536.aspx[^]

Please read about P/Invoke basic and you will be able to decide based on your project needs what to use - P/Invoke or a COM wrapper

I hope this helps.

S o h a i l K a d i w a l a

To Err Is Human; to Debug, Divine


modified 21-Apr-21 21:01pm.

GeneralRe: Newbie - Memory sharing in COM Pin
Tim Paaschen17-Jan-07 20:15
Tim Paaschen17-Jan-07 20:15 
GeneralRe: Newbie - Memory sharing in COM Pin
guestcat29-Jan-07 14:10
guestcat29-Jan-07 14:10 
Questionsimple c program using INES GPIB_PCI XL card Pin
Member 373364017-Jan-07 3:21
Member 373364017-Jan-07 3:21 
AnswerRe: simple c program using INES GPIB_PCI XL card Pin
User 21559717-Jan-07 4:53
User 21559717-Jan-07 4:53 
QuestionAdding a button to the Windows Explorer toolbar. Pin
yvz17-Jan-07 2:05
yvz17-Jan-07 2:05 
AnswerRe: Adding a button to the Windows Explorer toolbar. Pin
prasad_som17-Jan-07 4:24
prasad_som17-Jan-07 4:24 
GeneralRe: Adding a button to the Windows Explorer toolbar. Pin
yvz18-Jan-07 6:24
yvz18-Jan-07 6:24 
AnswerRe: Adding a button to the Windows Explorer toolbar. Pin
prasad_som18-Jan-07 17:21
prasad_som18-Jan-07 17:21 
QuestionWeb service using COM objects suddenly not working Pin
Marcus J. Smith16-Jan-07 2:31
professionalMarcus J. Smith16-Jan-07 2:31 
AnswerRe: Web service using COM objects suddenly not working Pin
User 21559716-Jan-07 2:41
User 21559716-Jan-07 2:41 
GeneralRe: Web service using COM objects suddenly not working Pin
Marcus J. Smith16-Jan-07 2:58
professionalMarcus J. Smith16-Jan-07 2:58 
QuestionRe: Web service using COM objects suddenly not working Pin
prasad_som16-Jan-07 3:08
prasad_som16-Jan-07 3:08 
AnswerRe: Web service using COM objects suddenly not working Pin
Marcus J. Smith16-Jan-07 3:37
professionalMarcus J. Smith16-Jan-07 3:37 
QuestionMultiple COM Objects Pin
HakunaMatada16-Jan-07 1:59
HakunaMatada16-Jan-07 1:59 
AnswerRe: Multiple COM Objects Pin
User 21559716-Jan-07 2:39
User 21559716-Jan-07 2:39 
GeneralRe: Multiple COM Objects Pin
HakunaMatada16-Jan-07 4:08
HakunaMatada16-Jan-07 4:08 
GeneralRe: Multiple COM Objects Pin
User 21559716-Jan-07 4:27
User 21559716-Jan-07 4:27 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.