Search 5,000,000+ questions and answers.

Frequently Asked Questions

What do I need to compile and run OpenGL programs?

OpenGL FAQ / 2 Getting Started
To compile and link OpenGL programs, you'll need OpenGL header files and libraries. To run OpenGL programs you may need shared or dynamically loaded OpenGL libraries, or a vendor-specific OpenGL Installable Client Driver (ICD) specific to your device. Also, you may need include files and libraries for the GLU and GLUT libraries. Where you get these files and libraries will depend on which OpenGL system platform you're using.
Related Questions

How can I use ajc to compile programs for a JVM that is different from the one used to run it?

AspectJ Frequently Asked Questions
ajc can be used to develop programs that are targeted at the Java 1.1 platform, even though the ajc compiler won't run on that platform. Here's an example of using ajc in this sort of cross-compilation mode (assuming a Windows platform with all the default installation directories): ajc -target 1.1 -bootclasspath c:\jdk1.1.7\lib\classes.zip \ -classpath c:\aspectj1.0\lib\aspectjrt.jar -extdirs "" \ -argfile jdk11system.lst This same technique can be used if you want to run ajc on a JDK 1.
Related Questions

OpenGL programs run very slowly or crash in Windows 2000. How can I fix it?

Palit Microsystems, (HK) Ltd
Try downloading and installing the iopagelock.reg registry file - available here: http://www.geforcefaq.com/files/iopagelock.reg
Related Questions

Can Debian be used to compile libc5 programs?

The Debian GNU/Linux FAQ - Debian??LFS??Gentoo?????? - Linux...
Yes. Install libc5-altdev and altgcc packages (from the oldlibs section). You can find the appropriate libc5-compiled gcc and g++ in directory /usr/i486-linuxlibc1/bin. Put them in your $PATH variable to get make and other programs to execute these first.
Related Questions

Why can't I compile programs that require libtermcap?

The Debian GNU/Linux FAQ - Debian??LFS??Gentoo?????? - Linux...
Debian uses the terminfo database and the ncurses library of terminal interface routes, rather than the termcap database and the termcap library. Users who are compiling programs that require some knowledge of the terminal interface should replace references to libtermcap with references to libncurses. To support binaries that have already been linked with the termcap library, and for which you do not have the source, Debian provides a package called termcap-compat.
Related Questions

How Do I Compile Programs?

Porting, Compiling and Obtaining Programs
Most Linux software is written in C and compiled with the GNU C compiler. GCC is a part of every Linux distribution. The latest compiler version, documentation, and patches are on ftp://ftp.gnu.org/pub/gnu/. Programs that are written in C++ must be compiled with the GNU G++ compiler, which is also included in Linux distributions and available from the same place as GCC. To build version 2.0.x kernels, you will need GCC version 2.7.2.x, approximately.
Related Questions

Java FAQ
Simply open an MS DOS Window, change to the directory where your files are stored, and type: javac MyProgram.java Note, this assumes that javac is in your system path. See the question on accessing Java from the command line above for how to set this.
Related Questions

Software Development
Most Linux software is written in C and compiled with the GNU C compiler. GCC is a part of every Linux distribution. The latest compiler version, documentation, and patches are on ftp://ftp.gnu.org/pub/gnu/. Programs that are written in C++ must be compiled with the GNU G++ compiler, which is also included in Linux distributions and available from the same place as GCC. To build version 2.0.x kernels, you will need GCC version 2.7.2.x, approximately.
Related Questions

COBOL FAQ
It is assumed you have installed cobol650.zip in the directory C:\COBOL650. In install.doc you will find some information on running the compiler. The install.doc contained in cobol650.zip refers to a program DPATH.COM to be run instead of APPEND. The DOS program APPEND seems to work too. When trying to compile sources in a directory other than that where the compiler is installed, the compiler terminates without an error. This restriction is not documented in install.
Related Questions

How do I compile and run my C++ procedures for Lab 1?

CS 241 Frequently Asked Questions (FAQs)
For the "B" part (including the version in which you also return the pair of points along with the distance), you are expected to put your divide-and-conquer algorithm in a file called "closest-pair.cc" You will also need to modify lab1b.cc as indicated. A makefile is included with the provided code. Copy that into the directory with the rest of the code. Then just type "make". After successfull compilation and linking there will be a file called "lab1b.out". Just type "lab1b.out" to run it.
Related Questions

What computer programs do I need to run the software?

MyFinancialSoftware.com - retirement calculator & simulation...
The software is currently available in Microsoft Excel and Corell Quattro Pro, so you will need one of those spreadsheet programs to run the software.
Related Questions

What kind of computer do I need to run the programs?

FAQ's
The programs run on pc systems using the Windows operating system. Computers with faster chips and more RAM memory will run the programs more quickly. The standard release versions require Windows 98 or later, or WinNT 4.0 or later. These are 32-bit versions of the programs. You should be happy with the performance in standalone mode on virtually any pentium-class machine.
Related Questions

Do I need any special programs to run it?

Tutorial FAQ
You only need a browser and a Media Player capable of running either Quicktime Movies or AVI files (Windows Media Player). The tutorial utilizes both sound and moving graphics to show the techniques.
Related Questions

Why can't I get my Fortran programs to compile with PAPI on a Cray T3E?

Frequently Asked Questions
The Fortran header file you include has to be preprocessed before the Fortran file can use it. To have the cpp process the file before sending the file to the compiler, add the -F flag. For example:
Related Questions

Q4: What programs are run by the ORC?

The ORC initiated and maintains a variety of programs in the interest of the industry and the public. These programs include both awareness and regulatory initiatives. They include the Horse Improvement Plan (HIP), the Horse Death Registry, the Lasix Program and the EPO program to name but a few.
Related Questions

Who will run these programs and how can I get it started?

Frequently Asked Questions - Children's Health & Nutriti...
If there is federal funding support, any non-profi t organizations, parent councils, principals or local governments could start a program, but the food would have to be nutritious, with an emphasis on locally and sustainably sourced food.
Related Questions

Is there is a tool to compile programs on a PC?

FAQs numbers 70 to 79
Answer: See question #69 for information on sRPL if you mean assembly code. However if you mean a tool for use with the built in HP-Basic language then although you may use the PC to write them (text editing) you don't actually compile them on the PC - you download them to the calculator and let it compile them. If you want to compose them on the PC then you have to use the ADK (Aplet Development Kit).
Related Questions

How do I compile programs that use GStreamer ?

Developing applications with GStreamer
GStreamer uses pkg-config to assist applications with compilationa and linking flags. pkg-config is already used by GTK+, GNOME, SDL, and others; so if you are familiar with using it for any of those, you're set. If you're not familiar with pkg-config to compile and link a small one-file program, pass the --cflags and --libs arguments to pkg-config. For example: $ libtool --mode=link gcc 'pkg-config --cflags --libs gstreamer-0.10' -o myprog myprog.
Related Questions

How do I compile programs with uClibc?

uClibc
You will need to have your own uClibc toolchain. A toolchain consists of GNU binutils, the gcc compiler, and uClibc, all built to produce binaries for your target system linked with uClibc. You can build your own native uClibc toolchain using the uClibc buildroot system. run 'unset CC'. Then run 'unset CXX'. Some Linux systems (i.e. Gentoo) set variables such as 'CC' in the system environment which really messes things up when cross compiling. Select the things you want to build.
Related Questions

What is OpenGL?

OpenGL FAQs - WikiFAQ - Answers to Frequently Asked Question...
OpenGL(R) is the software interface for graphics hardware that allows graphics programmers to produce high-quality color images of 3D objects. OpenGL is a rendering only, vendor neutral API providing 2D and 3D graphics functions, including modelling, transformations, color, lighting, smooth shading, as well as advanced features like texture mapping, NURBS, fog, alpha blending and motion blur. OpenGL works in both immediate and retained (display list) graphics modes.
Related Questions

Forum FAQ - GameDev.Net Discussion Forums
Yes. Using an orthogonal projection. You can use glOrtho for this. A more detailed answer to the question was posted by Dwarf with Axe here.
Related Questions

Where can I find an OpenGL GUI?

Forum FAQ - GameDev.Net Discussion Forums
Forum regular JavaCoolDude has kindly donated his own GUI framework for poeple to use, the relivent thread on it can be found here
Related Questions

Do I still need a license for OpenGL?

SGI - Developer Central Open Source | OpenGL® Sample Imp...
Yes. The source code for the sample implementation of the OpenGL API is being released under this license. In addition, use of the OpenGL trademark requires a separate license from SGI. The license that applies to the source code release does not cover the use of the trademark, in other words, we are not releasing "OpenGL®".
Related Questions

How do I compile/run a MinuetoGL application?

Minueto FAQ
Minueto Tools uses the Java OpenGL engine (JOGL). Because of this, applications using the MinuetoGL extension have special requirements to compile/run properly. These special requirements are explained in the "How do I compile/run a MinuetoGL application?" howto.
Related Questions

How do we edit/compile/run our code?

FAQ - 2005 Rocky Mountain Regional ACM
Again site specific. Assuming you are using a unix-like operating system the least-common-denominator editor is probably pico, which you can run by typing at the command prompt. emacs and vi have (many) more features, but a harder learning curve. xemacs, if available, is pretty easy to use and has a lot of features. Eclipse, KDevelop, or Visual Studio may also be available and have many features. Ask your site director.
Related Questions

Got A Question? Ask Our Community!


More Questions >>

© Copyright 2007-2008 QueryCAT
About • Webmasters • Contact