Click here to Skip to main content
16,009,643 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: About draw a picture in dialog box Pin
lisoft17-Apr-06 17:34
lisoft17-Apr-06 17:34 
QuestionTAPI , COM Pin
asdf175316-Apr-06 20:57
asdf175316-Apr-06 20:57 
AnswerRe: TAPI , COM Pin
YaronNir16-Apr-06 21:39
YaronNir16-Apr-06 21:39 
GeneralRe: TAPI , COM Pin
asdf175316-Apr-06 23:07
asdf175316-Apr-06 23:07 
GeneralRe: TAPI , COM Pin
YaronNir17-Apr-06 0:31
YaronNir17-Apr-06 0:31 
GeneralRe: TAPI , COM Pin
asdf175317-Apr-06 19:52
asdf175317-Apr-06 19:52 
QuestionOpenGl Pin
sataoa16-Apr-06 20:57
sataoa16-Apr-06 20:57 
AnswerRe: OpenGl Pin
_AnsHUMAN_ 16-Apr-06 21:57
_AnsHUMAN_ 16-Apr-06 21:57 
Go to project settings>link and then search for the Object/Library Modules
Add the following entries to the end of the text box in the line
Opengl32.lib glaux.lib glu32.lib

Now in the file whereyou are using open gl functions,include the two files given underneath

#include "gl/gl.h"  <br />
#include "gl/glu.h" 




Vision is Always important and so is your ATTITUDE.

Wishes.

Anshuman Dandekar


-- modified at 4:01 Monday 17th April, 2006
AnswerRe: OpenGl Pin
Ganesh_T16-Apr-06 21:58
Ganesh_T16-Apr-06 21:58 
AnswerRe: OpenGl Pin
Le Thanh Cong16-Apr-06 22:23
Le Thanh Cong16-Apr-06 22:23 
QuestionList Control with default text Pin
parichaybp16-Apr-06 20:37
parichaybp16-Apr-06 20:37 
AnswerRe: List Control with default text Pin
keerthikaaa16-Apr-06 20:44
keerthikaaa16-Apr-06 20:44 
GeneralRe: List Control with default text Pin
parichaybp16-Apr-06 20:48
parichaybp16-Apr-06 20:48 
GeneralRe: List Control with default text Pin
keerthikaaa16-Apr-06 20:53
keerthikaaa16-Apr-06 20:53 
QuestionRe: List Control with default text Pin
parichaybp16-Apr-06 21:07
parichaybp16-Apr-06 21:07 
AnswerRe: List Control with default text Pin
Nishad S16-Apr-06 23:55
Nishad S16-Apr-06 23:55 
GeneralRe: List Control with default text Pin
parichaybp16-Apr-06 20:52
parichaybp16-Apr-06 20:52 
GeneralRe: List Control with default text Pin
keerthikaaa16-Apr-06 21:05
keerthikaaa16-Apr-06 21:05 
QuestionRe: List Control with default text Pin
David Crow17-Apr-06 3:42
David Crow17-Apr-06 3:42 
QuestionConvert STL string --&gt; TCHAR Pin
chasetoys16-Apr-06 20:05
chasetoys16-Apr-06 20:05 
AnswerRe: Convert STL string --&gt; TCHAR Pin
_AnsHUMAN_ 16-Apr-06 20:12
_AnsHUMAN_ 16-Apr-06 20:12 
GeneralRe: Convert STL string --&gt; TCHAR Pin
chasetoys16-Apr-06 20:36
chasetoys16-Apr-06 20:36 
AnswerRe: Convert STL string --&gt; TCHAR Pin
Taka Muraoka16-Apr-06 20:17
Taka Muraoka16-Apr-06 20:17 
Questionhow to set position of dialog on main from a component. Pin
baldha rakesh16-Apr-06 19:34
baldha rakesh16-Apr-06 19:34 
AnswerRe: how to set position of dialog on main from a component. Pin
Gavin Taylor16-Apr-06 20:01
professionalGavin Taylor16-Apr-06 20:01 

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.