Click here to Skip to main content
15,881,882 members
Articles / Desktop Programming / MFC

OAG Library (OpenGL) Part 1 - Setting Up the Library for an MFC Application

Rate me:
Please Sign up or sign in to vote.
4.40/5 (11 votes)
7 Aug 2011CPOL3 min read 56K   82   56  
OAG is a library written in C++. With this library, you can create OpenGL based applications.
��<html>

<head>

<META HTTP-EQUIV="Content-Type" content="text/html; charset=utf-16">

</head>

<body>

<pre>

<table width=100% bgcolor=#CFCFE5><tr> <td> <font face=arial size=+3>

Build Log

</font></table><table width=* cellspacing=0 cellpadding=0><tr><td width=0 bgcolor=#EDEDF5>&nbsp;</td><td width=0 bgcolor=#FFFFFF>&nbsp;</td><td width=*><pre>

<h3>Build started: Project: IOSystem, Configuration: Release|Win32</h3>

</pre></table><table width=100% bgcolor=#DFDFE5><tr><td><font face=arial size=+2>

Command Lines

</font></table><table width=* cellspacing=0 cellpadding=0><tr><td width=0 bgcolor=#EDEDF5>&nbsp;</td><td width=0 bgcolor=#FFFFFF>&nbsp;</td><td width=*><pre>Creating temporary file "c:\Libs_Projects\OAGLibrary\Workspaces\VC9\IOSystem\Release\RSP00002941845580.rsp" with contents

[

/O2 /Oi /GL /I &quot;c:\Program Files\boost\boost_1_38&quot; /D &quot;WIN32&quot; /D &quot;NDEBUG&quot; /D &quot;_LIB&quot; /FD /EHsc /MD /Gy /Fo&quot;Release\\&quot; /Fd&quot;Release\vc90.pdb&quot; /W3 /c /Zi /TP ..\..\..\IOSystem\src\DefaultIOSystem.cpp

]

Creating command line "cl.exe @c:\Libs_Projects\OAGLibrary\Workspaces\VC9\IOSystem\Release\RSP00002941845580.rsp /nologo /errorReport:prompt"

Creating temporary file "c:\Libs_Projects\OAGLibrary\Workspaces\VC9\IOSystem\Release\RSP00002B41845580.rsp" with contents

[

/OUT:&quot;..\..\..\bin\VC9\IOSystem.lib&quot; /LTCG


.\Release\DefaultIOSystem.obj

]

Creating command line "lib.exe @c:\Libs_Projects\OAGLibrary\Workspaces\VC9\IOSystem\Release\RSP00002B41845580.rsp /NOLOGO"

</pre></table><table width=100% bgcolor=#DFDFE5><tr><td><font face=arial size=+2>

Output Window

</font></table><table width=* cellspacing=0 cellpadding=0><tr><td width=0 bgcolor=#EDEDF5>&nbsp;</td><td width=0 bgcolor=#FFFFFF>&nbsp;</td><td width=*><pre>Compiling...

DefaultIOSystem.cpp

..\..\..\IOSystem\src\DefaultIOSystem.cpp(32) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.

        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(237) : see declaration of 'fopen'

..\..\..\IOSystem\src\DefaultIOSystem.cpp(46) : warning C4150: deletion of pointer to incomplete type 'IOStream'; no destructor called

        c:\libs_projects\oaglibrary\iosystem\include\IOSystem.h(23) : see declaration of 'IOStream'

Creating library...

</pre></table><table width=100% bgcolor=#DFDFE5><tr><td><font face=arial size=+2>

Results

</font></table><table width=* cellspacing=0 cellpadding=0><tr><td width=0 bgcolor=#EDEDF5>&nbsp;</td><td width=0 bgcolor=#FFFFFF>&nbsp;</td><td width=*><pre>Build log was saved at "file://c:\Libs_Projects\OAGLibrary\Workspaces\VC9\IOSystem\Release\BuildLog.htm"

IOSystem - 0 error(s), 2 warning(s)

</pre></table><table   width=100% height=20 bgcolor=#CFCFE5><tr><td><font face=arial size=+2>

</font></table></body></html>

By viewing downloads associated with this article you agree to the Terms of Service 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)


Written By
Software Developer
Brazil Brazil
I live in Matão, a small city in Brazil. I studied as Programmer in a College for Software Development in Database.
After finishing the College I have been working with java, c# and Computer Graphics with searches for OpenGL.

Comments and Discussions