Windows Programming - October 2008

MySQL++ in Windows Environment
 
Hey guys, I have recently been looking for a way to store data on a server that I can connect to an...
[9 replies] Last: PS - I forgot to say, that some of the header files you require to bu... (by guestgulkan)
by Otto
Laggin' with DirectSound and timers
 
So there's two problems: First: I can load waves from resource perfectly into a ds buffer, but wh...
[no replies]
Global Keyboard Hook with DLL
 
Hi, I'm trying to write a global keyboard hook for learning purposes. This is the first time I've wo...
[1 reply] : Just guessing here, don't have time to try it out cause your code look... (by anders43)
by blah
pass arguments from one program to another
 
hi there i wanna know how can i send args from one program to another e .g i got one program ...
[1 reply] : interprocess communication is a BIG topic, in my experience the simple... (by anders43)
by ljapc
atlcomcli.h Debug Assertion Failed
 
Hi, now I have a problem with vs2005. It's simple programe that use ATL Object. anyway the program...
[1 reply] : sounds like you haven't implemented all abstract methods in the interf... (by anders43)
Beginner Thread Questions
 
Hello, I have reciently looked into multi-threading as my applications are starting to get mor...
[1 reply] : A "HANDLE" is a void*...so it can point to anything. It's basically t... (by firedraco)
getaddrinfo Errors (linker problems)
 
So, I have recently been trying to delve into Winsock2. I was doing a tutorial and all was going wel...
[1 reply] : i believe i can help you. the undefined reference means that the li... (by Mal Reynolds)
Useful functions?
 
I'm trying to find a list of some useful custom-built functions. Does anyone have functions that the...
[3 replies] Last: Great, this is pretty useful. Thanks! (by demosthenes2k8)
Can You Explain What This Piece of Code Does? C++ - Winsock - Simple
 
What does the following code do? Please explain each line... Why we need to put in Windows Socket P...
[2 replies] Last: Like you say - it's simple. lol you got me Thanks (by f ben isaac)
Remote Mouse Control in C++
 
Hi all, I'm currently working on an application that will remote control the mouse on another PC,...
[3 replies] Last: i believe that zaita may have just been implying that your question is... (by Mal Reynolds)
Windows GUI interface. C++
 
Hey guys, i have an assignment due and i have no i idea what to do on it. We have hardly even talked...
[3 replies] Last: cant find Dlg editor in VS 6.. :( (by anantmishra)
ntdll.dll
 
I have created an application in C++ using MFC, and then one day I have executed this application us...
[1 reply] : You haven't given us any useful metrics to answer against. A % is usel... (by Zaita)
Need the code of dynamic searching
 
Can any one give the code of dynamic searching ? Dynamic searching is the algorithm that high lites...
[1 reply] : try google. (by Zaita)
by teslaa
left operand must be l-value
 
Hi im getting this error error C2106: '=' : left operand must be l-value basically i create ...
[1 reply] : What type is Vec3f? (by firedraco)
I Keep Getting Undefineds Errors! Socket Programming for C++
 
I ported my program from Linux to Windows. I linked to winsock library. I compiled, i got lots of un...
[3 replies] Last: GREAT ANSWER! (by f ben isaac)
by Nandor
C# to C++
 
I have a C# code fragment like: private void m_btnConnect_Click(object sender, System.EventArgs e) ...
[1 reply] : can't you just use CLI/C++? Then it should almost be identical since y... (by anders43)
troubles with VC++6
 
Hi All, I have the following code in VC++: In TestView.h : /*********************************...
[1 reply] : Object CTestView::Make(int a1, int b1) { Object *tmp; tmp = (O... (by anders43)
Example for Visual C++ 2008 Express Edition
 
Hi, I would appreciate if somebody could build a sample project for Visual C++ 2008 Express Editi...
[8 replies] Last: A char is 1 byte long and contains just a few characters, a wchar_t... (by Bazzy)
Buttons not showing up! (1,2)
 
I'm making a 4D minesweeper game, which requires lots and lots of buttons. Unfortunately, I cannot m...
[29 replies] Last: Correct. (by Timaster)
by iosif
Difficult problem on Win64, with STL
 
I am working on a win64 version of a multi-platform program, and am having problems with occasional ...
[no replies]
October 2008 Pages: 123
  Archived months: [sep2008] [nov2008]

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