
please wait
by orejano
Circled windows
|
|
Aug 10, 2011 at 5:08pm
[2 replies] Last: Yes, that's what i meant. I will look into it. Thanks! (by orejano)
|
by slmnv5
memory leaks in a DLL for excel
|
|
Aug 10, 2011 at 5:08pm
[1 reply] : Can you see what version of the CRT -- if any -- the 3rd party DLL is ... (by andywestken)
|
by NanoBytes
Keypress event in win32
|
|
Aug 10, 2011 at 1:54pm
[6 replies] Last: Both the Rich Edit and the Edit control know how to handle tab chars (... (by andywestken)
|
by TaoCG
error C2143: syntax error : missing ';' before '^'
|
|
Aug 10, 2011 at 12:09pm
[1 reply] : why you don't just try to combine them in 1 header file? btw, you shou... (by chipp)
|
by naveen1264
setthreadcontext problem
|
|
Aug 10, 2011 at 6:26am
[no replies]
|
by NanoBytes
Win32 Listview Grouping Problems
|
|
Aug 10, 2011 at 6:15am
[no replies]
|
by Phiru
I am using WMVEncoderSDK...
|
|
Aug 10, 2011 at 5:21am
[no replies]
|
by rem45acp
Mixing std::wstring with ICU?
|
|
Aug 9, 2011 at 8:29pm
[3 replies] Last: I have no idea if the conversions are OK. In Windows, I would have Us... (by webJose)
|
by ahura24
API
|
|
Aug 9, 2011 at 5:49pm
[12 replies] Last: If you want a console app, I would go with an actual console app, rath... (by andywestken)
|
How to create a new additional IRP |
|
Aug 9, 2011 at 1:38pm
[no replies]
|
by Xhalite
Problems with Irrlicht Demo
|
|
Aug 9, 2011 at 11:01am
[8 replies] Last: device->drop should be called AFTER the bracket ' } ' so it will come ... (by S G H)
|
srand/rand problems |
|
Aug 9, 2011 at 12:11am
[6 replies] Last: The seed is used to generate a pseudo-random sequence of numbers, give... (by closed account DSLq5Di1)
|
by salkec
Child message not handled
|
|
Aug 8, 2011 at 7:07pm
[7 replies] Last: Tkank you very much for help. I solved problem but I still don't under... (by salkec)
|
A problem with vectors |
|
Aug 8, 2011 at 5:52pm
[7 replies] Last: except that the size() function returned 2 before the erase(). The on... (by aaronfjerstad)
|
Memory Error |
|
Aug 7, 2011 at 8:59pm
[12 replies] Last: I know but I prefer code::blocks. I tried Visual C++ before and I real... (by businessman332211)
|
by LB
#ifdef & #if defined() in resource files
|
|
Aug 7, 2011 at 3:52pm
[2 replies] Last: Oops...yes that was exactly the problem. I had to set the builds to de... (by LB)
|
by xanamini
Read File
|
|
Aug 7, 2011 at 2:11pm
[2 replies] Last: It would better for you to just track down an example of how to read a... (by andywestken)
|
by jglawrence
Why does including string in my DLL cause so many errors?
|
|
Aug 7, 2011 at 12:21pm
[11 replies] Last: When you say you couldn't find "string", you do mean "std::string", ye... (by andywestken)
|
2 questions. |
|
Aug 7, 2011 at 7:09am
[6 replies] Last: Programming Windows, 5th edition by Charles Petzold. (by webJose)
|
Function call not working |
|
Aug 7, 2011 at 2:22am
[6 replies] Last: Wow, thanks for the help. I appreciate that. (by businessman332211)
|