Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
stdafx.cpp
Package: solidgraph_sources.zip [view]
Upload User: kairuinn
Upload Date: 2009-02-07
Package Size: 2922k
Code Size: 1k
Category:
Graph program
Development Platform:
Visual C++
- // stdafx.cpp : source file that includes just the standard includes
- // Solidgraph.pch will be the pre-compiled header
- // stdafx.obj will contain the pre-compiled type information
- #include "stdafx.h"
- #pragma comment( lib, "opengl32.lib" )
- #pragma comment( lib, "glu32.lib" )
- #pragma comment( lib, "..//sgCore//sgCore.lib" )
- #ifndef _DEBUG
- #pragma comment( lib, "..//Release//png.lib" )
- #pragma comment( lib, "..//Release//jpeg.lib" )
- #pragma comment( lib, "..//Release//zlib.lib" )
- #pragma comment( lib, "..//Release//tiff.lib" )
- #pragma comment( lib, "..//Release//cximage.lib" )
- #pragma comment( lib, "..//Release//lua.lib" )
- #else
- #pragma comment( lib, "..//Debug//png.lib" )
- #pragma comment( lib, "..//Debug//jpeg.lib" )
- #pragma comment( lib, "..//Debug//zlib.lib" )
- #pragma comment( lib, "..//Debug//tiff.lib" )
- #pragma comment( lib, "..//Debug//cximage.lib" )
- #pragma comment( lib, "..//Debug//luaD.lib" )
- #endif