Click here to Skip to main content
15,886,793 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
QuestionStrings in C | The program gives wrong output on string composed of both Upper case and lower case (Logic : ASCII Comparision) Why? Pin
Member 148492461-Jun-20 2:37
Member 148492461-Jun-20 2:37 
AnswerRe: Strings in C | The program gives wrong output on string composed of both Upper case and lower case (Logic : ASCII Comparision) Why? Pin
Richard MacCutchan1-Jun-20 3:15
mveRichard MacCutchan1-Jun-20 3:15 
GeneralRe: Strings in C | The program gives wrong output on string composed of both Upper case and lower case (Logic : ASCII Comparision) Why? Pin
k50541-Jun-20 4:22
mvek50541-Jun-20 4:22 
GeneralRe: Strings in C | The program gives wrong output on string composed of both Upper case and lower case (Logic : ASCII Comparision) Why? Pin
Richard MacCutchan1-Jun-20 5:05
mveRichard MacCutchan1-Jun-20 5:05 
GeneralRe: Strings in C | The program gives wrong output on string composed of both Upper case and lower case (Logic : ASCII Comparision) Why? Pin
kalberts1-Jun-20 7:25
kalberts1-Jun-20 7:25 
GeneralRe: Strings in C | The program gives wrong output on string composed of both Upper case and lower case (Logic : ASCII Comparision) Why? Pin
Richard MacCutchan1-Jun-20 9:28
mveRichard MacCutchan1-Jun-20 9:28 
QuestionRun executable with arguments Pin
Erich Ruth3-May-20 3:04
Erich Ruth3-May-20 3:04 
AnswerRe: Run executable with arguments Pin
Richard MacCutchan3-May-20 3:14
mveRichard MacCutchan3-May-20 3:14 
AnswerRe: Run executable with arguments Pin
Victor Nijegorodov3-May-20 4:50
Victor Nijegorodov3-May-20 4:50 
QuestionVisual C++/CLI Pin
F_Square3-Apr-20 15:26
F_Square3-Apr-20 15:26 
AnswerRe: Visual C++/CLI Pin
Richard MacCutchan3-Apr-20 22:00
mveRichard MacCutchan3-Apr-20 22:00 
GeneralRe: Visual C++/CLI Pin
F_Square7-Apr-20 18:05
F_Square7-Apr-20 18:05 
GeneralRe: Visual C++/CLI Pin
Richard MacCutchan7-Apr-20 21:30
mveRichard MacCutchan7-Apr-20 21:30 
QuestionDebugging ... not able to hit breakpoint. Pin
Member 1326109430-Mar-20 2:20
Member 1326109430-Mar-20 2:20 
AnswerRe: Debugging ... not able to hit breakpoint. Pin
Richard MacCutchan30-Mar-20 2:34
mveRichard MacCutchan30-Mar-20 2:34 
AnswerRe: Debugging ... not able to hit breakpoint. Pin
Stefan_Lang30-Mar-20 6:17
Stefan_Lang30-Mar-20 6:17 
Whether that dll is built in debug mode doesn't matter for debugging, in spite of the name! What you need is the .pdb file for that DLL. The .pdb file contains all the references that link the compiled code segments to the original code statements. If you have the .pdb, make sure it's accessible, e. g. in the same directory as the .dll file, or in the directory of your application.

If you have that DLL in your solution, includ9ing the source code, you should check your build options and make sure a .pdb is actually built.
GOTOs are a bit like wire coat hangers: they tend to breed in the darkness, such that where there once were few, eventually there are many, and the program's architecture collapses beneath them. (Fran Poretto)

QuestionGetWindowRect wrong dimensions Pin
lacir29-Mar-20 6:57
lacir29-Mar-20 6:57 
AnswerRe: GetWindowRect wrong dimensions Pin
Richard MacCutchan29-Mar-20 7:23
mveRichard MacCutchan29-Mar-20 7:23 
GeneralRe: GetWindowRect wrong dimensions Pin
lacir29-Mar-20 7:28
lacir29-Mar-20 7:28 
GeneralRe: GetWindowRect wrong dimensions Pin
Richard MacCutchan29-Mar-20 20:48
mveRichard MacCutchan29-Mar-20 20:48 
GeneralRe: GetWindowRect wrong dimensions Pin
Victor Nijegorodov29-Mar-20 23:50
Victor Nijegorodov29-Mar-20 23:50 
GeneralRe: GetWindowRect wrong dimensions Pin
lacir30-Mar-20 1:22
lacir30-Mar-20 1:22 
GeneralRe: GetWindowRect wrong dimensions Pin
Victor Nijegorodov30-Mar-20 1:42
Victor Nijegorodov30-Mar-20 1:42 
GeneralRe: GetWindowRect wrong dimensions Pin
deXo-fan10-Apr-20 3:51
deXo-fan10-Apr-20 3:51 
GeneralRe: GetWindowRect wrong dimensions Pin
Victor Nijegorodov10-Apr-20 7:01
Victor Nijegorodov10-Apr-20 7:01 

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.