I am trying to create an OpenGL object which can draw itself within the scene I have created.
I need to include the following files in my project main .h file.
#include <gl\gl.h> // OpenGL...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20390191.html
Zones:
C++Date Answered: 11/06/2002 Grade: B Views: 14
Hi,
I'm having problem with either (1)"make'ing apache2, or (2) running "${PATH}/bin/apachectl start.
on a Sun U10/Solaris 9
(1) compiled and installed openssl:
/usr/local/openssl-0.9.6g
r...
http://www.experts-exchange.com/OS/Unix/Solaris/Q_20954075.html
Zones:
SolarisDate Answered: 06/23/2004 Grade: B Views: 0
How do you make use of this header file along with windows.h?
I keep getting this error:
e:\program files\vc98\mfc\include\afxv_w32.h(14) : fatal error C1189: #error : WINDOWS.H already included....
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10151400.html
Zones:
C++Date Answered: 04/18/1999 Grade: C Views: 14
I'd like to expose a set of overloaded methods in an ATL object, but can't seem to get the compiler to read the IDL file correctly.
here is the IDL definition:
...
[id(1), helpstring("method M...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20077281.html
Hi,
Thanks in advance for trying to help me.
I have a COM based project that links to MFC statically. When i try building the project i get the error listed below (at the very end). I have trie...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_20628451.htm...
Zones:
Windows MFCDate Answered: 05/28/2003 Grade: B Views: 0
i'm trying to evaluate memory leakage during execution. i found a piece of code on th net redefining new and delete which maintain a linked list of allocated memory which gets dumped at program com...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20644292.html
When I include ntddk.h I get multiple redefinition error messages. I am using MS Visual C++ 7
http://www.experts-exchange.com/Programming/Languages/C/Q_20756048.html
Zones:
CDate Answered: 10/08/2003 Grade: C Views: 0
Hi,
I'm playing around with a toolbar application that I found on Code Project (you can see it here: http://www.codeproject.com/shell/2find.asp ) and while trying to compile it, I encountered so...
http://www.experts-exchange.com/Programming/Misc/Q_21044072.html
This is a 2 part question.
First, how can I or can I set a color and then use that throught my style sheet, something like:
defcolor=#990000
<style>
.css1 {color:defcolor}
.css2 {backgroun...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/CSS/Q_21149413.htm...
Hello experts,
This problem should be easily solvable... Here is the situation:
1) I have 4 classes ( class A, B, C & D ).
2) Functions from class A are needed in class B & C, so I have #i...
http://www.experts-exchange.com/Programming/Misc/Q_21408817.html
Zones:
ProgrammingDate Answered: 05/01/2005 Grade: A Views: 0