Forum     

Go Back   Digit Technology Discussion Forum > Portables, Peripherals and Electronics > QnA (read only)
Register FAQ Calendar Mark Forums Read

QnA (read only) Mods please help transfer the contents of this forum to proper sections. :)


 
 
LinkBack Thread Tools Search this Thread Display Modes
Old 13-06-2006, 12:09 AM   #1 (permalink)
In The Zone
 
plsoft's Avatar
 
Join Date: Mar 2005
Posts: 234
Default Of exe's n dll's


Could u guys pls tell me the difference (preferably In terms of their attributes) b/w the following file extentions:

1. .exe & .dll files

2. .exe & .com (not the dot com for URL's) files.

Thank u all in advance
plsoft is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 13-06-2006, 12:37 AM   #2 (permalink)
Wise Old Owl
 
speedyguy's Avatar
 
Join Date: Aug 2004
Location: Bangalore/Jamshedpur
Posts: 1,173
Default Re: Of exe's n dll's

in short....dll r system files, exe r executable files (gen used for applications)

and, com basically has the system commands like boot, startup etc....not sure abt this...some more technocrats may help...

cheers
__________________
No Pain...No Gain
speedyguy is offline  
Old 13-06-2006, 07:33 AM   #3 (permalink)
Distinguished Member
 
anandk's Avatar
 
Join Date: Mar 2005
Location: Pune
Posts: 3,783
Talking

all here http://www.webopedia.com/
http://www.webopedia.com/TERM/E/EXE_file.html
http://www.webopedia.com/TERM/D/DLL.html
and more...
__________________
> www.TheWindowsClub.com <
= www.WinVistaClub.com =
Microsoft® MVP
anandk is offline  
Old 13-06-2006, 07:49 AM   #4 (permalink)
In The Zone
 
Official Techie's Avatar
 
Join Date: Jan 2005
Location: Somewhere in motherboard
Posts: 439
Default Re: Of exe's n dll's

dll are unlike exe(executable files )are not of any seen use though they both are created in languages u can take as its data hiding in c++
__________________
Game Khelwanu Magazine Padhwanu Majjani Life

http://sudiptatech.blogspot.com/
http://sudiptamondal.blogspot.com/
Official Techie is offline  
Old 13-06-2006, 11:09 AM   #5 (permalink)
In The Zone
 
plsoft's Avatar
 
Join Date: Mar 2005
Posts: 234
Default Re: Of exe's n dll's

Actually its a question my teacher asked, i have seen the explainations in wikipedia but i can't really understand them. I want someone to explain them from the basic structure, n in a simple manner. Thanks again guys.
plsoft is offline  
Old 13-06-2006, 11:27 AM   #6 (permalink)
Human Spambot
 
Join Date: Nov 2004
Location: Madurai
Posts: 2,349
Default Re: Of exe's n dll's

A DLL is a dynamically Linked Library file... If you are not familiar with programming, a Library file will typically contain procedures for doing certain specific task... For example, a library file for trignometry may contain procedure for finding sine, cosine, etc... a library file for File Dialog will contain methods for opening a file dialog and asking where to save or open a file, etc...

The DLL can be called upon by other programs and their procedures can be accessed through them... Windows has a set of predefined DLLs and through Windows API programming, you can access the functionality provided by these DLLs without having to write the full code again...

DLLs thus provide reusability of code by various programs...

An EXE is an executable file that can be executed from Windows or DOS. A COM file is also an executable file but there are some important differences..To oversimplify: a .COM file is a direct image of how the program will
look in main memory, and a .EXE file will undergo some further
relocation when it is run (and so it begins with a relocation header). A
.COM file is limited to 64K for all segments combined, but a .EXE file
can have as many segments as your linker will handle and be as large as
RAM can take. More details at http://www.faqs.org/faqs/msdos-progr...section-9.html

Arun
sakumar79 is offline  
 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


 
Latest Threads
- by ico
- by Charan
- by gohan89
- by Sujeet

Advertisement




All times are GMT +5.5. The time now is 10:57 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2