Du bist nicht angemeldet.

Stilllegung des Forums
Das Forum wurde am 05.06.2023 nach über 20 Jahren stillgelegt (weitere Informationen und ein kleiner Rückblick).
Registrierungen, Anmeldungen und Postings sind nicht mehr möglich. Öffentliche Inhalte sind weiterhin zugänglich.
Das Team von spieleprogrammierer.de bedankt sich bei der Community für die vielen schönen Jahre.
Wenn du eine deutschsprachige Spieleentwickler-Community suchst, schau doch mal im Discord und auf ZFX vorbei!

Werbeanzeige

1

12.08.2006, 23:07

Problem

Hi,
ich hab ein Problem mit dem Kompilieren der TriBase Engine.
Ich bin im Besitz von Visual Studio 2005 (keine Expressversion)
jedenfalls taucht bie mir immer der gleiche Fehler auf.
Ich hab die ShowClass kompiliert und bin bei der Engine.
Ich habe es Schritt für Schritt nach der Anleitung getan wie es David beschrieben hat.

1>------ Rebuild All started: Project: TriBase, Configuration: Debug Win32 ------
1>Deleting intermediate and output files for project 'TriBase', configuration 'Debug|Win32'
1>Compiling...
1>tbColor.cpp
1>tbConfig.cpp
1>tbDirect3D.cpp
1>tbDirectInput.cpp
1>c:\tribase\src\tbdirectinput.cpp(1050) : warning C4018: '<' : signed/unsigned mismatch
1>tbDirectSound.cpp
1>tbDraw2D.cpp
1>tbDraw2D_16.cpp
1>tbDraw2D_16A.cpp
1>tbDraw2D_32.cpp
1>tbDynList.cpp
1>tbEffect.cpp
1>tbGUI.cpp
1>tbGUIButton.cpp
1>tbGUICheckBox.cpp
1>tbGUIFrame.cpp
1>tbGUIImage.cpp
1>tbGUIInput.cpp
1>tbGUIList.cpp
1>tbGUIRadioBox.cpp
1>tbGUIText.cpp
1>Generating Code...
1>Compiling...
1>tbIndexBuffer.cpp
1>tbList.cpp
1>tbLog.cpp
1>tbMatrix.cpp
1>tbMemory.cpp
1>tbMusic.cpp
1>tbObject.cpp
1>tbParticleSystem.cpp
1>tbPlane.cpp
1>tbShadowVolume.cpp
1>tbSkyBox.cpp
1>tbSpriteEngine.cpp
1>tbTextureManager.cpp
1>tbUtils.cpp
1>tbVector2.cpp
1>tbVector3.cpp
1>tbVertexBuffer.cpp
1>tbVFile.cpp
1>tbVideo.cpp
1>TriBase.cpp
1>Generating Code...
1>Compiling...
1>tb3DSReader.cpp
1>c:\tribase\src\tb3dsreader.cpp(744) : warning C4018: '<' : signed/unsigned mismatch
1>tbFile.cpp
1>tbFont.cpp
1>tbModel.cpp
1>c:\tribase\src\tbmodel.cpp(653) : warning C4018: '<' : signed/unsigned mismatch
1>c:\tribase\src\tbmodel.cpp(663) : warning C4018: '<' : signed/unsigned mismatch
1>c:\tribase\src\tbmodel.cpp(688) : warning C4018: '<' : signed/unsigned mismatch
1>c:\tribase\src\tbmodel.cpp(704) : warning C4018: '<' : signed/unsigned mismatch
1>tbOctree.cpp
1>c:\tribase\src\tboctree.cpp(229) : warning C4018: '<' : signed/unsigned mismatch
1>tbSound.cpp
1>Generating Code...
1>Compiling resources...
1>Compiling manifest to resources...
1>Linking...
1> Creating library .\Debug/TriBaseD.lib and object .\Debug/TriBaseD.exp
1>LINK : warning LNK4098: defaultlib 'LIBCMT' conflicts with use of other libs; use /NODEFAULTLIB:library
1>tbVideo.obj : error LNK2001: unresolved external symbol "public: virtual unsigned long __stdcall CBaseFilter::NonDelegatingRelease(void)" (?NonDelegatingRelease@CBaseFilter@@UAGKXZ)
1>Debug/TriBaseD.dll : fatal error LNK1120: 1 unresolved externals
1>Build log was saved at "file://c:\TriBase\Debug\BuildLog.htm"
1>TriBase - 2 error(s), 8 warning(s)
========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========

bitte um schnelle Hilfe

David Scherfgen

Administrator

Beiträge: 10 382

Wohnort: Hildesheim

Beruf: Wissenschaftlicher Mitarbeiter

  • Private Nachricht senden

2

12.08.2006, 23:14

1. Passenden Titel wählen!
2. Du hast genau dasselbe bereits hier geschrieben.
3. Du bist der erste, bei dem dieser Fehler auftritt, und wir haben keine Ahnung, woran es liegt.