Click here to Skip to main content
15,892,927 members
Home / Discussions / COM
   

COM

 
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 
GeneralRe: Newbie - Memory sharing in COM Pin
Tim Paaschen17-Jan-07 20:15
Tim Paaschen17-Jan-07 20:15 
VS2005 provides several programming languages. I assume that you continue to use C++. In this case you can just use your unmanaged DLL (written in VC6) as you have done before. It's your choice to make the application managed or unmanaged. If you make the application managed (C++/CLI), you may have to take special care when you are marshalling data (e.g. pointers or strings) from your unmanaged code to the managed one.

P/Invoke will only be required, if you you change the programming language for your application to a pure managed language, e.g. C#. If you are doing this, I recommend to have a look at http://pinvoke.net/.


Regards,
Tim

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 
QuestionCreating Windows mail(outlook expr) account on Vista Pin
Sonani Prakash15-Jan-07 22:54
Sonani Prakash15-Jan-07 22:54 

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.