Jump to content
Xtreme .Net Talk

Recommended Posts

  • *Experts*
Posted

I can't remember this offhand and a search on google didn't get what I expected (too vague I guess).

 

Can C# (or managed .NET) compile a "standard" DLL? Meaning, such that the DLL can be used from in, say VB6, or that you'd define through DllImport (such as BitBlt or timeGetTime or other Win32 DLL functions)? I'm not concerned about difficulty, just wanting to know if it's possible (maybe some kind of attribute decorations or somesuch)?

 

Thanks a bunch :)

 

-Nerseus

"I want to stand as close to the edge as I can without going over. Out on the edge you see all the kinds of things you can't see from the center." - Kurt Vonnegut
  • *Experts*
Posted

That's what I thought... couldn't find anything to back it up though. I'll investigate whether I can code a simple C++ DLL that wraps calls to a C# assembly. Yuckums, working with older code :)

 

-Ner

"I want to stand as close to the edge as I can without going over. Out on the edge you see all the kinds of things you can't see from the center." - Kurt Vonnegut
Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...