Windows Programming - January 2012 (Page 6)

help please
 
expression must have bool type (or be convertible to bool) Ex : If(ope = 's') - can someone tell ...
[3 replies] Last: You mean ope is of type std::string? In that case you should use == to... (by Peter87)
Variable problem
 
Hi, for those of you who were reading the previous thread I made I eventually figured why I couldn't...
[3 replies] Last: Thanks, I'll try after work. Edit: Couldn't find any information on p... (by awsdert)
Programming Windows API 5th Book
 
Hi I've been reading the book Programming Windows API 5th Edition as a starting book for programmin...
[2 replies] Last: One aspect of the issue would be what your main interests are in Windo... (by freddie1)
by Kuzco
DirectX and memory usage
 
Hi there! I'm trying to learn DirectX 10, and now I've just managed to draw an image to the scree...
[7 replies] Last: Diagnosing basic problems with DirectX If you're having problems gett... (by chrismcd)
A Cry for Help
 
I have been programming for almost a year now, and my dreams are probably larger than they should be...
[2 replies] Last: Thank you for responding so quickly. With that said, I have been progr... (by KyleMiles)
file read loop hangs after 1st pass
 
Its been a while since I've coded, so I apologise if this is a stupid mistake, but I'm having a prob...
[2 replies] Last: thanks (by savan12986)
SAMPLE CODE APPLICATION AZMAN
 
I need to see how the routines work Logon SID in C++ http://msdn.microsoft.com/en-us/library/aa374...
[no replies]
Wininet library give me problems
 
Hi I am trying to open some pages by using the windows library Wininet. I am using CodeBlocks, which...
[2 replies] Last: Thanks Null. I had to download the wininet.lib file from the Internet.... (by alexbnc)
Base memory address
 
Hi, Below lines is from the Book "Programming application for Microsoft". I don't understand the...
[2 replies] Last: I guess that you first need to understand the concept of the virtual a... (by webJose)
by joy39
pdcurses, form header file
 
i have downloaded pdcurses and installed it. and , right now i am studying a ncurses tutorial , h...
[2 replies] Last: exactly, but it is supported by ncurses only not pdcurses. my , questi... (by joy39)
Adding a custom Icon
 
I have finished a program and would like to include an Icon for it. I have no clue how and i can't ...
[2 replies] Last: Only *.ico is supported, not *.bmp. To be shown in explorer, it must b... (by modoran)
Win32 API and Google [HELP a noob out.]
 
Hey so I have been pondering this for a while and this is my conclusion. I want to make a program t...
[3 replies] Last: Don't know if this will help but several weeks ago I posted an example... (by freddie1)
200 LNK errors ,caused by incorrect #includes?
 
Hi there,basically my problem is that I'm making a DirectX program,I made all function prototypes in...
[3 replies] Last: I know Peter, but no guidelines have guided this poor fellow into this... (by webJose)
DLL injection to open a dialog box
 
Hi, I'm having a difficulty writing a dynamic link library code that will open a dialog box when it'...
[2 replies] Last: You don't show us how exactly inject this dll in a 3rd party process, ... (by modoran)
can't see header file
 
I get the following error on compilation: warning C4627: '#include "sysmets.h"': skipped when look...
[3 replies] Last: this is Win32 main function so why would that open CMD? are you sho... (by codekiddy)
visual studio mysql lib error
 
i have error ... cant compile a file. use this configuration for project properties and linker: ...
[1 reply] : you didn't set one of the folowing in visual studio: include director... (by codekiddy)
Visual C++ x Visual Studio
 
I have to turn a project done in Visual C + + 6 to Visual Studio 2008? I'm having trouble because th...
[7 replies] Last: In vs 2008 C++ its... Project >> 'Your Solution' Properties >> Lin... (by freddie1)
by shar1
what wrong with this code it can`t detect number 2,4,6,8 and 10
 
#include <iostream> #include <vector> #include <string> #include <ctime> #include <iomanip> #in...
[3 replies] Last: http://www.cplusplus.com/articles/z13hAqkS/ (by Null)
by Milun
Problem Writing and Reading an LPSTR
 
Hello, first time writing to you here. I have a program which writes variables to a file and then...
[8 replies] Last: Wow. Thankyou very much! This is my first time doing Windows programm... (by Milun)
by joy39
gui through c
 
i have a project(sort of) where i have to write a c programto take in user inputs and store it into ...
[1 reply] : I don't think you need a Graphical User Interface. It is also possible... (by alexbnc)
January 2012 Pages: 1... 456789
  Archived months: [dec2011] [feb2012]

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