Windows Programming - May 2015

Window Graphics Errors
 
How do I correct the following errors?: 1>------ Build started: Project: C12Window, Configuration: Debug Win32 ------ 1> Window.cpp 1>c:\users\phztfte1\docum...
[no replies]
How to solve this Error
 
i have to solution one is server another one is client.using client i try to get the values from server application.while i configuring in visual studio gett...
[no replies]
Create standalone (indipendent) exe
 
Hi, i wish to understand what code habit i should take in order to develop indipendent application (i want to be able to just give the exe,without any other de...
[17 replies] Last: Did you use "release" mode? In my app I used only winapi, in release m... (by TheHardew)
Button not showing, a possible problem because of trying to redirect it to a specific WndProc
 
The title says everything. I've uploaded the code so that all of you could reproduce the problem, here's it: WinMain entry point http://textuploader.com/zm2...
[1 reply] : i only checked WObject.cpp LRESULT WObject::WindowProcedure(UINT uMs... (by tath)
by JayCee
What do these errors mean?
 
I am still pretty much a beginner but have managed to get some programs, albeit small stuff, working OK using C++ and Code::Blocks. I am now starting to look...
[2 replies] Last: Thanks kbw, you provided the correct clue, I was loading the files to ... (by JayCee)
How read serial winthout consume byte
 
Hi! I have to develop API that when arrive byte by serial communication, only consult the serial without consume byte of serial fifo. Is it possible? Tha...
[1 reply] : look on msdn at COMSAT: https://msdn.microsoft.com/en-us/library/windo... (by Texan40)
by ldor
mciSendString problem under Windows 7
 
Hi I have an old program which I wrote yet under Windows 98 using Windows API. I used MCI interface for the video functions. Everything worked fine until Win...
[no replies]
C++ Win32 GDI+ Scaling Shapes with Windows Resizing
 
Hi i just started Win32 for my School project and i have a problem in it when i create some shapes like lines or beziers when i resize the window, the shape doe...
[1 reply] : You can get the window client size with GetClientRect(): RECT r; Get... (by ahcfan)
Development Graphics bmp in driver spooler
 
Hi! I have to develop printer spooler driver to own phisycal printer. I'm using WinWDK 7600 to development. Which source WinWDK that I get data graphics bmp ...
[1 reply] : I'm not sure what you're asking? Take a look at this: https://code.m... (by coder777)
by xoxos
advice for legacy system graphics
 
i'm looking for any general advice regarding graphics programming on an old XP system - i've been 3D software rendering for a few years, so i am familiar wit...
[no replies]
Process not Outputted?
 
It appear that for some reason, my code won't output the process information. On the error log, there is no error message. I had to put this here due to the fa...
[3 replies] Last: Not a bad idea, I'll try it. (by icemewtwo64)
DirectX DrawText Max Rectangle Size
 
Hello, my DirectX Applictaion uses LPD3DXFONT DrawText method to render text. STDMETHOD_(INT, DrawTextA)(THIS_ LPD3DXSPRITE pSprite, LPCSTR pString, INT Count...
[no replies]
by Stom
CAPIHook::sm_LoadLibraryA cannot be defined in the current scope
 
Hi, I use CAPIHook class, and I want use this inside void not out of void CAPIHook CAPIHook::sm_LoadLibraryA ("Kernel32.dll", "LoadLibraryA", (PROC...
[1 reply] : What does 'void' refer to in this context? For now I'll assume that yo... (by Computergeek01)
by anhnha
Many instances run on many cores?
 
I have a problem and need some help.e For example, I have an MFC app for image processing written in C++. Let's say that this app only run on one core when o...
[4 replies] Last: Just too stupid question to even bother about. Answers are two same im... (by xcomwarr)
SDL Game Lag??[pong game]
 
This is really frustrating me...Why is it that the game runs smoothly sometimes but other times it lags so badly...Please help me.. Game runs fine if you set ba...
[1 reply] : Don't use cout in the game loop. It can slow things down quite a bit. ... (by Peter87)
Registry - where are stats stored, I need boot counter
 
Hi, I need to find counter of how many times windows was booted, I know it's somewhere in the registry. (windows vista, 7 and 8/8.1, probably the same place)
[2 replies] Last: Yes, that's the place. Thank you very much Texan40! (by fries100)
Book recommendations for a beginning Windows programmer
 
Hello. It's been a few years since I started programming, (1 year with C++ and 2 years with Java). I think I've mastered the basics, I've already wrote a few...
[9 replies] Last: These are the kinds of questions I love. You may gain some info on th... (by freddie1)
by chcsum
PERFORMING DISK SCHEDULING USING C++
 
I need help to implement any of the disk scheduling algorithm using C or C++
[no replies]
by hesm
using object of derived class instead object of base class in argument of function in derived class
 
Our apologies if the title is not appropriate. How can i solve below problem? class IA { }; class IB : public IA { }; class B : public IB { }; class IX { publ...
[5 replies] Last: You can't derive from ITester and then change the type of parameter th... (by andywestken)
by Gyiove
Need someone to test my code
 
Hello everyone! I need you to test my code and i want to see your results. With results i also wish to know: *used compiler and c++ optimization *32 or 64...
[1 reply] : I've got two ide's: VS 2013 and VS 2015 RC. For VS 2013 I have two com... (by TheHardew)
May 2015 Pages: 123
  Archived months: [apr2015] [jun2015]

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