Windows Programming - June 2014 (Page 6)

C++ compilers
 
I am looking for a new c++ compiler. Can you guys post what some are? Thanks :D
[1 reply] : Which is your current C++ compiler? which platform? GCC, clang, Visua... (by codewalker)
How do I get text from a Win2 rich edit
 
Hi, I have a rich edit displaying just fine on my Win32 app; it is created as follows LoadLibrary(TEXT("Msftedit.dll")); g_hRichEdit = CreateWindowE...
[4 replies] Last: Thank you, that is what I needed :) (by MsPhelix)
by Garion
Understanding the Message Queue
 
I'm still trying to wrap my mind around how this message queue system works for windows. Lets say I created this initial window using createwindowex() before...
[2 replies] Last: That makes sense. Thank you. (by Garion)
Visual Studio 2013 Express: IntelliSense is not working
 
The last time when I closed VS13, a message showed up and said there's something wrong with SQL so IntelliSense's not working. After that, I tried to uninstall ...
[3 replies] Last: That usually happens when a file is already open from something else. ... (by Stewbond)
GetDlgItemInt() question?
 
Recently I asked about getting TEXT from an edit box, but now I need to get an integer from it. See, I can't check if I am actually getting the text from the bo...
[4 replies] Last: Well, mixing GetDlgItemInt and using atoi() is nonsense, why you don't... (by modoran)
June 2014 Pages: 1... 456
  Archived months: [may2014] [jul2014]

This is an archived page. To post a new message, go to the current page.