Willkommen ~Gast!
Registrieren || Einloggen || Hilfe/FAQ || Staff
Probleme mit der Registrierung im Forum? Melde dich unter registerEin Bild.
Autor Beitrag
000
24.06.2004, 16:57
Quak



Hi,
beim "builden" meiner OpenGL.exe-Datei mit VC++ bekomme ich folgende Warnung:

Zitat:
--------------------Configuration: OpenGL - Win32 Release--------------------
Linking...
LINK : warning LNK4089: all references to "ADVAPI32.dll" discarded by /OPT:REF

OpenGL.exe - 0 error(s), 1 warning(s)

Kennt jemand den Fehler?

Hat zwar nich direkt was mit Gameptogramming zu tun, da es sich ja aber um eine OpenGL-Anwendung handelt hab ichs mal hier reingepostet.

Edit:
Vielleicht könnten diese Debugging-Informationen noch helfen:

Zitat:
Loaded 'D:\Visual C++\MSDev98\MyProjects\OpenGL\Release\OpenGL.exe', no matching symbolic information found.
Loaded 'ntdll.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\kernel32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\opengl32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\msvcrt.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\advapi32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\rpcrt4.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\gdi32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\user32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\glu32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\ddraw.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\dciman32.dll', no matching symbolic information found.
Loaded 'C:\Programme\Logitech\MouseWare\system\LGMOUSHK.DLL', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\nvoglnt.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\mcd32.dll', no matching symbolic information found.
The thread 0xBE0 has exited with code 0 (0x0).
The program 'D:\Visual C++\MSDev98\MyProjects\OpenGL\Release\OpenGL.exe' has exited with code 0 (0x0).

--

Coder @ Heat


Dieser Beitrag wurde am 24.06.2004 um 18:55 von Quak bearbeitet.
zum Seitenanfang zum Seitenende Profil || Suche
001
24.06.2004, 20:46
Spin



ich seh nur ne warnung, keinen fehler...

--

( www.opera.com | www.miranda-im.org )
http://www.ironoak.de

zum Seitenanfang zum Seitenende Profil || Suche
002
24.06.2004, 22:17
Quak



Ja...mein ich ja auch. Die sollte aber auch zu unterbinden sein oder ?

--

Coder @ Heat

zum Seitenanfang zum Seitenende Profil || Suche
003
24.06.2004, 23:05
Spin



wieso, macht ja nix, heisst nur das die links wegen nem parameter verworfen wurden, spiel halt ein bisschen mit den linker einstellungen rum, oder schau was du für libs dazulinkst und entferne was du nicht brauchst...

--

( www.opera.com | www.miranda-im.org )
http://www.ironoak.de

zum Seitenanfang zum Seitenende Profil || Suche