
please wait
by m75214
spherical texture mapping in OpenGL
|
I'm trying to learn spherical texture mapping in OpenGL. But, the texture doesn't rotate when the object does. Any ideas how to fix this? int DrawG... |
Dec 20, 2010 at 5:47pm
[no replies]
|
by candinico
how to retrieve a program registry key
|
Hello i'm still searching a method to retrieving the registry key for a installation program. You have examples or tips? Thanks in advance, Nico |
Dec 20, 2010 at 12:11am
[2 replies] Last: Thanks for links and methods!:) Nico (by candinico)
|
by Petrosyan
Inserting video into the game
|
Hi! I've developed a 3d app, now I would like to insert a video from youtube.com directly inside the game. Any component / libraries for that? |
Dec 18, 2010 at 9:20am
[2 replies] Last: Just use powerful flash library for that - F-IN-BOX ( http://f-in-box.... (by Papasha)
|
by Petrosyan
Use ActiveX without registration
|
Hi! My app uses one ActiveX and I don't want to register it under WinXP. Is it possible to use ActiveX without registration? Thanks! |
Dec 18, 2010 at 9:17am
[3 replies] Last: You can "cheat" registration with BoxedApp SDK ( http://boxedapp.com/ ... (by Papasha)
|
by Papasha
Using XML in Java
|
Please tell me how to implement this. |
Dec 18, 2010 at 9:13am
[no replies]
|
by Petrosyan
DLL protection
|
Hello, everybody! App uses some third-party DLLs, which should be protected from any outside access. However, the app should have full access to this DLLs. Are... |
Dec 18, 2010 at 9:10am
[2 replies] Last: Use BoxedApp Packer ( http://boxedapp.com/ ) (by Papasha)
|
by Petrosyan
Swf to exe ( not projector)
|
Is it possible to play flash without flash-player installed? I heard that SWF file and flash player itself may be included into one EXE file. It cannot be decid... |
Dec 18, 2010 at 9:06am
[2 replies] Last: Friend advised me to use Flajector ( http://flajector.com/ ). Is it go... (by Petrosyan)
|
BitBlt() experiment (1,2) |
Hey all, first I'm new here, I don't consider myself a proffesional C++ programmer but I can say I am very fluent with it. I got into Windows Programming about ... |
Dec 18, 2010 at 1:56am
[22 replies] Last: Glad to hear it's working. =) (by Disch)
|
by frasiercrane
Set static label text to a double, Win32 C++
|
Hi all, I'm trying to use WM_SETTEXT to assign a double to a static window, within my Win32 application using VC++. Not sure if I'm going about this the rig... |
Dec 17, 2010 at 8:59pm
[1 reply] : std::string double2string(const double i) { std::ostringstream str... (by frasiercrane)
|
by diaruck
unknown windows messages
|
I have been able to locate most of the WM_ messages and determine their values; howver, I cannot seem to find messages 140-148 (decimal). Could someone please t... |
Dec 17, 2010 at 6:33pm
[6 replies] Last: Trying to program in Windows with out the win32 api reference is like ... (by closed account 3pj6b7Xj)
|
by m75214
glTexImage2D
|
When you call glTexImage2D, where does the texture data go? Does it always go into video memory, or does it sometimes use regular RAM? |
Dec 17, 2010 at 5:12pm
[no replies]
|
by amittare1
To make a core server into c++
|
hello, I am Amit tare (India) currently i am working with the C++ server. which having the facilities of:: run on all the platforms(Operating systems), mem... |
Dec 17, 2010 at 8:56am
[no replies]
|
[C++ Win32 API] Updating Window Title |
Anyone know how to change/update the window title in run time? I tried google but the first few things didn't help a lot. Thanks ^_^ |
Dec 17, 2010 at 3:34am
[2 replies] Last: Cool, thanks ! (by some random dude)
|
by Null
Can't call correct function using this pointer
|
Hello, I want to make my GUI code object-oriented so I decided to create a class for dialogs ( class Dialog; ) Here's the code dialog.h #ifndef D... |
Dec 16, 2010 at 5:59pm
[6 replies] Last: Thanks. (by Null)
|
by HenryJ
Do any one have a working source code to a console calculator?
|
I need the working source code of a working console calculator that works on codelite that I can reference to. Do any one have one? Please send it to henryjia18... |
Dec 16, 2010 at 5:56pm
[1 reply] : see this http://www2.research.att.com/~bs/dc_command_line.c It's from... (by Bazzy)
|
by oladaniel
c++ std::string to LPCWSTR
|
Hi, I am using the function SetDlgItemTextW() which takes LPCWSTR as the third parameter, in a C++ program, see code fragment: std::string someText( "hell... |
Dec 16, 2010 at 2:11pm
[12 replies] Last: Windows API introduce the infamous Hungarian notation which is so "un... (by kbw)
|
by tylerfb11
Drag & Drop to Dlg in Win32
|
Hey guys, First off, this is my first post here... just though id clear that up :) anyways, im needing to add drag & drop support for a win32 project im w... |
Dec 16, 2010 at 1:58pm
[1 reply] : There's an MFC example with a detailed explanation here: http://msdn.... (by kbw)
|
by tehjojo
OpenCV + Command Line Interface
|
I am working in VS10. I am working on building an interface for an arduino powered project I am working on. I am using the OpenCV library to capture a webcam... |
Dec 16, 2010 at 4:18am
[no replies]
|
[C++ Win32 API] BitMap Trancparancy Question |
Hello, I am making a 2D Game in the Win32 API. I was wondering if there was a way to get the blue out of my sprite here: http://img440.imageshack.us/img440/130... |
Dec 15, 2010 at 11:58pm
[1 reply] : I really recommend you pick a different platform from WinAPI. I recom... (by Disch)
|
by HenryJ
How do you get this code working?
|
I have this bit of code: char selection selection =getche(); cout<<endl; s = atoi(selection); switch(s) { case 1: baseconverter(); break... |
Dec 15, 2010 at 8:26pm
[no replies]
|