ALLInterview.com :: Home Page KalAajKal.com
 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   interview questions urls   External Links  Contact Us     Login  |  Sign Up                      
info       Did you received any Funny E-Mails from your Friends and like to share with rest of our friends? Yeah!! you can post that stuff   HERE
Google
 
Categories  >>  Software  >>  Programming Languages  >>  VC++  >>  MFC
 
 


 

 
 MFC interview questions  MFC Interview Questions
 ATL interview questions  ATL Interview Questions
 COM DCOM interview questions  COM DCOM Interview Questions
 Win32API interview questions  Win32API Interview Questions
 ActiveX interview questions  ActiveX Interview Questions
 VC++ AllOther interview questions  VC++ AllOther Interview Questions
Question
Types of DLL's
 Question Submitted By :: Ramaswamy
I also faced this Question!!     Rank Answer Posted By  
 
  Re: Types of DLL's
Answer
# 1
3 types of DLL 

1.SDK DLL:Old type
2.Extension DLL: These DLL’s exposes variables and  
functions to the client application. It can expose C++ 
functions and C++ classes to be used in your application.

3.Regular DLL: MFC extension DLL’s can be used only with 
MFC applications. If you want a dll to be used by a wider 
range of applications then use a regular DLL.
 
Is This Answer Correct ?    0 Yes 1 No
Sahadev Tarei
 
  Re: Types of DLL's
Answer
# 2
Two Types
1. Regular DLLs : These DLLs can be used by C++ and other
language applications also. These DLLs will expose the
function in 'C' style.

2. Extension DLLs: Exclusively for C++ client. These DLLs
will expose the functions in 'C++' name mangling technique.
These symbols can be understood by only C++ client.
 
Is This Answer Correct ?    0 Yes 0 No
Chandrasekharreddy S
 
 
 
  Re: Types of DLL's
Answer
# 3
Two types of DLL:

1. Extenxsion DLl: These Dll only used in MFC application. 
these dll are not derived from CWinApp class. By this Dll 
we can export the function and classes both. In this Dll 
DllMain function is there for intialisation 

2. Regular Dll : These Dll used in MFC and non-MFc both 
type of applications. This is derived from CwinApp class. 
We can export function in this dll.
 
Is This Answer Correct ?    1 Yes 0 No
Anuj
 
  Re: Types of DLL's
Answer
# 4
1. Extension DLL
2. Regular DLL
 
Is This Answer Correct ?    0 Yes 0 No
Guest
 
  Re: Types of DLL's
Answer
# 5
we can mention Resouce only dll also
 
Is This Answer Correct ?    0 Yes 3 No
Vijay Visana
 

 
 
 
Other MFC Interview Questions
 
  Question Asked @ Answers
 
Hi All, I have created one MFC Dialog Based application.now if i am running the application its working fine,instead of closing he application i minimized the application,if i run the application again,i am getting the Dialog. I want to prevent the calling of application multiple times. please give me the code and let me know in which method i need to make changes. Praveer HP2
What is the difference between Extension DLL and Regular DLL? GE3
What are the special requirements for dialog box resources used in a form view?  1
What is the use of message map ?  3
How many types of dialog box are their Honeywell4
How to handle command line arguements from simple MFC application ?  1
What are the differences between MFC Exception macros and C++ exception keywords?  1
What is LPCTSTR? What does LP denote it?  4
What is thread & process? Exaband8
How can i change the color of a dropdowncombobox elements  1
What is CArchive class dowes?  3
Tell me the different controls in MFC ?  3
Difference between Cclint DC & Cpaint Dc E-Logic2
what is message loop how mfc does it internally?  4
how many types of classes are ther,what are that L&T3
What is the use of OninitDialog ? HCL7
What is a critical section and how is it implemented?  1
What is Multithreading Invensys1
if i modified data in 1 view how does the other view knows Siemens1
What function is used to disable a control at runtime?  4
 
For more MFC Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

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