Click here to Skip to main content
Click here to Skip to main content
Articles » Multimedia » OpenGL » General » Downloads
 

Writing a Platform and GUI Toolkit Independent OpenGL Class

By , 1 Nov 2010
 
basecode.zip
basecode
linux.zip
linux
MultiGL
buildall.sh
GLView
.cproject
.project
aclocal.m4
autom4te.cache
output.0
output.1
output.2
requests
traces.0
traces.1
traces.2
config.guess
config.h.in
config.sub
configure
configure.ac
depcomp
install-sh
ltmain.sh
m4
libtool.m4
lt~obsolete.m4
ltoptions.m4
ltsugar.m4
ltversion.m4
Makefile.am
Makefile.in
missing
src
Makefile.am
Makefile.in
GLViewGTKApp
.cproject
.project
aclocal.m4
AUTHORS
autogen.sh
autom4te.cache
output.0
output.1
requests
traces.0
traces.1
ChangeLog
config.guess
config.h.in
config.sub
configure
configure.in
COPYING
depcomp
glviewgtkapp.glade
glviewgtkapp.gladep
INSTALL
install-sh
Makefile.am
Makefile.in
missing
mkinstalldirs
NEWS
po
ChangeLog
Makefile.in.in
POTFILES.in
README
src
Makefile.am
Makefile.in
stamp-h.in
GLViewMotifApp
.cproject
.project
aclocal.m4
autom4te.cache
output.0
output.1
requests
traces.0
traces.1
config.h.in
configure
configure.ac
depcomp
install-sh
Makefile.am
Makefile.in
missing
src
Makefile.am
Makefile.in
GLViewQtApp
.cproject
.project
GLViewQtApp.ico
GLViewQtApp.pro
GLViewQtApp.pro.user
glviewqtapp.qrc
glviewqtapp.ui
Makefile
Resources
run.sh
win32.zip
win32
MultiGL
GLView
GLView.cpp.bak
GLView.suo
GLViewGTKApp
AUTHORS
autogen.sh
ChangeLog
configure.in
devcpp
glviewgtkapp.dev
glviewgtkapp.glade
glviewgtkapp.gladep
Makefile.am
msvc
glviewgtkapp.suo
NEWS
po
ChangeLog
POTFILES.in
README
src
Makefile.am
stamp-h.in
GLViewMFCDlgApp
GLViewMFCDlgApp.aps
res
GLViewMFCDlgApp.ico
GLViewMFCMDIApp
res
buttons.bmp
filelarge.bmp
filesmall.bmp
GLViewMFCMDIApp.ico
GLViewMFCMDIAppDoc.ico
main.bmp
Toolbar.bmp
Toolbar256.bmp
writelarge.bmp
writesmall.bmp
GLViewQtApp
GLViewQtApp
GLViewQtApp.ico
GLViewQtApp.pro
glviewqtapp.qrc
glviewqtapp.ui
Makefile
moc_glviewqtapp.o
Resources
MultiGL.suo
#pragma once

// The following macros define the minimum required platform.  The minimum required platform
// is the earliest version of Windows, Internet Explorer etc. that has the necessary features to run 
// your application.  The macros work by enabling all features available on platform versions up to and 
// including the version specified.

// Modify the following defines if you have to target a platform prior to the ones specified below.
// Refer to MSDN for the latest info on corresponding values for different platforms.
#ifndef WINVER                          // Specifies that the minimum required platform is Windows Vista.
#define WINVER 0x0600           // Change this to the appropriate value to target other versions of Windows.
#endif

#ifndef _WIN32_WINNT            // Specifies that the minimum required platform is Windows Vista.
#define _WIN32_WINNT 0x0600     // Change this to the appropriate value to target other versions of Windows.
#endif

#ifndef _WIN32_WINDOWS          // Specifies that the minimum required platform is Windows 98.
#define _WIN32_WINDOWS 0x0410 // Change this to the appropriate value to target Windows Me or later.
#endif

#ifndef _WIN32_IE                       // Specifies that the minimum required platform is Internet Explorer 7.0.
#define _WIN32_IE 0x0700        // Change this to the appropriate value to target other versions of IE.
#endif

By viewing downloads associated with this article you agree to the Terms of use and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

About the Author

Sharjith
Engineer Tata Technologies Inc
United States United States
Member
Sharjith is a Mechanical Engineer with strong passion for Automobiles, Aircrafts and Software development.

Permalink | Advertise | Privacy | Mobile
Web03 | 2.6.130516.1 | Last Updated 1 Nov 2010
Article Copyright 2010 by Sharjith
Everything else Copyright © CodeProject, 1999-2013
Terms of Use
Layout: fixed | fluid