Windows Programming - March 2016 (Page 3)

Batch programming
 
I am writing a program where I need to know how to pass a string parameter from a batch file into main().
[6 replies] Last: thanks i got it (by andrewllewop)
Direct3d
 
Ok so I finished chapter 2 in Beginning Game Programming Fourth Edition without a snag and got the window I was supposed to come up with, a window with lots of ...
[6 replies] Last: Those aren't errors. Those are log messages. The debugger cannot find ... (by JagerDesu)
by evaboy
C, Win32 API: l need help on Owner draw tab control
 
Firstly, thanks to you all who had in the time past guided me in my win32 programming. right now, l need a help on owner drawn tab control. l did the following...
[16 replies] Last: I have done something like that maybe it can be usefull ! #pragma com... (by DKE2)
Texture seams problems
 
Hello folks, I'm working in an application coded in C++ that is importing OBJ files with texture coming from a 3D camera. Right now I can import the 3D image ho...
[no replies]
Do you know how to make a space invader game in c++?
 
I've been trying to make a space invader game day and night for three days straight having little to no sleep but I just can't do it. I'm at my wit's end and I ...
[5 replies] Last: The idea of the turtle class is : you have a turtle with a pen on the ... (by closed account 48bpfSEw)
How to resolve particular LNK2001 error?
 
In order for our project to compile and link successfully the compiler option 'Treat WChar_t as built in type' has always been set to No. Now we are adding a...
[no replies]
Beginning Game Programming 4th Edition
 
hello I am trying to self educate using above mentioned book and in Visual Studio 2013 it does not seem to be compiling below code even after I set the charac...
[6 replies] Last: naa the book seems fine so far there was just stuff I wasn't understan... (by adamnyc1)
Cannot upload DBF files to JIRA on Windows
 
I get the following error text: Unknown Server Error (500). The following appears in the atlassian-jira.log: java.lang.IllegalArgumentException: Error parsin...
[1 reply] : This is caused by incorrect MIME handling by Windows when 'DBF Viewer ... (by davidmartin0)
by josex
C++ with physics knowledge
 
I need an idea for a project and I am looking for suggestions: This is what my professor said: "The first project will be due APRIL 5th, but you have to c...
[no replies]
what can i do to use algorithim in window.h
 
Hi, I'm a beginner coder, I'm trying to make a calculator using windows.h. I manage to create all the buttons but I can't figure out how to implement integers o...
[no replies]
Help With Windows 7 Controls
 
Hello all :) I need a little assistance with a problem I'm having. I'm trying to develop a simple Win32 program that has a group-box control. The program st...
[7 replies] Last: VS really makes it easier to develop Windows apps so I think you're do... (by kind9)
by topten
Need understanding of the code
 
Hello I am walking through a win32 api tutorial. I dont understand some thing I have .rc file where I have //Microsoft Developer Studio generated resource...
[3 replies] Last: A Visual Studio wizard will create it. There's also a resource.h th... (by kbw)
Loading a game map from a file and having the player move around
 
Hey guys! I have this issue I need solved. I have looked on every website I possibly could've and haven't found anything, so I came to this forum. How can I ha...
[5 replies] Last: Board.h #ifndef BOARD_H #define BOARD_H class Board { public: Boa... (by Thomas1965)
type cast error DWORD to PVOID
 
Hey, I'm having a problem passing the address of a function as an argument. The function is defined as 'DWORD' and the argument takes (void*) This problem...
[8 replies] Last: Thaks alot kbw for the help and input. It seems like it works now by... (by thyroxine)
Error with parameter conversions
 
Hello, I am trying to make a program which tells the user its location, and puts its raw code into a text file at the root directory. The part that tells the us...
[2 replies] Last: Ok. I will see if this will work. Thanks for the possible answer. Yep.... (by closed account NUCkSL3A)
Toupper problem
 
The following code does not build // Short progeam to test use of toupper function #include "stdafx.h" #include <string> #include <iostream> #include <ct...
[1 reply] : http://www.cplusplus.com/forum/beginner/185968/#msg907144 (by Chervil)
help for syntax->CStringList &szLinee
 
hello all , does anyone know tell me the meaning of this syntax: CStringList &szLinee; I & I know him to pass a addres to a pointer , so I never saw...
[no replies]
How to Restore from TaskBar a Minimized Window?
 
I am using Allegro 5 as my graphics library as I create various programs. Up to this point, without issue. However, I've run into a problem I can't seem to so...
[no replies]
How i get windows media player handle?
 
i have these function for get windows media player window handle: void APIDoEvents() { MSG msg; BOOL result; while ( ::PeekMessage(&msg, NUL...
[no replies]
by Cynix
PostQuitMessage() Undefined?
 
Hello, I have been working through a basic windows programming tutorial, and got stuck when using PostQuitMessage(0); the compiler claims that it is undefined. ...
[4 replies] Last: What? There's still folks learning to code native, unmanaged code? S... (by freddie1)
March 2016 Pages: 1234
  Archived months: [feb2016] [apr2016]

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