Click here to Skip to main content
15,912,756 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to export an object from a DLL! Help me please! Pin
farid_colombia4-Nov-08 18:55
farid_colombia4-Nov-08 18:55 
GeneralRe: How to export an object from a DLL! Help me please! Pin
ThatsAlok4-Nov-08 19:59
ThatsAlok4-Nov-08 19:59 
GeneralRe: How to export an object from a DLL! Help me please! Pin
farid_colombia5-Nov-08 6:28
farid_colombia5-Nov-08 6:28 
GeneralRe: How to export an object from a DLL! Help me please! Pin
farid_colombia5-Nov-08 19:06
farid_colombia5-Nov-08 19:06 
AnswerRe: How to export an object from a DLL! Help me please! Pin
Hamid_RT4-Nov-08 19:25
Hamid_RT4-Nov-08 19:25 
GeneralRe: How to export an object from a DLL! Help me please! Pin
farid_colombia5-Nov-08 19:05
farid_colombia5-Nov-08 19:05 
QuestionVisual Studio 2008 Pin
sidkraft4-Nov-08 15:33
sidkraft4-Nov-08 15:33 
AnswerRe: Visual Studio 2008 Pin
Joe Woodbury4-Nov-08 17:59
professionalJoe Woodbury4-Nov-08 17:59 
The Visual Studio 2008 C++ compiler is more strict than the VS 6.0 compiler. The projects aren't compatible, but the new project will use a different extension. The IDE is different and takes some getting used to; all the extras make it worthwhile in my opinion (though I still do the bulk of my work in VC++ 6.0 for logistical/deployment reasons.) A few things to be aware of: The executable size in VS 2008 is slightly bigger than in 6.0, the execution time is very slightly slower and the build times are slower. VS 2008 sometimes makes errors with optimization settings when importing older projects, so be sure to go through and check them (look at the command line to verify they are really set.)

Finally, VS 2008 will emit warnings by default for using the non-"safe" versions of string and memory CRT functions. You can turn these warnings off, use the new versions or, if you need to still compile the code under 6.0, use #ifdefs (I've done all three.) VS 2008 enforces the scope of the operator(s) in a for(;;) construct. VS 2008 emits several more warnings which are very helpful.


Anyone who thinks he has a better idea of what's good for people than people do is a swine.
- P.J. O'Rourke


AnswerRe: Visual Studio 2008 Pin
Hamid_RT4-Nov-08 19:30
Hamid_RT4-Nov-08 19:30 
QuestionCode instrumation for coverage Pin
Frygreen4-Nov-08 14:02
Frygreen4-Nov-08 14:02 
QuestionRe: Code instrumation for coverage Pin
CPallini4-Nov-08 21:24
mveCPallini4-Nov-08 21:24 
Questionhow to change the size of text Pin
simon alec smith4-Nov-08 11:02
simon alec smith4-Nov-08 11:02 
AnswerRe: how to change the size of text Pin
CPallini4-Nov-08 11:49
mveCPallini4-Nov-08 11:49 
GeneralRe: how to change the size of text Pin
Hamid_RT4-Nov-08 19:38
Hamid_RT4-Nov-08 19:38 
GeneralRe: how to change the size of text Pin
CPallini4-Nov-08 21:33
mveCPallini4-Nov-08 21:33 
GeneralRe: how to change the size of text Pin
Hamid_RT5-Nov-08 2:14
Hamid_RT5-Nov-08 2:14 
GeneralRe: how to change the size of text Pin
Iain Clarke, Warrior Programmer5-Nov-08 2:17
Iain Clarke, Warrior Programmer5-Nov-08 2:17 
GeneralRe: how to change the size of text Pin
CPallini5-Nov-08 2:53
mveCPallini5-Nov-08 2:53 
AnswerRe: how to change the size of text [modified] Pin
User 2155974-Nov-08 17:26
User 2155974-Nov-08 17:26 
AnswerRe: how to change the size of text Pin
Rajesh R Subramanian4-Nov-08 18:27
professionalRajesh R Subramanian4-Nov-08 18:27 
AnswerRe: how to change the size of text Pin
Hamid_RT4-Nov-08 19:37
Hamid_RT4-Nov-08 19:37 
QuestionScaling a window without obscuring image. Pin
Zergon4-Nov-08 9:43
Zergon4-Nov-08 9:43 
AnswerRe: Scaling a window without obscuring image. Pin
Nishad S4-Nov-08 19:16
Nishad S4-Nov-08 19:16 
GeneralRe: Scaling a window without obscuring image. Pin
Zergon9-Nov-08 3:36
Zergon9-Nov-08 3:36 
QuestionConnect C++ application to SQLServer Pin
Giannakakis Kostas4-Nov-08 6:59
professionalGiannakakis Kostas4-Nov-08 6:59 

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.