782 Topics

Member Avatar for
Member Avatar for unicorn11

Hi, I am trying to develop a ingame chat window that will work across games developed in directx and openGL. So i need to place a windows form above the game window. since i need this to work across all versions of directx and opengl I cannot use a hook. …

Member Avatar for unicorn11
0
194
Member Avatar for AhmedHan

I had been studying OpenGL in DevCPP all the time. Using DevCPP you link OpenGL library files libopengl32.a and libglu32.a adjusting project options. But I dont know how to do this in VC++. Can you help me what files to link and how to link in Visual Studio 2005 for …

Member Avatar for jwenting
0
254
Member Avatar for Virii

Hello, currently I'm enrolling in college and I'm undeclared. I read up a few posts on these forums to take a look into them but I figured I would post myself to get feedback. My main goals are as follows: - Have enough programming language knowledge to do the following: …

Member Avatar for Narue
0
279
Member Avatar for matika

hiiii i'm new using opengl when i was trying to do some transformation using glRotated(45,0,1); for example, it do the tranformation on all wht i've drawn on screen ex. if i was drawing a rectangle and triangle they both rotate at the same time while i want on the triangle …

Member Avatar for iamthwee
0
158
Member Avatar for urubu715

I've been working with OpenGL and Visual C++ for a short time, and I just tried to use the GLUI library for some fuctionality. But now I'm getting this error: [CODE]LINK : fatal error LNK1104: cannot open file 'LIBCD.lib'[/CODE] I've realized that the library is not anywhere to be found …

0
55
Member Avatar for brian63304

I have this pathfinder and I got it to work using c++... now i am trying to convert it to OpenGL and it is not working. I wrote code to use a mouse to plot the start and destination points. but it won't work properly. I have attatched the file …

Member Avatar for brian63304
0
150
Member Avatar for Tris

Hi, im currently running- 2.7 Intel processor 1Gb DDR Samsung 80gig Samsung 256mb ATI Radeon 9600xt My problem is whenever I try to load up a Program which requires Hardware acceleration, such as Battlefield 2 of GTA:SA, my computer completely locks up and I have to pull the plug to …

0
42
Member Avatar for Acidburn

How good do you have to be in C++ / C in order to enter the world of Open GL?

Member Avatar for wally_lawless
0
174
Member Avatar for dkewl16

I had the cachecachekit trojan, tried to remove it and not sure if it's actually gone. I also found several other worms and spyware doing searches. This is the sysclean file after using ewido. /--------------------------------------------------------------\ | Trend Micro Sysclean Package | | Copyright 2002, Trend Micro, Inc. | | [url]http://www.trendmicro.com[/url] …

Member Avatar for dkewl16
0
164
Member Avatar for QDailey

I Really need help. My AIM keeps sendind viruses to my buddies. Logfile of HijackThis v1.99.1 Scan saved at 12:01:17 AM, on 09/23/2005 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer v6.00 SP2 (6.00.2900.2180) Running processes: C:\WINDOWS\System32\smss.exe C:\WINDOWS\system32\winlogon.exe C:\WINDOWS\system32\services.exe C:\WINDOWS\system32\lsass.exe C:\WINDOWS\system32\svchost.exe C:\WINDOWS\System32\svchost.exe C:\Program Files\Common Files\Symantec Shared\ccSetMgr.exe C:\Program Files\Common Files\Symantec …

0
104
Member Avatar for MusicalLuna

Hi... :D I found this site looking for help with the psycho pop up antivirus things that come with the trojan.cachecache... I downloaded and used HijackThis and I was going to try and clean it up a little, but I have no idea how it works and I'm terrified I'm …

Member Avatar for MusicalLuna
0
134
Member Avatar for ultimate_fusion

gl\glaux.h: No such file or directory. i get the error above when trying to compile any code with #include <gl\glaux.h> in it???

Member Avatar for typek
0
286
Member Avatar for xplicit

Hello, I'm new to VC++7 and openGL but have luckily gotten some basics down and am ready to show off what i know to some friends. What I tried doing, is to simply zip the .exe, but this failed. My friends and I all play quake 3, which uses opengl, …

Member Avatar for xplicit
0
148
Member Avatar for AhmedHan

Can anybody tell me, what should I learn in order to make Windows mode graphics through APIs and DLLs? OpenGL? DirectX? Or anything else? Please help this lost sheep!

Member Avatar for vegaseat
0
270
Member Avatar for sinrtb

im includeing [code] #include <windows.h> // Header File For Windows #include <gl\gl.h> // Header File For The OpenGL32 Library #include <gl\glu.h> // Header File For The GLu32 Library #include <gl\glaux.h> [/code] how do i link this(the opengl headers) in the cmd console window im using mingw and g++ any ideas?

Member Avatar for sinrtb
0
113
Member Avatar for Sluga

Hi, i'm doing a program in OpenGL and need some help with arrays. Basically I have a structure called ObjectNode which is used to implement a linked list with two data members, an int for the object type and an array of IntPoints (IntPoint is just a simple structure to …

Member Avatar for Sluga
0
2K
Member Avatar for FireNet

[code] Mode13h The Beginning of 3D/2D Graphics [/code] [B]Intro[/B] Lots of people want to know how to do graphics but find most APIs like OpenGL, DirectX etc too complex for a beginner, especially as they involve GUI code which follows a different approach from the simple dos programming Here, I …

Member Avatar for 1o0oBhP
0
2K
Member Avatar for noyz

how cand i put sound in my opengl aplication and how can i manage volume for aplication only if u have some suggestions pls write me

Member Avatar for vegaseat
0
75
Member Avatar for noyz

as you may know there is a directx90c SDK and have about 300 MB. If somebody knows that there is a Opengl SDK just like the DirectX Sdk with examplex,exe ...... an more options thanks

Member Avatar for 1o0oBhP
0
79
Member Avatar for noyz

the problem is not opengl coding so is not that much to work :D the problem is that i want to be copyed the lib and dll next to exe program how can i do that and there is a program like directx9.0c for opengl ??? and if it is …

Member Avatar for noyz
0
120
Member Avatar for Dani

I am taking a Computer Graphics course where we are doing some c++ programming using the OpenGL API. I'm writing a C++ program in Visual Studio.NET, where I've installed GLUT (Open GL Utility Toolkit). OpenGL, itself, apparently comes with VS. The only include that I have in my one-file program …

Member Avatar for Intel
0
1K
Member Avatar for Crescent Cross

Hello there. I'm currently trying to write a Final Fantasy Tactics-type game and I'm wondering if there is a simple way to simulate a 30° (isometric) view of an image or tiles which are 45° (oblique). Here is a simple outline of what I want to do: [img]http://hungrytech.com/publicgfx/45and30.png[/img] I've searched …

Member Avatar for Paul.Esson
0
114
Member Avatar for smarkles

Hello, I'm doing a project for C++ using OPengl. I have the Super Bible and tried doing just the "simple program". I'm getting a l inking error. I used Win32 Console. Opengl is already installed, so I just downloaded Nate Robins glut llibrary and installed it as directed. What am …

0
105
Member Avatar for mattcplusplus

im currently making a graphical roulette game using directx - essentially trying to produce a 3D realistic looking spinning roulette wheel. can anyone with any experience in graphics programming using opengl or Directx give me hints from their experience in attempting graphics programming in relation to making computer games also …

0
76
Member Avatar for shintosuru

Hey everybody I have a problem with my video card. Everytime I start certian games it says a 3d accelerator could not be found. Everything worked fine before I installed Windows 2000 Proffesional (I used to have Windows 98). I have a NVidia Riva TNT 4 Video card. I tried …

Member Avatar for Catweazle
0
113
Member Avatar for alexldl

hi, i've been surfing around the internet for drivers, tips, help, etc for over a week now trying to get this fixed so far nothing. I have two pcs here's the specs PC#1 p.4 2.8ghz ht asus p4p800-e deluxe mobo msi geforce fx5900xt (driver atm is the latest 61.77 from …

Member Avatar for antioed
0
116
Member Avatar for smarkles

I'm doing a project on OpenGl and I'm a novice in C++. I knew I needed the header files and the more I've researched, the more problems I see with Windows XP and OpenGl. Any advice would be appreciated. Thanks, Smarkles

Member Avatar for smarkles
1
241
Member Avatar for subtronic

So, in my spare time I'm working on a little OpenGL particle engine. I'll give this little guy it's own website and release the source code in a week or so. It's written in 100% C... it's quite ugly right now, but I hope to fix it up. The capabilities …

Member Avatar for mikeandike22
0
89
Member Avatar for lubo_n

Hi, The RED color has not been working for a while. However I have had a phuny behaviour when the whole screen would start having red "waves" come accross. Sometimes the waves would disappear when I would tilt the LCD more, sometimes they would appear around the edge of a …

Member Avatar for TallCool1
0
120

The End.