Windows Programming - October 2011 (Page 6)

Creating a game engine?
 
I was interested in creating a game design engine/editor. The only part I need to know right now is...
[11 replies] Last: He obviously doesn't fully understand what a game engine is, how you h... (by Nybble)
EndDialog crash
 
Hello everybody! I have been searching the answer to this problem for a few days but i couldn't find...
[18 replies] Last: greetings: I am using c and Petzold's Programming Windows to create dy... (by James Bennett)
WIN32 API Pipes
 
Hey All, I need to see two examples of code. I need to see one example that opens a pipe and w...
[1 reply] : There is a fully working example: http://msdn.microsoft.com/en-us/libr... (by modoran)
C++ audio library to edit audio files/live audio
 
I need someone who has links to a good C++ audio library that allows you to edit audio files or live...
[no replies]
Help With Including Libraries.
 
Hello, I am trying to use SFML in one of my programs, I downloaded the full SDK off this page: http...
[2 replies] Last: libgcc_s_dw2-1.dll Since gcc is the GNU Compiler Collection, this s... (by Moschops)
Message when windows is done disabling Aero (fullscreen app)
 
Hello. I have an opengl app that goes into fullscreen on boot. After WM_PAINT is called I animated...
[no replies]
Windows class
 
Hey there, I am having some trouble with running my implementation of a Windows class as an object. ...
[2 replies] Last: augh, thank you so much. I knew it was something stupid like that. I w... (by neziggy)
by endhck
communication two forms
 
I want to pass my mainform to the child form with constructor. But when I added the MainForm.h to th...
[1 reply] : You need to specify the framework you are using and you need to specif... (by webJose)
Printing Issues Straight Win32 API
 
I have never printed in Win32 API before, before NOW, I should say. I'm using Petzold to learn how t...
[10 replies] Last: Yes, I now see what you mean. I found that without declaring the first... (by Lamblion)
by sseifu
Building Boost on Eclipse in Windows
 
Hi there, I'm not sure whether this topic really belongs here but I can't find any information on...
[no replies]
Using swapmousebutton true to allow right click dragging of a window
 
I am required to somehow allow a window to be moved using a right click drag option. I have done thi...
[no replies]
Using the SetWindowsHookEx (hello there!)
 
The situation: Hello, I've been asked to create a very interesting app that blocks the user from us...
[no replies]
Note: C++ does not support default-int
 
here is the header file class BookType{ private: string title ; string author ; string pu...
[2 replies] Last: thanks in advance it's working (by Abo Ahmed)
by endhck
control the form closing
 
I have a main form, and it has a button to open a new form. The second form has textboxes and a but...
[no replies]
Dev C++ won't compile header files
 
I'm making a basic win api application and it was going fine until I made changes to the input funct...
[1 reply] : I see you allocating the space on Line 4, reading the data on Line 5 a... (by Computergeek01)
by Kuci
Open file
 
Hello, I have problem with opening of file choosed via OpenFile Dialog box. Now I wanna open this f...
[3 replies] Last: Oh thank's a lot, problem solved (by Kuci)
solve expression tree
 
Guyx!! m working on an assignment and i have to solve an expression tree . can anyone give me the co...
[2 replies] Last: For Expression tree you must check the postfix and infix notation. che... (by tajendra)
Help about console application [c++]
 
Hi Guys , I want make a program for check to text and if the a text and b text is same say to m...
[3 replies] Last: my friest source when i test it it say ok you source say no :D jus... (by G3n3Rall)
EnumPrinters()
 
Using Win32 API ONLY... I'm trying to get a list of all the installed local printers. When I call...
[1 reply] : Nevermind, I figured it out. I just needed to access the array. (by Lamblion)
Creating C++ Program with GUI
 
Hello, I have written a Console Application that is pretty complex. Now the person who I am writt...
[2 replies] Last: I have done that... Here is a snippet of my main: struct Tabl... (by smileeFace)
October 2011 Pages: 1... 45678
  Archived months: [sep2011] [nov2011]

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