Click here to Skip to main content
15,909,742 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: module definition file Pin
Matthew Faithfull2-Nov-07 0:35
Matthew Faithfull2-Nov-07 0:35 
You should create a .def file (always let the machine do it and you can edit it afterwards if you're a serious hacker) if your Dll will be linked into an executable. If it's a purely COM interfaced Dll which will get loaded and the interfaces interogated at run time then I don't think a .def file is going to be needed. It doesn't do any harm though and shouldn't increase the size of your output. If I remeber rightly the exception to this is if you're doing DCOM and want to build proxy/stub dlls for your objects, then you're back to needing a .def file. Either way I'd just switch it on and forget about it unless and until you need it. Good luck.Smile | :)

Nothing is exactly what it seems but everything with seems can be unpicked.

GeneralRe: module definition file Pin
George_George2-Nov-07 0:53
George_George2-Nov-07 0:53 
GeneralRe: module definition file Pin
Matthew Faithfull2-Nov-07 7:17
Matthew Faithfull2-Nov-07 7:17 
GeneralRe: module definition file Pin
JudyL_MD2-Nov-07 8:14
JudyL_MD2-Nov-07 8:14 
GeneralRe: module definition file Pin
George_George2-Nov-07 19:51
George_George2-Nov-07 19:51 
GeneralRe: module definition file Pin
JudyL_MD7-Nov-07 2:41
JudyL_MD7-Nov-07 2:41 
GeneralRe: module definition file Pin
George_George7-Nov-07 3:25
George_George7-Nov-07 3:25 
GeneralRe: module definition file Pin
George_George2-Nov-07 19:49
George_George2-Nov-07 19:49 
AnswerRe: module definition file Pin
JudyL_MD2-Nov-07 2:11
JudyL_MD2-Nov-07 2:11 
GeneralRe: module definition file Pin
George_George2-Nov-07 5:28
George_George2-Nov-07 5:28 
GeneralRe: module definition file Pin
JudyL_MD2-Nov-07 5:49
JudyL_MD2-Nov-07 5:49 
GeneralRe: module definition file Pin
George_George2-Nov-07 19:46
George_George2-Nov-07 19:46 
GeneralRe: module definition file Pin
JudyL_MD7-Nov-07 2:44
JudyL_MD7-Nov-07 2:44 
GeneralRe: module definition file Pin
George_George7-Nov-07 3:26
George_George7-Nov-07 3:26 
QuestionHow to open my Mainframe Pin
saravana0011-Nov-07 22:09
saravana0011-Nov-07 22:09 
AnswerRe: How to open my Mainframe Pin
Nelek1-Nov-07 22:30
protectorNelek1-Nov-07 22:30 
GeneralRe: How to open my Mainframe Pin
saravana0011-Nov-07 22:59
saravana0011-Nov-07 22:59 
GeneralRe: How to open my Mainframe Pin
Nelek1-Nov-07 23:48
protectorNelek1-Nov-07 23:48 
QuestionPDF creator Pin
c071-Nov-07 21:54
c071-Nov-07 21:54 
AnswerI wonder if you are "Googly challenged". Pin
Rajesh R Subramanian1-Nov-07 22:09
professionalRajesh R Subramanian1-Nov-07 22:09 
GeneralRe: I wonder if you are "Googly challenged". Pin
c071-Nov-07 22:29
c071-Nov-07 22:29 
GeneralRe: I wonder if you are "Googly challenged". Pin
Rajesh R Subramanian1-Nov-07 22:34
professionalRajesh R Subramanian1-Nov-07 22:34 
GeneralRe: I wonder if you are "Googly challenged". Pin
c071-Nov-07 23:03
c071-Nov-07 23:03 
GeneralRe: I wonder if you are "Googly challenged". Pin
Rajesh R Subramanian1-Nov-07 23:11
professionalRajesh R Subramanian1-Nov-07 23:11 
AnswerRe: PDF creator Pin
David Crow2-Nov-07 3:11
David Crow2-Nov-07 3:11 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.