Click here to Skip to main content
15,887,683 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionAny Instructions to Compile Wykobi library in C++Builder? Pin
Austin_Cpp5-May-16 12:57
Austin_Cpp5-May-16 12:57 
SuggestionRe: Any Instructions to Compile Wykobi library in C++Builder? Pin
Richard MacCutchan5-May-16 21:13
mveRichard MacCutchan5-May-16 21:13 
QuestionWindows Compatibility Mode Pin
Bram van Kampen4-May-16 15:59
Bram van Kampen4-May-16 15:59 
AnswerRe: Windows Compatibility Mode Pin
leon de boer4-May-16 22:49
leon de boer4-May-16 22:49 
GeneralRe: Windows Compatibility Mode Pin
Bram van Kampen5-May-16 12:24
Bram van Kampen5-May-16 12:24 
GeneralRe: Windows Compatibility Mode Pin
leon de boer5-May-16 18:50
leon de boer5-May-16 18:50 
GeneralRe: Windows Compatibility Mode Pin
Bram van Kampen6-May-16 16:33
Bram van Kampen6-May-16 16:33 
GeneralRe: Windows Compatibility Mode Pin
leon de boer8-May-16 3:26
leon de boer8-May-16 3:26 
VS2103 does a fair job of the conversions, we can help with any that it misses. VS2015 is better by far at the conversion.

Realistically you will probably get more trouble initially from deprecated (unsafe) calls that it will complain about, things like strcat, strcpy etc. You either have to set the compiler or pragma comment to stop them or actually use the new safe versions so strcpy_s, strcat_s etc. They carry extra parameters which is the size of all buffers exchanged by these unsafe calls. It usually takes 10-15min to convert them all in a decent length project.

It's not hugely complicated but can be annoying when you first open a project.
In vino veritas

AnswerRe: Windows Compatibility Mode Pin
Graham Breach4-May-16 22:13
Graham Breach4-May-16 22:13 
GeneralRe: Windows Compatibility Mode Pin
leon de boer5-May-16 1:44
leon de boer5-May-16 1:44 
GeneralRe: Windows Compatibility Mode Pin
Graham Breach5-May-16 3:04
Graham Breach5-May-16 3:04 
GeneralRe: Windows Compatibility Mode Pin
Bram van Kampen5-May-16 14:16
Bram van Kampen5-May-16 14:16 
GeneralRe: Windows Compatibility Mode Pin
David Crow6-May-16 3:28
David Crow6-May-16 3:28 
GeneralRe: Windows Compatibility Mode Pin
Bram van Kampen3-Jul-16 14:04
Bram van Kampen3-Jul-16 14:04 
GeneralRe: Windows Compatibility Mode Pin
Bram van Kampen2-Jul-16 15:52
Bram van Kampen2-Jul-16 15:52 
QuestionStuck in 2 loops Pin
Member 124990122-May-16 18:59
Member 124990122-May-16 18:59 
GeneralRe: Stuck in 2 loops Pin
PIEBALDconsult2-May-16 19:13
mvePIEBALDconsult2-May-16 19:13 
GeneralRe: Stuck in 2 loops Pin
Member 124990122-May-16 19:26
Member 124990122-May-16 19:26 
GeneralRe: Stuck in 2 loops Pin
Richard MacCutchan2-May-16 21:29
mveRichard MacCutchan2-May-16 21:29 
GeneralRe: Stuck in 2 loops Pin
Member 124990122-May-16 23:43
Member 124990122-May-16 23:43 
QuestionRe: Stuck in 2 loops Pin
Parthiban.Appuswamy3-May-16 1:31
Parthiban.Appuswamy3-May-16 1:31 
AnswerRe: Stuck in 2 loops Pin
Member 124990123-May-16 1:36
Member 124990123-May-16 1:36 
GeneralRe: Stuck in 2 loops Pin
Richard MacCutchan3-May-16 2:26
mveRichard MacCutchan3-May-16 2:26 
GeneralRe: Stuck in 2 loops Pin
Member 124990123-May-16 2:47
Member 124990123-May-16 2:47 
GeneralRe: Stuck in 2 loops Pin
Richard MacCutchan3-May-16 2:55
mveRichard MacCutchan3-May-16 2:55 

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.