newbie question

  • Thread starter Thread starter ShipHead
  • Start date Start date
S

ShipHead

#using <mscorlib.dll>

What is this actually doing in my code?
Is this like including mscorlib.h and linking with mscorlib.lib?
 
ShipHead said:
#using <mscorlib.dll>

What is this actually doing in my code?
Is this like including mscorlib.h and linking with mscorlib.lib?

Pretty much, yes - except this is how you bring .NET assemblies in, which
don't have corresponding header and lib files.

-cd
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top