Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Cron

Pages: [1]
1
VisualC++ / msvc10 client build errors
« on: July 02, 2010, 08:56:12 pm »
Dear friends,
I am trying to build the ps client by following this guide : http://planeshift.svn.sourceforge.net/viewvc/planeshift/trunk/docs/compiling.html
(Using this selection : Windows - MSVC - user - normal)
Am using ms studio c++ express 2010 to build with.
cs build (with msvc10 version) was error free and the walktest.exe test app works fine.
I used this ps project version : mk\msvc10\wkspstypical.sln
When I build just the apppsclient project I get the following linker errors:

------ Build started: Project: apppsclient, Configuration: Release (with DLLs) Win32 ------
pscelclient.obj : error LNK2001: unresolved external symbol "public: class CalMixer * __thiscall CalModel::getMixer(void)const " (?getMixer@CalModel@@QBEPAVCalMixer@@XZ)
pscelclient.obj : error LNK2001: unresolved external symbol "public: class CalCoreModel * __thiscall CalModel::getCoreModel(void)const " (?getCoreModel@CalModel@@QBEPAVCalCoreModel@@XZ)
pscelclient.obj : error LNK2001: unresolved external symbol "public: bool __thiscall CalMixer::removeAction(int)" (?removeAction@CalMixer@@QAE_NH@Z)
pscelclient.obj : error LNK2001: unresolved external symbol "public: class CalCoreAnimation * __thiscall CalCoreModel::getCoreAnimation(int)" (?getCoreAnimation@CalCoreModel@@QAEPAVCalCoreAnimation@@H@Z)
pscelclient.obj : error LNK2001: unresolved external symbol "public: float __thiscall CalCoreAnimation::getDuration(void)const " (?getDuration@CalCoreAnimation@@QBEMXZ)
..\..\psclient.exe : fatal error LNK1120: 5 unresolved externals
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

Can you please advise how to solve these errors ?

I was wondering if pscelclient has something to do with CEL, since there is no CEL information in the current build guide, but it was in earlier guides.
Is it not required any more ?
Also compatible version of cal3d is mentioned but there is not further info about downloading or building it ?

I tried first in the irc channel #planeshift-build but did not get any response there.

Rgds, Cron.

Pages: [1]