Windows Programming - April 2012 (Page 4)

Compiling error, open.c file
 
Hello! I'm trying to compile a game called Penumbra Overture. I get these strange error messages whe...
[no replies]
by Mel3
How to change this c++ 'macro' to inline code?
 
How would you convert the macro below to inline code? //macro... #define CATCHERROR(ptr,a) catch...
[2 replies] Last: Thanks 'TheDestroyer" ! Somehow I got confused on the fact that 'ptr'... (by Mel3)
by cpadam
Angle bracket as a command line parameter
 
I'm using the ShellExecute function in windows to call an external DOS application. The DOS app acc...
[1 reply] : nice words (by nicholasramos156)
by PluX
Microsoft Media Foundation Webcam Interface
 
Hello All, I've been working on a c++ interface to capture images from all types of webcams via t...
[no replies]
by dancks
Using Visual C++?
 
I'm a newbie programmer, and I'm also a newbie windows programmer. I have used Mac for most of my ca...
[1 reply] : Probably you created the project as a Win32 app, and not as a Console ... (by S G H)
by pfish
help????
 
So I've got this header code. #include <iostream> using namespace std; class Employee { pu...
[2 replies] Last: thanks (by pfish)
Problem with string in dynamic allocated struct
 
Hello, I need help with allocating structures struct vertex { string vertex_name; int ve...
[2 replies] Last: Problem solved. I put my struct into vector, thanks (by rann141)
class member construction with parameter
 
I am using MFC, and I want to add a named CEvent class member to my Dialog class, in public. this...
[2 replies] Last: i am talking about the design of C++ language here, i thought a defau... (by mobilevil)
Tick each checkboxes in the listview
 
Hi guys, I need your urgently help. I have extract each strings from mystrings to input them in t...
[4 replies] Last: do anyone know how i can check the string 'enabled' in my php page for... (by mark103)
by atjm88
Tutorial For Win32??
 
Hi, can I know where to get a very easy understand Tutorial for Win32 Programming Language? Your hel...
[1 reply] : Here are my suggestions For tutorials http://msdn.microsoft.com/en-u... (by blackcoder41)
by hnick
Problem passing a vector array as a parameter
 
First: I am doing maintenance on legacy code. This used to work (and still does) in a different code...
[6 replies] Last: Bingo! That evidently changed and I didn't notice it when I merged the... (by hnick)
Can anyone help me?
 
Ok so am been playing around with memory for a while trying to learn. And I noticed something With ...
[1 reply] : Not sure I follow the question here. I guess this "applies to" is the... (by webJose)
run a program in background
 
so I want to make a program that plays a random sound when a certain key is hit but I am not sure ho...
[4 replies] Last: Yup that's all you should need ;) Happy coding! (by SH4773R)
SetWindowPos v CREATESTRUCT
 
Ladies and gentleman This is really just for education on the nuances of MFC. I was playing ar...
[2 replies] Last: No this makes no difference. I have now tried on numerous different A... (by returnofx)
Where is the metadata???
 
So i was just playing with files like opening with hex editor and doing some stuff. and i found one ...
[4 replies] Last: Thanks for the information. (by time to c)
by HenryJ
wxWidget memory Leak, Please help!!!
 
Hi everyone, I am making a paint program on wxWidgets and it has a memory leak. When I compile the p...
[2 replies] Last: thanks mate! (by HenryJ)
by HenryJ
Array Problem
 
Hi, I am making a paint program with a undo button. To do that, I need the computer to remeber the l...
[6 replies] Last: Hi again, I found the solution, vectors but then this line keep gettin... (by HenryJ)
by xoxos
why doesn't it work?
 
hi, first post - i am attempting to create a 2d array in a program using the win32 sdk. i can ...
[6 replies] Last: Could it simply be the array is to large for the stack? Have you tried... (by naraku9333)
by Ch1156
How to pause for certain amount of time
 
I remember it was something like whatever(200); I dont know what the keyword that goes where w...
[1 reply] : It's Sleep. And it's not a keyword, it's a function part of the WinAPI... (by Athar)
rand is not being rand!!!!!
 
okay so i have made a function for my ai that i am making for a uni assignment and it what working f...
[7 replies] Last: here is an old and simple algorithm from hal chamberlin for unsigned l... (by xoxos)
April 2012 Pages: 123456
  Archived months: [mar2012] [may2012]

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