Click here to Skip to main content
15,891,607 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: is Let Us C by Yashavant Kanetkar a good resource or a bad. Pin
leon de boer7-Apr-16 16:41
leon de boer7-Apr-16 16:41 
GeneralRe: is Let Us C by Yashavant Kanetkar a good resource or a bad. Pin
Mur25018-Apr-16 6:35
Mur25018-Apr-16 6:35 
AnswerRe: is Let Us C by Yashavant Kanetkar a good resource or a bad. Pin
Bram van Kampen28-Apr-16 13:39
Bram van Kampen28-Apr-16 13:39 
QuestionERROR: undefined reference to 'auxDIBImaheLoadA' Pin
Ratul Thakur7-Apr-16 5:03
Ratul Thakur7-Apr-16 5:03 
SuggestionRe: ERROR: undefined reference to 'auxDIBImaheLoadA' Pin
David Crow7-Apr-16 5:22
David Crow7-Apr-16 5:22 
GeneralRe: ERROR: undefined reference to 'auxDIBImaheLoadA' Pin
Ratul Thakur7-Apr-16 5:33
Ratul Thakur7-Apr-16 5:33 
SuggestionRe: ERROR: undefined reference to 'auxDIBImaheLoadA' Pin
Richard MacCutchan7-Apr-16 7:30
mveRichard MacCutchan7-Apr-16 7:30 
AnswerRe: ERROR: undefined reference to 'auxDIBImaheLoadA' Pin
leon de boer7-Apr-16 22:11
leon de boer7-Apr-16 22:11 
auxDIBImaheLoad comes from the GLAUX library which is obsolete and no longer supported by Visual studio which is why it can't find it. Even adding include "GLAux.H" wont help as the library file has been removed as well as the DLL.

If you are just playing around the source code and precompiled GLAUX.DLL are available on the internet but anything beyond that do not use it.

All that function does is loading an image file as a texture one second let me fashion you a replacement it will take longer to explain how to do it that to do it. Can you tell me what lesson this is from on the NeHe site and I will post result to them to update it on next message
In vino veritas


modified 8-Apr-16 5:08am.

GeneralRe: ERROR: undefined reference to 'auxDIBImaheLoadA' Pin
leon de boer7-Apr-16 23:06
leon de boer7-Apr-16 23:06 
GeneralRe: ERROR: undefined reference to 'auxDIBImaheLoadA' Pin
Ratul Thakur8-Apr-16 2:28
Ratul Thakur8-Apr-16 2:28 
GeneralRe: ERROR: undefined reference to 'auxDIBImaheLoadA' Pin
Ratul Thakur8-Apr-16 6:57
Ratul Thakur8-Apr-16 6:57 
GeneralRe: ERROR: undefined reference to 'auxDIBImaheLoadA' Pin
leon de boer8-Apr-16 16:58
leon de boer8-Apr-16 16:58 
QuestionWaitting on hEvent of Mailslot Pin
ForNow4-Apr-16 11:03
ForNow4-Apr-16 11:03 
AnswerRe: Waitting on hEvent of Mailslot Pin
CPallini5-Apr-16 0:53
mveCPallini5-Apr-16 0:53 
GeneralRe: Waitting on hEvent of Mailslot Pin
ForNow5-Apr-16 4:03
ForNow5-Apr-16 4:03 
AnswerRe: Waitting on hEvent of Mailslot Pin
Victor Nijegorodov5-Apr-16 3:25
Victor Nijegorodov5-Apr-16 3:25 
GeneralRe: Waitting on hEvent of Mailslot Pin
ForNow5-Apr-16 7:31
ForNow5-Apr-16 7:31 
GeneralRe: Waitting on hEvent of Mailslot Pin
ForNow5-Apr-16 12:07
ForNow5-Apr-16 12:07 
GeneralRe: Waitting on hEvent of Mailslot Pin
Richard Andrew x645-Apr-16 12:39
professionalRichard Andrew x645-Apr-16 12:39 
GeneralRe: Waitting on hEvent of Mailslot Pin
ForNow5-Apr-16 13:21
ForNow5-Apr-16 13:21 
GeneralRe: Waitting on hEvent of Mailslot Pin
Richard Andrew x645-Apr-16 13:27
professionalRichard Andrew x645-Apr-16 13:27 
GeneralRe: Waitting on hEvent of Mailslot Pin
ForNow5-Apr-16 13:32
ForNow5-Apr-16 13:32 
GeneralRe: Waitting on hEvent of Mailslot Pin
leon de boer5-Apr-16 16:33
leon de boer5-Apr-16 16:33 
QuestionHow to custmize the ribbon category at run time using MFC Pin
Ashish Ranjan Mishra4-Apr-16 6:36
Ashish Ranjan Mishra4-Apr-16 6:36 
SuggestionRe: How to custmize the ribbon category at run time using MFC Pin
David Crow5-Apr-16 15:50
David Crow5-Apr-16 15:50 

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.