Click here to Skip to main content
15,921,716 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Menu and Submenu Pin
transoft28-Feb-10 5:07
transoft28-Feb-10 5:07 
Question这个论坛里有懂中文的吗 求助!! Pin
niaho26-Feb-10 19:39
niaho26-Feb-10 19:39 
AnswerRe: 这个论坛里有懂中文的吗 求助!! [modified] Pin
wangningyu26-Feb-10 19:46
wangningyu26-Feb-10 19:46 
GeneralRe: 这个论坛里有懂中文的吗 求助!! Pin
ForrestZhang26-Feb-10 20:10
ForrestZhang26-Feb-10 20:10 
GeneralRe: 这个论坛里有懂中文的吗 求助!! Pin
niaho27-Feb-10 15:43
niaho27-Feb-10 15:43 
GeneralRe: 这个论坛里有懂中文的吗 求助!! Pin
niaho27-Feb-10 15:42
niaho27-Feb-10 15:42 
GeneralRe: 这个论坛里有懂中文的吗 求助!! Pin
wangningyu27-Feb-10 19:30
wangningyu27-Feb-10 19:30 
AnswerRe: 这个论坛里有懂中文的吗 求助!! PinPopular
Cedric Moonen26-Feb-10 21:39
Cedric Moonen26-Feb-10 21:39 
GeneralRe: 这个论坛里有懂中文的吗 求助!! Pin
niaho27-Feb-10 15:59
niaho27-Feb-10 15:59 
AnswerRe: 这个论坛里有懂中文的吗 求助!! Pin
Aric Wang27-Feb-10 2:05
Aric Wang27-Feb-10 2:05 
GeneralRe: 这个论坛里有懂中文的吗 求助!! Pin
niaho27-Feb-10 16:03
niaho27-Feb-10 16:03 
AnswerRe: 这个论坛里有懂中文的吗 求助!! Pin
szzjjhk27-Feb-10 2:34
szzjjhk27-Feb-10 2:34 
GeneralRe: 这个论坛里有懂中文的吗 求助!! Pin
niaho27-Feb-10 16:03
niaho27-Feb-10 16:03 
AnswerRe: 这个论坛里有懂中文的吗 求助!! Pin
ManGo52027-Feb-10 12:04
ManGo52027-Feb-10 12:04 
GeneralRe: 这个论坛里有懂中文的吗 求助!! Pin
niaho27-Feb-10 16:11
niaho27-Feb-10 16:11 
AnswerRe: 这个论坛里有懂中文的吗 求助!! Pin
yanxsh1629-Apr-11 22:15
yanxsh1629-Apr-11 22:15 
QuestionHello everybody I'm a Chinese help Pin
niaho26-Feb-10 19:19
niaho26-Feb-10 19:19 
AnswerRe: Hello everybody I'm a Chinese help PinPopular
Chris Losinger27-Feb-10 7:34
professionalChris Losinger27-Feb-10 7:34 
GeneralRe: Hello everybody I'm a Chinese help Pin
niaho27-Feb-10 15:58
niaho27-Feb-10 15:58 
QuestionHow can Reduce Final Exe of MFc dialog Based application? Pin
Le@rner26-Feb-10 17:31
Le@rner26-Feb-10 17:31 
AnswerRe: How can Reduce Final Exe of MFc dialog Based application? Pin
wangningyu26-Feb-10 19:55
wangningyu26-Feb-10 19:55 
AnswerRe: How can Reduce Final Exe of MFc dialog Based application? Pin
Richard MacCutchan26-Feb-10 21:31
mveRichard MacCutchan26-Feb-10 21:31 
AnswerRe: How can Reduce Final Exe of MFc dialog Based application? Pin
flector28-Feb-10 17:56
flector28-Feb-10 17:56 
AnswerRe: How can Reduce Final Exe of MFc dialog Based application? Pin
Rolf Kristensen2-Mar-10 12:40
Rolf Kristensen2-Mar-10 12:40 
QuestionTrying to learn OpenGL Pin
BobInNJ26-Feb-10 14:00
BobInNJ26-Feb-10 14:00 
Please consider the following simple OpenGL program:

<br />
<br />
#include <GL/glut.h><br />
<br />
<br />
int main(int argc, char** argv)<br />
{<br />
	glutInit(&argc, argv);<br />
<br />
	glutMainLoop();<br />
	return 0;<br />
}<br />
<br />
<br />


I am using Microsoft Visual Stdio for my development. The above program compiles and links but dies out at runtime with the message glut32.dll was not found. I have the file glut32.dll on the system. I suspect that I need to modiy my project file to tell Visual Stdio where to look for the file glut32.dll. If this is the case, I am not sure how to do so. I am hoping somebody here can tell me how to fix this problem.

Thanks

Bob

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.