OldSchoolHack

Registrieren / Anmelden Deutsch

error LNK2001

icon Thema: [Help] error LNK2001

Anmeldungsdatum: Sep 2013

Beiträge: 5

Benutzer-Bewertung:

1 positiv
0 negativ
Zitat von KN4CK3R
you need to add the Direct3D9 *.cpp files to your project
thanks admin.get it work now
#include "OSHGui.hpp"
#include "Drawing\Direct3D9\RendererDX9.hpp"
#include "Drawing\Direct3D9\FontDX9.hpp"
#include "Drawing\Direct3D9\TextureDX9.hpp"
#include "Drawing\Direct3D9\RendererDX9.cpp"
#include "Drawing\Direct3D9\FontDX9.cpp"
#include "Drawing\Direct3D9\TextureDX9.cpp"
#include "Input\WindowsMessage.hpp"


//---------------------------------------------------------------------------
using namespace OSHGui;