Click here to Skip to main content
15,887,214 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Removing an assembly from the GAC Pin
GuruPandian29-Jan-05 3:34
GuruPandian29-Jan-05 3:34 
GeneralAccessing "Native" DLL from a .NET App Pin
bneacetp26-Jan-05 4:04
bneacetp26-Jan-05 4:04 
GeneralRe: Accessing "Native" DLL from a .NET App Pin
zagzagzag27-Jan-05 0:41
zagzagzag27-Jan-05 0:41 
GeneralRe: Accessing "Native" DLL from a .NET App Pin
bneacetp28-Jan-05 16:41
bneacetp28-Jan-05 16:41 
GeneralMenuItems and Tooltips Pin
TheDen26-Jan-05 2:10
TheDen26-Jan-05 2:10 
GeneralRe: MenuItems and Tooltips Pin
wyoung761-Feb-05 4:06
wyoung761-Feb-05 4:06 
Generalwhy interop.xxx.dll generate by .net dev Pin
williamchou25-Jan-05 15:18
williamchou25-Jan-05 15:18 
GeneralRe: why interop.xxx.dll generate by .net dev Pin
Charlie Williams26-Jan-05 11:47
Charlie Williams26-Jan-05 11:47 
william_zhou wrote:
i can't understand this oddball action

I can't understand this oddball statement. Do you take a similar view of everything you don't understand?

Did you notice that using the COM dll you referenced isn't much different from using a .NET dll? No IUnknown, QueryInterface, CoCreateIntance, etc. Well, that's the functionality the interop dll provides. It handles conversions and marshalling between COM and .NET data types and handles the dirty work needed to use COM components with the CLR, which doesn't know COM from a hole in the ground.

There is a lot of information available on the subject, should you be interested.

Beyond (COM) Interop: Has Anyone Seen the Bridge?[^]

Calling COM Components from .NET Clients[^]

Charlie

if(!curlies){ return; }
GeneralRe: why interop.xxx.dll generate by .net dev Pin
williamchou26-Jan-05 14:43
williamchou26-Jan-05 14:43 
GeneralGDI+ Video Acceleration Pin
david@mindplay.com25-Jan-05 7:36
david@mindplay.com25-Jan-05 7:36 
GeneralA printing problem Pin
Vinsent25-Jan-05 7:00
Vinsent25-Jan-05 7:00 
General.NET remoting first call duration Pin
OliveP25-Jan-05 3:58
OliveP25-Jan-05 3:58 
Generalassigning another imagelist to listview Pin
serkanyilmaz25-Jan-05 3:25
serkanyilmaz25-Jan-05 3:25 
GeneralGoliath.NET Obfuscator Pin
Marcello Cantelmo24-Jan-05 11:08
Marcello Cantelmo24-Jan-05 11:08 
GeneralRe: Goliath.NET Obfuscator Pin
Robert Rohde28-Jan-05 19:53
Robert Rohde28-Jan-05 19:53 
GeneralRe: Goliath.NET Obfuscator Pin
Marcello Cantelmo28-Jan-05 22:40
Marcello Cantelmo28-Jan-05 22:40 
GeneralRe: Goliath.NET Obfuscator Pin
Robert Rohde29-Jan-05 1:14
Robert Rohde29-Jan-05 1:14 
GeneralRe: Goliath.NET Obfuscator Pin
Marcello Cantelmo29-Jan-05 2:07
Marcello Cantelmo29-Jan-05 2:07 
QuestionLinked config files...possible? Pin
Lane Willard24-Jan-05 5:25
Lane Willard24-Jan-05 5:25 
AnswerRe: Linked config files...possible? Pin
Charlie Williams24-Jan-05 9:18
Charlie Williams24-Jan-05 9:18 
GeneralRe: Linked config files...possible? Pin
Lane Willard25-Jan-05 7:57
Lane Willard25-Jan-05 7:57 
GeneralMixing MFC70 and MFC71 in same process Pin
Malcolm Smart24-Jan-05 1:15
Malcolm Smart24-Jan-05 1:15 
GeneralChanging Cursor on Application Pin
23-Jan-05 5:37
suss23-Jan-05 5:37 
GeneralUsing a DLL (C++) in VS C# project Pin
saadiyah23-Jan-05 4:10
saadiyah23-Jan-05 4:10 
GeneralRe: Using a DLL (C++) in VS C# project Pin
bneacetp28-Jan-05 16:46
bneacetp28-Jan-05 16:46 

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.