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 me what is problem here ?
[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 make use of EnumWindows and since fixed that, now however I...
[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 programming in windows. Alot of the times the writer goes into small d...
[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 screen(Woohoo!). When I look at Windows Task Manager, my program ...
[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. That being the case I am turning to yet another, to try a...
[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 problem reading in a file. it gets to the end of the 1st loop an...
[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/aa374815%28VS.85%29.aspx Is there any samples of applications ...
[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 looks like already including the library into the IDE. So, ...
[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 base address of a process. I have a doubt about the the bas...
[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 , http://tldp.org/HOWTO/NCURSES-Programming-HOWTO/intro.html ...
[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 find any way to do it. (and don't give me that "create a sh...
[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 that takes my Input and dose a search on Google and returns. ...
[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 a header - prototype.h and the bodies in the other .cpp fil...
[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's injected into a process. I've googled a lot and changed my...
[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 looking for precompiled header use 1> Add directive t...
[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: http://dev.mysql.com/doc/refman/5.1/en/connector-cpp-apps-w...
[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 the Visual Studio 2008 asks for libs that do not exist. How ca...
[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> #include <stdlib.h> using namespace std; string deal, cho...
[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 reads them back later, and it works reasonably fine, until ...
[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 a mysql database for future retreival. now, i have writte...
[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.