Click here to Skip to main content
15,921,694 members
Home / Discussions / Graphics
   

Graphics

 
GeneralRe: Most common used color in an image? Pin
Russell'10-Sep-07 8:44
Russell'10-Sep-07 8:44 
AnswerRe: Most common used color in an image? Pin
Luc Pattyn10-Sep-07 10:11
sitebuilderLuc Pattyn10-Sep-07 10:11 
GeneralRe: Most common used color in an image? Pin
mm-2k10-Sep-07 10:17
mm-2k10-Sep-07 10:17 
GeneralRe: Most common used color in an image? Pin
Luc Pattyn10-Sep-07 10:52
sitebuilderLuc Pattyn10-Sep-07 10:52 
GeneralRe: Most common used color in an image? Pin
mm-2k10-Sep-07 19:21
mm-2k10-Sep-07 19:21 
AnswerRe: Most common used color in an image? Pin
El Corazon11-Sep-07 3:36
El Corazon11-Sep-07 3:36 
AnswerRe: Most common used color in an image? Pin
Chris Losinger26-Sep-07 5:19
professionalChris Losinger26-Sep-07 5:19 
Questionold unix gl mook mosies over to VS 8 beta 2 Pin
dr d b karron6-Sep-07 11:32
dr d b karron6-Sep-07 11:32 
confound it; how do i just make my opengl windows and track the mouse state ?

I'm compileing sample opengl code ok in visual studio, but now i'm getting linkage errors. Searching (find|grep for those who used to know) through my little iddy biddy laptop turns up no .lib or .dll (libogl* or gl*.dll).

What is the relationship between runnin openGL and .net 1.1, .net 2, .net 3 and .net 3.5. What is .net anyway ? It seems that the old demos like older .net.

But i'm trying to understand what is going on. I want to bring forward my old c++ code and rewrite it for the brave new world (kids these days!).

I'm remotely controlable for someone to take the time to skype in and unyte to my keyboard and show me the errors of my old fashioned ways.

I'm looking forward to using a modern c++ compiler and making all sorts of math types (with and without STL).

My other problem is getting lots and lots of shared memory. I will move up to a 64 bit big pointer system soon. First I need to get my toes wet with VS 8 and this funny new world.

Cheers!

dr. K


-----------
libcmtd.lib(crt0.obj) : error LNK2001: unresolved external symbol _main
gleasvw.obj : error LNK2019: unresolved external symbol __imp__glFlush@0 referenced in function "public: void __thiscall CGLEasyView::DrawScene(void)" (?DrawScene@CGLEasyView@@QAEXXZ)
gleasvw.obj : error LNK2019: unresolved external symbol __imp__glCallList@4 referenced in function "public: void __thiscall CGLEasyView::DrawScene(void)" (?DrawScene@CGLEasyView@@QAEXXZ)
gleasvw.obj : error LNK2019: unresolved external symbol __imp__glColor3dv@4 referenced in function "public: void __thiscall CGLEasyView::DrawScene(void)" (?DrawScene@CGLEasyView@@QAEXXZ)
gleasvw.obj : error LNK2019: unresolved external symbol __imp__glRotated@32 referenced in function "public: void __thiscall CGLEasyView::DrawScene(void)" (?DrawScene@CGLEasyView@@QAEXXZ)
gleasvw.obj : error LNK2019: unresolved external symbol __imp__glTranslated@24 referenced in function "public: void __thiscall CGLEasyView::DrawScene(void)" (?DrawScene@CGLEasyView@@QAEXXZ)
gleasvw.obj : error LNK2019: unresolved external symbol __imp__glLoadIdentity@0 referenced in function "public: void __thiscall CGLEasyView::DrawScene(void)" (?DrawScene@CGLEasyView@@QAEXXZ)
gleasvw.obj : error LNK2019: unresolved external symbol __imp__glMatrixMode@4 referenced in function "public: void __thiscall CGLEasyView::DrawScene(void)" (?DrawScene@CGLEasyView@@QAEXXZ)
gleasvw.obj : error LNK2019: unresolved external symbol __imp__glColorMaterial@8 referenced in function "public: void __thiscall CGLEasyView::DrawScene(void)" (?DrawScene@CGLEasyView@@QAEXXZ)
gleasvw.obj : error LNK2019: unresolved external symbol __imp__glClear@4 referenced in function "public: void __thiscall CGLEasyView::DrawScene(void)" (?DrawScene@CGLEasyView@@QAEXXZ)
gleasvw.obj : error LNK2019: unresolved external symbol __imp__glClearColor@16 referenced in function "public: void __thiscall CGLEasyView::DrawScene(void)" (?DrawScene@CGLEasyView@@QAEXXZ)
gleasvw.obj : error LNK2019: unresolved external symbol __imp__glEnable@4 referenced in function "public: void __thiscall CGLEasyView::DrawScene(void)" (?DrawScene@CGLEasyView@@QAEXXZ)
gleasvw.obj : error LNK2019: unresolved external symbol __imp__glEndList@0 referenced in function "public: void __thiscall CGLEasyView::PrepareScene(void)" (?PrepareScene@CGLEasyView@@QAEXXZ)
gleasvw.obj : error LNK2019: unresolved external symbol __imp__glEnd@0 referenced in function "public: void __thiscall CGLEasyView::PrepareScene(void)" (?PrepareScene@CGLEasyView@@QAEXXZ)
gleasvw.obj : error LNK2019: unresolved external symbol __imp__glVertex3d@24 referenced in function "public: void __thiscall CGLEasyView::PrepareScene(void)" (?PrepareScene@CGLEasyView@@QAEXXZ)
gleasvw.obj : error LNK2019: unresolved external symbol __imp__glNormal3d@24 referenced in function "public: void __thiscall CGLEasyView::PrepareScene(void)" (?PrepareScene@CGLEasyView@@QAEXXZ)
gleasvw.obj : error LNK2019: unresolved external symbol __imp__glBegin@4 referenced in function "public: void __thiscall CGLEasyView::PrepareScene(void)" (?PrepareScene@CGLEasyView@@QAEXXZ)
gleasvw.obj : error LNK2019: unresolved external symbol __imp__glNewList@8 referenced in function "public: void __thiscall CGLEasyView::PrepareScene(void)" (?PrepareScene@CGLEasyView@@QAEXXZ)
gleasvw.obj : error LNK2019: unresolved external symbol __imp__wglMakeCurrent@8 referenced in function "public: void __thiscall CGLEasyView::PrepareScene(void)" (?PrepareScene@CGLEasyView@@QAEXXZ)
gleasvw.obj : error LNK2019: unresolved external symbol _gluErrorString@4 referenced in function "public: void __thiscall CGLEasyView::OutputGlError(char *)" (?OutputGlError@CGLEasyView@@QAEXPAD@Z)
gleasvw.obj : error LNK2019: unresolved external symbol __imp__glGetError@0 referenced in function "public: void __thiscall CGLEasyView::OutputGlError(char *)" (?OutputGlError@CGLEasyView@@QAEXPAD@Z)
gleasvw.obj : error LNK2019: unresolved external symbol __imp__wglCreateContext@4 referenced in function "protected: int __thiscall CGLEasyView::OnCreate(struct tagCREATESTRUCTW *)" (?OnCreate@CGLEasyView@@IAEHPAUtagCREATESTRUCTW@@@Z)
gleasvw.obj : error LNK2019: unresolved external symbol __imp__glViewport@16 referenced in function "protected: void __thiscall CGLEasyView::OnSize(unsigned int,int,int)" (?OnSize@CGLEasyView@@IAEXIHH@Z)
gleasvw.obj : error LNK2019: unresolved external symbol _gluPerspective@32 referenced in function "protected: void __thiscall CGLEasyView::OnSize(unsigned int,int,int)" (?OnSize@CGLEasyView@@IAEXIHH@Z)
gleasvw.obj : error LNK2019: unresolved external symbol __imp__wglDeleteContext@4 referenced in function "protected: void __thiscall CGLEasyView::OnDestroy(void)" (?OnDestroy@CGLEasyView@@IAEXXZ)
C:\Documents and Settings\karron\My Documents\Visual Studio 2008\Projects\helo2\Debug\gleasy.exe : fatal error LNK1120: 25 unresolved externals


dr d b karron

AnswerRe: old unix gl mook mosies over to VS 8 beta 2 Pin
El Corazon8-Sep-07 5:19
El Corazon8-Sep-07 5:19 
QuestionImange Manipluation with Asp.Net Pin
Mustakim Mansuri5-Sep-07 19:43
Mustakim Mansuri5-Sep-07 19:43 
QuestionTextureLoader - InvalidOperationException Pin
Katerinochka4-Sep-07 5:52
Katerinochka4-Sep-07 5:52 
Questiondisplay driver Pin
amit.code3-Sep-07 22:46
amit.code3-Sep-07 22:46 
AnswerRe: display driver Pin
Christian Graus4-Sep-07 4:23
protectorChristian Graus4-Sep-07 4:23 
QuestionGraphics for Unix in C++ Pin
MartyExodus3-Sep-07 11:54
MartyExodus3-Sep-07 11:54 
AnswerRe: Graphics for Unix in C++ Pin
El Corazon4-Sep-07 4:02
El Corazon4-Sep-07 4:02 
QuestionCatching and Processing GDI+ Exception Pin
ss42a3-Sep-07 5:34
ss42a3-Sep-07 5:34 
AnswerRe: Catching and Processing GDI+ Exception Pin
Luc Pattyn3-Sep-07 6:00
sitebuilderLuc Pattyn3-Sep-07 6:00 
GeneralRe: Catching and Processing GDI+ Exception Pin
ss42a3-Sep-07 6:11
ss42a3-Sep-07 6:11 
GeneralRe: Catching and Processing GDI+ Exception Pin
Luc Pattyn3-Sep-07 6:23
sitebuilderLuc Pattyn3-Sep-07 6:23 
GeneralRe: Catching and Processing GDI+ Exception Pin
Luc Pattyn3-Sep-07 7:18
sitebuilderLuc Pattyn3-Sep-07 7:18 
GeneralRe: Catching and Processing GDI+ Exception [modified] Pin
ss42a3-Sep-07 7:53
ss42a3-Sep-07 7:53 
QuestionDetermine the video size Pin
Andrewfx20061-Sep-07 23:21
Andrewfx20061-Sep-07 23:21 
GeneralRe: Determine the video size Pin
tanvon malik2-Jan-08 4:18
tanvon malik2-Jan-08 4:18 
QuestionImage Editor Pin
Jelle De Vos31-Aug-07 22:28
Jelle De Vos31-Aug-07 22:28 
AnswerRe: Image Editor Pin
Mark Salsbery1-Sep-07 8:03
Mark Salsbery1-Sep-07 8:03 

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.