ALLInterview.com :: Home Page            
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   SiteMap shows list of All Categories in this site.
Google
   
 
Categories  >>  Software  >>  Microsoft Related  >>  Dot Net  >>  Dot Net AllOther
 
 


 

 
 Dot Net Framework interview questions  Dot Net Framework Interview Questions
 Dot Net Remoting interview questions  Dot Net Remoting Interview Questions
 Dot Net WindowsForms interview questions  Dot Net WindowsForms Interview Questions
 Dot Net General interview questions  Dot Net General Interview Questions
 Dot Net AllOther interview questions  Dot Net AllOther Interview Questions
Question
what is the difference between Exportdll and Importdll ?
 Question Submitted By :: Srinu.dotspider
I also faced this Question!!     Rank Answer Posted By  
 
  Re: what is the difference between Exportdll and Importdll ?
Answer
# 1
__declspec( dllexport ) - The class or function so tagged
will be exported from the DLL it is built in. If you're
building a DLL and you want an API, you'll need to use this
or a separate .DEF file that defines the exports (MSDN).
This is handy because it keeps the definition in one place,
but the .DEF file provides more options.

__declspec( dllimport ) - The class or function so tagged
will be imported from a DLL. This is not actually required -
you need an import library anyway to make the linker
happy. But when properly marked with dllimport, the
compiler and linker have enough information to optimize the
call; without it, you get normal static linking to a stub
function in the import library, which adds unnecessary
indirection.
 
Is This Answer Correct ?    0 Yes 0 No
Preeti
 

 
 
 
Other Dot Net AllOther Interview Questions
 
  Question Asked @ Answers
 
How to send e-mail to gmail/yahoo or any other ID from your mail server.I need the code.  1
how do u achieve multilevel inheritance in .NET ? Ness-Technologies9
how to make my form not to appear in the task bar? Six-Sigma1
How can u manage state ? Ness-Technologies1
How to call the dll at runtime in .Net? iGate4
what are ACID properties ?  3
What does the "EnableViewState" property do? Why would I want it on or off?  2
what is class and object explain with example? Six-Sigma7
9. Oop-Class A has m1 metthode Class B has m1 metthode and C is the calss that inharits A class, A class inharits B class. If Object dim c as new A() c.m1(), Tell me which mettode of class will call PCS2
Can you explain the difference between an ADO.NET Dataset and ADO Recordset?  2
What is the difference between abstract class and Interface? Give an example how will u write an abstract class using .NET Framework T3-Softwares4
3. Should validation (did the user enter a real date) occur server-side or client-side? Why?  4
 
For more Dot Net AllOther Interview Questions Click Here 
 
 
 
 
 


   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2012  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com