Click here to Skip to main content
15,900,378 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: VS2005 C++ Auto Formatting.. Pin
Nelek1-Nov-07 23:51
protectorNelek1-Nov-07 23:51 
AnswerRe: VS2005 C++ Auto Formatting.. Pin
WHGibbo2-Nov-07 0:30
WHGibbo2-Nov-07 0:30 
GeneralRe: VS2005 C++ Auto Formatting.. Pin
Nelek5-Nov-07 20:41
protectorNelek5-Nov-07 20:41 
AnswerRe: VS2005 C++ Auto Formatting.. Pin
RChin2-Nov-07 2:45
RChin2-Nov-07 2:45 
GeneralRe: VS2005 C++ Auto Formatting.. Pin
WHGibbo2-Nov-07 5:15
WHGibbo2-Nov-07 5:15 
GeneralRe: VS2005 C++ Auto Formatting.. Pin
RChin2-Nov-07 6:17
RChin2-Nov-07 6:17 
Questionmodule definition file Pin
George_George1-Nov-07 23:10
George_George1-Nov-07 23:10 
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 

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.