Kirjautuminen

Haku

Tehtävät

Keskustelu: Ohjelmointikysymykset: C: Linkitysongelma

Hakoulinen [23.06.2008 10:56:16]

#

Puuttuuko minulta jonkun tiedoston sisällytys?

1>Linking...
1>main.obj : error LNK2019: unresolved external symbol _gluPerspective@32 referenced in function "void __cdecl ReSizeGLScene(int,int)" (?ReSizeGLScene@@YAXHH@Z)
1>main.obj : error LNK2019: unresolved external symbol __imp__glLoadIdentity@0 referenced in function "void __cdecl ReSizeGLScene(int,int)" (?ReSizeGLScene@@YAXHH@Z)
1>main.obj : error LNK2019: unresolved external symbol __imp__glMatrixMode@4 referenced in function "void __cdecl ReSizeGLScene(int,int)" (?ReSizeGLScene@@YAXHH@Z)
1>main.obj : error LNK2019: unresolved external symbol __imp__glViewport@16 referenced in function "void __cdecl ReSizeGLScene(int,int)" (?ReSizeGLScene@@YAXHH@Z)
1>main.obj : error LNK2019: unresolved external symbol __imp__glHint@8 referenced in function "int __cdecl InitGL(void)" (?InitGL@@YAHXZ)
1>main.obj : error LNK2019: unresolved external symbol __imp__glDepthFunc@4 referenced in function "int __cdecl InitGL(void)" (?InitGL@@YAHXZ)
1>main.obj : error LNK2019: unresolved external symbol __imp__glEnable@4 referenced in function "int __cdecl InitGL(void)" (?InitGL@@YAHXZ)
1>main.obj : error LNK2019: unresolved external symbol __imp__glClearDepth@8 referenced in function "int __cdecl InitGL(void)" (?InitGL@@YAHXZ)
1>main.obj : error LNK2019: unresolved external symbol __imp__glClearColor@16 referenced in function "int __cdecl InitGL(void)" (?InitGL@@YAHXZ)
1>main.obj : error LNK2019: unresolved external symbol __imp__glShadeModel@4 referenced in function "int __cdecl InitGL(void)" (?InitGL@@YAHXZ)
1>main.obj : error LNK2019: unresolved external symbol __imp__glClear@4 referenced in function "int __cdecl DrawGLScene(void)" (?DrawGLScene@@YAHXZ)
1>main.obj : error LNK2019: unresolved external symbol __imp__wglDeleteContext@4 referenced in function "void __cdecl KillGLWindow(void)" (?KillGLWindow@@YAXXZ)
1>main.obj : error LNK2019: unresolved external symbol __imp__wglMakeCurrent@8 referenced in function "void __cdecl KillGLWindow(void)" (?KillGLWindow@@YAXXZ)
1>main.obj : error LNK2019: unresolved external symbol __imp__wglCreateContext@4 referenced in function "int __cdecl CreateGLWindow(char *,int,int,int,bool)" (?CreateGLWindow@@YAHPADHHH_N@Z)
1>C:\Users\Roope\Documents\Visual Studio 2008\Projects\SDLtest\Debug\openGL.exe : fatal error LNK1120: 14 unresolved externals

TsaTsaTsaa [23.06.2008 11:25:43]

#

Ilmeisesti linkkerin parametreista puuttuu joku openGL-kirjasto.

Hakoulinen [23.06.2008 11:43:59]

#

Puuttuvien kirjastojen etsintä vei sivulle https://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1065518&SiteID=1 .

Eli minulta taitaa puuttua nuo nelj kirjastoa? Mistä voin ladata ne? Google ei auttanut :(

Ratkaisu ei tainnutkaan olla tämä ^^ Sillä olen laittanut Visualin asetuksista libraryjen poluksi kansion, joka sisältää kyllä kyseiset kirjastot.

Hakoulinen [23.06.2008 23:04:38]

#

Onnistuihan se loppujen lopuksi.. Puuttui Pragma Comment :)

Vastaus

Aihe on jo aika vanha, joten et voi enää vastata siihen.

Tietoa sivustosta