About Store Forum Documentation Contact



Post Reply 
My problem
Author Message
Koniu Offline
Member

Post: #1
My problem
hi,

I downloaded the latest version Esenthel. To compile the sample file, I get this response:
1>------ Rebuild All started: Project: Tutorials, Configuration: Release Win32 ------
1>Deleting intermediate and output files for project 'Tutorials', configuration 'Release|Win32'
1>Compiling...
1>stdafx.cpp
1>Compiling...
1>04 - Lights.cpp
1>Compiling resources...
1>Microsoft ® Windows ® Resource Compiler Version 6.1.6723.1
1>Copyright © Microsoft Corporation. All rights reserved.
1>Linking...
1>04 - Lights.obj : error LNK2019: unresolved external symbol "struct EE::Viewport EE::ViewportFull" (?ViewportFull@EE@@3UViewport@1@A) referenced in function "bool __cdecl Init(void)" (?Init@@YA_NXZ)
1>Tutorials.exe : fatal error LNK1120: 1 unresolved externals
1>Build log was saved at "file://c:\Documents and Settings\Kuba\Pulpit\EsenthelEngineSDK\Tutorials\Release\BuildLog.htm"
1>Tutorials - 2 error(s), 0 warning(s)
========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========

This happens with every file. I have the latest files: .Lib, .Pak and .H
04-29-2010 03:31 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: My problem
you can't have the latest .h and .lib because ViewportFull is no longer in the engine.
you're using something old.

it was replaced into D.view* methods (check name changes)
04-29-2010 04:38 PM
Find all posts by this user Quote this message in a reply
Koniu Offline
Member

Post: #3
RE: My problem
I downloaded SDK today, .lib and .h copy to visual studio folders (../lib and ../include)
(This post was last modified: 04-29-2010 04:55 PM by Koniu.)
04-29-2010 04:42 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #4
RE: My problem
search in SDK and in your project, what references to 'ViewportFull'
04-29-2010 04:48 PM
Find all posts by this user Quote this message in a reply
Koniu Offline
Member

Post: #5
RE: My problem
Ok, sorry, I found my mistake. My fault smile
04-29-2010 04:54 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply