开发平台(Platform): (Ex: VC++, GCC, Linux, ...)
vc++
额外使用到的函数库(Library Used): (Ex: OpenGL, ...)
OPENGL
问题(Question):
一直出现stdafx.cpp : fatal error C1192:#using 不能用于 'c:\library\glpannel(for .net 2005)\glappanel.dll'系统找不到指定路径'
喂入的资料(Input):
预期的正确结果(Expected Output):
错误结果(Wrong Output):
stdafx.cpp:
// stdafx.cpp : source file that includes just the standard includes
// TRsmoothing.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.h"
stdafx.h:
// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
#pragma once
// TODO: reference additional headers your program requires here
程式码(Code):(请善用置底文网页, 记得排版)
补充说明(Supplement):
谢谢