Author Topic: 'iAnimatedMeshFactory' : is not a member of 'CS'  (Read 959 times)

lusiocoram

  • Wayfarer
  • *
  • Posts: 8
    • View Profile
'iAnimatedMeshFactory' : is not a member of 'CS'
« on: May 07, 2011, 06:35:50 am »
Hiya,

I searched the forum and there is no topic on this, but if this is a duplicate then sorry  ;).

I followed the Compiling guide for building a PlaneShift Client (https://planeshift.svn.sf.net/svnroot/planeshift/trunk/docs/compiling.html) in Windows XP with MSVC 9. CS build without problems but planshift did not, I got this weird error many times. I googled the problem and found that iAnimatedMesh is part of imesh/animesh.h, which should be included when I build. So, now I have no idea whats happening. Anyone know what I'm doing wrong?

-------------------------
Compiling...
actionhandler.cpp
c:\development\planeshift\src\client\pscelclient.h(530) : error C3083: 'Mesh': the symbol to the left of a '::' must be a type
c:\development\planeshift\src\client\pscelclient.h(530) : error C2039: 'iAnimatedMesh' : is not a member of 'CS'
zonehandler.cpp
c:\development\planeshift\src\client\pscelclient.h(530) : error C3083: 'Mesh': the symbol to the left of a '::' must be a type
c:\development\planeshift\src\client\pscelclient.h(530) : error C2039: 'iAnimatedMesh' : is not a member of 'CS'
weather.cpp
c:\development\planeshift\src\client\pscelclient.h(530) : error C3083: 'Mesh': the symbol to the left of a '::' must be a type
c:\development\planeshift\src\client\pscelclient.h(530) : error C2039: 'iAnimatedMesh' : is not a member of 'CS'
shadowmanager.cpp
c:\development\planeshift\src\client\pscelclient.h(530) : error C3083: 'Mesh': the symbol to the left of a '::' must be a type
c:\development\planeshift\src\client\pscelclient.h(530) : error C2039: 'iAnimatedMesh' : is not a member of 'CS'
psmovement.cpp
c:\development\planeshift\src\client\pscelclient.h(530) : error C3083: 'Mesh': the symbol to the left of a '::' must be a type
c:\development\planeshift\src\client\pscelclient.h(530) : error C2039: 'iAnimatedMesh' : is not a member of 'CS'
psengine.cpp
c:\development\planeshift\src\client\pscelclient.h(530) : error C3083: 'Mesh': the symbol to the left of a '::' must be a type
c:\development\planeshift\src\client\pscelclient.h(530) : error C2039: 'iAnimatedMesh' : is not a member of 'CS'
psclientdr.cpp
c:\development\planeshift\src\client\pscelclient.h(530) : error C3083: 'Mesh': the symbol to the left of a '::' must be a type
c:\development\planeshift\src\client\pscelclient.h(530) : error C2039: 'iAnimatedMesh' : is not a member of 'CS'
psclientchar.cpp
c:\development\planeshift\src\client\pscelclient.h(530) : error C3083: 'Mesh': the symbol to the left of a '::' must be a type
c:\development\planeshift\src\client\pscelclient.h(530) : error C2039: 'iAnimatedMesh' : is not a member of 'CS'
c:\development\planeshift\src\client\charapp.h(51) : error C2039: 'Mesh' : is not a member of 'CS'
c:\development\planeshift\src\client\charapp.h(51) : error C2871: 'Mesh' : a namespace with this name does not exist
c:\development\planeshift\src\client\charapp.h(260) : error C3083: 'Mesh': the symbol to the left of a '::' must be a type
c:\development\planeshift\src\client\charapp.h(260) : error C2039: 'iAnimatedMeshFactory' : is not a member of 'CS'
c:\development\planeshift\src\client\charapp.h(261) : error C3083: 'Mesh': the symbol to the left of a '::' must be a type
c:\development\planeshift\src\client\charapp.h(261) : error C2039: 'iAnimatedMesh' : is not a member of 'CS'
..\..\src\client\psclientchar.cpp(542) : warning C4800: 'float' : forcing value to bool 'true' or 'false' (performance warning)
pscharcontrol.cpp
c:\development\planeshift\src\client\pscelclient.h(530) : error C3083: 'Mesh': the symbol to the left of a '::' must be a type
c:\development\planeshift\src\client\pscelclient.h(530) : error C2039: 'iAnimatedMesh' : is not a member of 'CS'
pscelclient.cpp
c:\development\planeshift\src\client\pscelclient.h(530) : error C3083: 'Mesh': the symbol to the left of a '::' must be a type
c:\development\planeshift\src\client\pscelclient.h(530) : error C2039: 'iAnimatedMesh' : is not a member of 'CS'
c:\development\planeshift\src\client\charapp.h(51) : error C2039: 'Mesh' : is not a member of 'CS'
c:\development\planeshift\src\client\charapp.h(51) : error C2871: 'Mesh' : a namespace with this name does not exist
c:\development\planeshift\src\client\charapp.h(260) : error C3083: 'Mesh': the symbol to the left of a '::' must be a type
c:\development\planeshift\src\client\charapp.h(260) : error C2039: 'iAnimatedMeshFactory' : is not a member of 'CS'
c:\development\planeshift\src\client\charapp.h(261) : error C3083: 'Mesh': the symbol to the left of a '::' must be a type
c:\development\planeshift\src\client\charapp.h(261) : error C2039: 'iAnimatedMesh' : is not a member of 'CS'
..\..\src\client\pscelclient.cpp(1533) : error C2039: 'iSkeletonAnimPacketFactory' : is not a member of 'CS::Animation'
..\..\src\client\pscelclient.cpp(1533) : error C2065: 'iSkeletonAnimPacketFactory' : undeclared identifier
..\..\src\client\pscelclient.cpp(1533) : error C2065: 'packetFactory' : undeclared identifier
..\..\src\client\pscelclient.cpp(1535) : error C2065: 'packetFactory' : undeclared identifier
..\..\src\client\pscelclient.cpp(1537) : error C2065: 'packetFactory' : undeclared identifier
..\..\src\client\pscelclient.cpp(1537) : error C2227: left of '->GetAnimationCount' must point to class/struct/union/generic type
        type is ''unknown-type''
..\..\src\client\pscelclient.cpp(1539) : error C2065: 'packetFactory' : undeclared identifier
..\..\src\client\pscelclient.cpp(1539) : error C2227: left of '->GetAnimation' must point to class/struct/union/generic type
        type is ''unknown-type''
..\..\src\client\pscelclient.cpp(1539) : error C2227: left of '->GetName' must point to class/struct/union/generic type
..\..\src\client\pscelclient.cpp(1980) : error C3083: 'Mesh': the symbol to the left of a '::' must be a type
..\..\src\client\pscelclient.cpp(1980) : error C2039: 'iAnimatedMesh' : is not a member of 'CS'
pscamera.cpp
c:\development\planeshift\src\client\gui\../pscelclient.h(530) : error C3083: 'Mesh': the symbol to the left of a '::' must be a type
c:\development\planeshift\src\client\gui\../pscelclient.h(530) : error C2039: 'iAnimatedMesh' : is not a member of 'CS'
pscal3dcallback.cpp
c:\development\planeshift\src\client\pscelclient.h(530) : error C3083: 'Mesh': the symbol to the left of a '::' must be a type
c:\development\planeshift\src\client\pscelclient.h(530) : error C2039: 'iAnimatedMesh' : is not a member of 'CS'
modehandler.cpp
c:\development\planeshift\src\client\pscelclient.h(530) : error C3083: 'Mesh': the symbol to the left of a '::' must be a type
c:\development\planeshift\src\client\pscelclient.h(530) : error C2039: 'iAnimatedMesh' : is not a member of 'CS'
entitylabels.cpp
c:\development\planeshift\src\client\gui\../pscelclient.h(530) : error C3083: 'Mesh': the symbol to the left of a '::' must be a type
c:\development\planeshift\src\client\gui\../pscelclient.h(530) : error C2039: 'iAnimatedMesh' : is not a member of 'CS'
cmdutil.cpp
c:\development\planeshift\src\client\gui\../pscelclient.h(530) : error C3083: 'Mesh': the symbol to the left of a '::' must be a type
c:\development\planeshift\src\client\gui\../pscelclient.h(530) : error C2039: 'iAnimatedMesh' : is not a member of 'CS'
cmdusers.cpp
c:\development\planeshift\src\client\gui\../pscelclient.h(530) : error C3083: 'Mesh': the symbol to the left of a '::' must be a type
c:\development\planeshift\src\client\gui\../pscelclient.h(530) : error C2039: 'iAnimatedMesh' : is not a member of 'CS'
cmdgroups.cpp
c:\development\planeshift\src\client\pscelclient.h(530) : error C3083: 'Mesh': the symbol to the left of a '::' must be a type
c:\development\planeshift\src\client\pscelclient.h(530) : error C2039: 'iAnimatedMesh' : is not a member of 'CS'
cmdadmin.cpp
c:\development\planeshift\src\client\gui\../pscelclient.h(530) : error C3083: 'Mesh': the symbol to the left of a '::' must be a type
c:\development\planeshift\src\client\gui\../pscelclient.h(530) : error C2039: 'iAnimatedMesh' : is not a member of 'CS'
clientvitals.cpp
c:\development\planeshift\src\client\pscelclient.h(530) : error C3083: 'Mesh': the symbol to the left of a '::' must be a type
c:\development\planeshift\src\client\pscelclient.h(530) : error C2039: 'iAnimatedMesh' : is not a member of 'CS'
chatbubbles.cpp
c:\development\planeshift\src\client\pscelclient.h(530) : error C3083: 'Mesh': the symbol to the left of a '::' must be a type
c:\development\planeshift\src\client\pscelclient.h(530) : error C2039: 'iAnimatedMesh' : is not a member of 'CS'
Compiling...
charapp.cpp
c:\development\planeshift\src\client\charapp.h(51) : error C2039: 'Mesh' : is not a member of 'CS'
c:\development\planeshift\src\client\charapp.h(51) : error C2871: 'Mesh' : a namespace with this name does not exist
c:\development\planeshift\src\client\charapp.h(260) : error C3083: 'Mesh': the symbol to the left of a '::' must be a type
c:\development\planeshift\src\client\charapp.h(260) : error C2039: 'iAnimatedMeshFactory' : is not a member of 'CS'
c:\development\planeshift\src\client\charapp.h(261) : error C3083: 'Mesh': the symbol to the left of a '::' must be a type
c:\development\planeshift\src\client\charapp.h(261) : error C2039: 'iAnimatedMesh' : is not a member of 'CS'
c:\development\planeshift\src\client\pscelclient.h(530) : error C3083: 'Mesh': the symbol to the left of a '::' must be a type
c:\development\planeshift\src\client\pscelclient.h(530) : error C2039: 'iAnimatedMesh' : is not a member of 'CS'
..\..\src\client\charapp.cpp(158) : error C3083: 'Mesh': the symbol to the left of a '::' must be a type
..\..\src\client\charapp.cpp(158) : error C2039: 'iAnimatedMesh' : is not a member of 'CS'
..\..\src\client\charapp.cpp(159) : error C3083: 'Mesh': the symbol to the left of a '::' must be a type
..\..\src\client\charapp.cpp(159) : error C2039: 'iAnimatedMeshFactory' : is not a member of 'CS'
..\..\src\client\charapp.cpp(557) : error C3083: 'Mesh': the symbol to the left of a '::' must be a type
..\..\src\client\charapp.cpp(557) : error C2039: 'iAnimatedMesh' : is not a member of 'CS'
..\..\src\client\charapp.cpp(557) : error C3083: 'Mesh': the symbol to the left of a '::' must be a type
..\..\src\client\charapp.cpp(557) : error C2039: 'iAnimatedMesh' : is not a member of 'CS'
..\..\src\client\charapp.cpp(558) : error C3083: 'Mesh': the symbol to the left of a '::' must be a type
..\..\src\client\charapp.cpp(558) : error C2039: 'iAnimatedMeshFactory' : is not a member of 'CS'
..\..\src\client\charapp.cpp(558) : error C3083: 'Mesh': the symbol to the left of a '::' must be a type
..\..\src\client\charapp.cpp(558) : error C2039: 'iAnimatedMeshFactory' : is not a member of 'CS'
authentclient.cpp
c:\development\planeshift\src\client\gui\../pscelclient.h(530) : error C3083: 'Mesh': the symbol to the left of a '::' must be a type
c:\development\planeshift\src\client\gui\../pscelclient.h(530) : error C2039: 'iAnimatedMesh' : is not a member of 'CS'

weltall

  • Moderator
  • Veteran
  • *
  • Posts: 1671
    • View Profile
    • http://weltall.heliohost.org
Re: 'iAnimatedMeshFactory' : is not a member of 'CS'
« Reply #1 on: May 07, 2011, 08:29:35 am »
update cs

lusiocoram

  • Wayfarer
  • *
  • Posts: 8
    • View Profile
PSclient crashes during debugging (after build)
« Reply #2 on: May 08, 2011, 04:22:40 am »
Okie, I updated CS. Looks like something had to be updated (not sure if I used to wrong revision or something got downloaded wrong the first time). Anyway, I chose the apppsclient in MSVC and rebuild (like the guide says) and everything build (Yay!  :)).

Now starts the problem..

First, the guide is not really that good at the debugging part. I set up the debug (I guess the (name) part has to be the psclient) :
 Under properties->debugging change:
 Command to: C:\development\planeshift\psclient.exe
 Working directory to: C:\development\planeshift\

and then I right-click the 'apppsclient', find 'debug' and 'start new instance' (I hope this is right). I get this before the client crashes :

'psclient.exe': Loaded 'C:\development\planeshift\psclient.exe', Symbols loaded.
'psclient.exe': Loaded 'C:\WINDOWS\system32\ntdll.dll'
'psclient.exe': Loaded 'C:\WINDOWS\system32\kernel32.dll'
'psclient.exe': Loaded 'C:\development\planeshift\crystalspace-1.9-vc9.dll', Symbols loaded.
'psclient.exe': Loaded 'C:\development\planeshift\libz-cs.dll'
'psclient.exe': Loaded 'C:\WINDOWS\system32\msvcrt.dll'
'psclient.exe': Loaded 'C:\WINDOWS\system32\user32.dll'
'psclient.exe': Loaded 'C:\WINDOWS\system32\gdi32.dll'
'psclient.exe': Loaded 'C:\WINDOWS\system32\advapi32.dll'
'psclient.exe': Loaded 'C:\WINDOWS\system32\rpcrt4.dll'
'psclient.exe': Loaded 'C:\WINDOWS\system32\secur32.dll'
'psclient.exe': Loaded 'C:\WINDOWS\system32\shell32.dll'
'psclient.exe': Loaded 'C:\WINDOWS\system32\shlwapi.dll'
'psclient.exe': Loaded 'C:\WINDOWS\WinSxS\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.30729.5570_x-ww_0517bbc6\msvcp90.dll'
'psclient.exe': Loaded 'C:\WINDOWS\WinSxS\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.30729.5570_x-ww_0517bbc6\msvcr90.dll'
'psclient.exe': Loaded 'C:\development\planeshift\libcal3d-csvc9.dll'
'psclient.exe': Loaded 'C:\WINDOWS\system32\ws2_32.dll'
'psclient.exe': Loaded 'C:\WINDOWS\system32\ws2help.dll'
'psclient.exe': Loaded 'C:\WINDOWS\system32\imm32.dll'
'psclient.exe': Loaded 'C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.6028_x-ww_61e65202\comctl32.dll'
'psclient.exe': Loaded 'C:\development\CS\vfs.dll', Symbols loaded.
'psclient.exe': Loaded 'C:\WINDOWS\system32\shfolder.dll'
'psclient.exe': Loaded 'C:\development\CS\reporter.dll', Symbols loaded.
'psclient.exe': Loaded 'C:\development\CS\stdrep.dll', Symbols loaded.
'psclient.exe': Loaded 'C:\development\CS\gl3d.dll', Symbols loaded.
'psclient.exe': Loaded 'C:\WINDOWS\system32\opengl32.dll'
'psclient.exe': Loaded 'C:\WINDOWS\system32\glu32.dll'
'psclient.exe': Loaded 'C:\WINDOWS\system32\ddraw.dll'
'psclient.exe': Loaded 'C:\WINDOWS\system32\dciman32.dll'
'psclient.exe': Loaded 'C:\development\CS\crystalspace_opengl-1.9-vc9.dll', Symbols loaded.
'psclient.exe': Loaded 'C:\development\CS\freefnt2.dll', Symbols loaded.
'psclient.exe': Loaded 'C:\development\CS\libfreetype2-cs.dll', Symbols loaded.
'psclient.exe': Loaded 'C:\development\CS\csfont.dll', Symbols loaded.
'psclient.exe': Loaded 'C:\development\CS\fontplex.dll', Symbols loaded.
'psclient.exe': Loaded 'C:\development\CS\glwin32.dll', Symbols loaded.
'psclient.exe': Loaded 'C:\WINDOWS\system32\version.dll'
'psclient.exe': Loaded 'C:\development\CS\crystalspace_windows-1.9-vc9.dll', Symbols loaded.
'psclient.exe': Loaded 'C:\development\CS\sndsysloader.dll', Symbols loaded.
'psclient.exe': Loaded 'C:\development\CS\sndsyswav.dll', Symbols loaded.
'psclient.exe': Loaded 'C:\development\CS\sndsysogg.dll', Symbols loaded.
'psclient.exe': Loaded 'C:\development\CS\libvorbisfile-cs.dll', Symbols loaded.
'psclient.exe': Loaded 'C:\development\CS\libvorbis-cs.dll', Symbols loaded.
'psclient.exe': Loaded 'C:\development\CS\libogg-cs.dll', Symbols loaded.
'psclient.exe': Loaded 'C:\development\CS\sndsysspeex.dll', Symbols loaded.
'psclient.exe': Loaded 'C:\development\CS\libspeex-cs.dll', Symbols loaded.
'psclient.exe': Loaded 'C:\development\CS\dsplex.dll', Symbols loaded.
'psclient.exe': Loaded 'C:\development\CS\bindoc.dll', Symbols loaded.
'psclient.exe': Loaded 'C:\development\CS\xmltiny.dll', Symbols loaded.
'psclient.exe': Loaded 'C:\development\CS\imgplex.dll', Symbols loaded.
'psclient.exe': Loaded 'C:\development\CS\csparser.dll', Symbols loaded.
'psclient.exe': Loaded 'C:\development\CS\engine.dll', Symbols loaded.
'psclient.exe': Loaded 'C:\development\CS\shadermgr.dll', Symbols loaded.
'psclient.exe': Loaded 'C:\development\CS\shaderweaver.dll', Symbols loaded.
'psclient.exe': Loaded 'C:\development\CS\xmlshader.dll', Symbols loaded.
'psclient.exe': Loaded 'C:\development\CS\cssynldr.dll', Symbols loaded.
'psclient.exe': Loaded 'C:\development\CS\engseq.dll', Symbols loaded.
'psclient.exe': Loaded 'C:\development\CS\sequence.dll', Symbols loaded.
'psclient.exe': Loaded 'C:\development\CS\sndmanager.dll', Symbols loaded.
'psclient.exe': Loaded 'C:\development\CS\spr3dbin.dll', Symbols loaded.
'psclient.exe': Loaded 'C:\development\CS\csopcode.dll', Symbols loaded.
'psclient.exe': Loaded 'C:\development\planeshift\bgloader.dll', Symbols loaded.
'psclient.exe': Loaded 'C:\development\CS\joywin.dll', Symbols loaded.
'psclient.exe': Loaded 'C:\WINDOWS\system32\dinput8.dll'
'psclient.exe': Loaded 'C:\development\CS\crystalspace_directx-1.9-vc9.dll', Symbols loaded.
'psclient.exe': Loaded 'C:\WINDOWS\system32\hid.dll'
'psclient.exe': Loaded 'C:\WINDOWS\system32\setupapi.dll'
'psclient.exe': Loaded 'C:\WINDOWS\system32\winmm.dll'
'psclient.exe': Loaded 'C:\WINDOWS\system32\wintrust.dll'
'psclient.exe': Loaded 'C:\WINDOWS\system32\crypt32.dll'
'psclient.exe': Loaded 'C:\WINDOWS\system32\msasn1.dll'
'psclient.exe': Loaded 'C:\WINDOWS\system32\imagehlp.dll'
'psclient.exe': Loaded 'C:\WINDOWS\system32\ntmarta.dll'
'psclient.exe': Loaded 'C:\WINDOWS\system32\ole32.dll'
'psclient.exe': Loaded 'C:\WINDOWS\system32\samlib.dll'
'psclient.exe': Loaded 'C:\WINDOWS\system32\wldap32.dll'
'psclient.exe': Loaded 'C:\WINDOWS\system32\uxtheme.dll'
'psclient.exe': Loaded 'C:\development\CS\csbmpimg.dll', Symbols loaded.
'psclient.exe': Unloaded 'C:\development\CS\joywin.dll'
'psclient.exe': Unloaded 'C:\development\CS\crystalspace_directx-1.9-vc9.dll'
'psclient.exe': Unloaded 'C:\WINDOWS\system32\dinput8.dll'
'psclient.exe': Unloaded 'C:\WINDOWS\system32\setupapi.dll'
'psclient.exe': Unloaded 'C:\WINDOWS\system32\hid.dll'
'psclient.exe': Unloaded 'C:\WINDOWS\system32\winmm.dll'
'psclient.exe': Loaded 'C:\development\CS\csddsimg.dll', Symbols loaded.
'psclient.exe': Loaded 'C:\development\CS\csgifimg.dll', Symbols loaded.
'psclient.exe': Loaded 'C:\development\CS\csjngimg.dll', Symbols loaded.
'psclient.exe': Loaded 'C:\development\CS\libmng-cs.dll', Symbols loaded.
'psclient.exe': Loaded 'C:\development\CS\libjpeg-cs.dll', Symbols loaded.
'psclient.exe': Loaded 'C:\development\CS\csjpgimg.dll', Symbols loaded.
'psclient.exe': Loaded 'C:\development\CS\cspngimg.dll', Symbols loaded.
'psclient.exe': Loaded 'C:\development\CS\libpng-cs.dll', Symbols loaded.
'psclient.exe': Loaded 'C:\development\CS\cstgaimg.dll', Symbols loaded.
'psclient.exe': Loaded 'C:\Documents and Settings\All Users\Application Data\Real\RealPlayer\BrowserRecordPlugin\Chrome\Hook\rpchrome10browserrecordhelper.dll'
'psclient.exe': Loaded 'C:\WINDOWS\system32\MSCTF.dll'
'psclient.exe': Loaded 'C:\WINDOWS\system32\MSCTFIME.IME'
'psclient.exe': Loaded 'C:\WINDOWS\system32\atioglxx.dll'
'psclient.exe': Loaded 'C:\WINDOWS\system32\mcd32.dll'
'psclient.exe': Unloaded 'C:\WINDOWS\system32\mcd32.dll'
'psclient.exe': Loaded 'C:\development\CS\rm_unshadowed.dll', Symbols loaded.
'psclient.exe': Loaded 'C:\development\CS\glshader_cg.dll', Symbols loaded.
'psclient.exe': Loaded 'C:\development\CS\cg.dll'
'psclient.exe': Loaded 'C:\development\CS\cgGL.dll'
The thread '#0 image load' (0x3f4) has exited with code 1 (0x1).
The thread '#1 thread manager' (0x944) has exited with code 1 (0x1).
The thread '#0 weaver synth' (0x5e4) has exited with code 1 (0x1).
The thread '#0 thread manager' (0x7d8) has exited with code 1 (0x1).
The thread '#1 weaver synth' (0xbc4) has exited with code 1 (0x1).
The program '[3408] psclient.exe: Native' has exited with code 1 (0x1).
« Last Edit: May 08, 2011, 05:20:26 am by lusiocoram »

weltall

  • Moderator
  • Veteran
  • *
  • Posts: 1671
    • View Profile
    • http://weltall.heliohost.org
Re: 'iAnimatedMeshFactory' : is not a member of 'CS'
« Reply #3 on: May 08, 2011, 09:57:21 am »
you need to be sure that the clibs and ps are both in the right version and build target

lusiocoram

  • Wayfarer
  • *
  • Posts: 8
    • View Profile
Re: 'iAnimatedMeshFactory' : is not a member of 'CS'
« Reply #4 on: May 08, 2011, 01:43:05 pm »
you need to be sure that the clibs and ps are both in the right version and build target

I don't know what clibs is. There is nothing in the guide about it.
I updated PS like its written in the guide.

[EDIT]
Okie, I tried updating the various programs used in building, nothing works. The result is about the same (just another error code in the end when it exits). But when I start the client, it says version 0.5.7. Is that the problem? Whats the revision number of version 0.5.6?
« Last Edit: May 08, 2011, 03:39:06 pm by lusiocoram »

weltall

  • Moderator
  • Veteran
  • *
  • Posts: 1671
    • View Profile
    • http://weltall.heliohost.org
Re: 'iAnimatedMeshFactory' : is not a member of 'CS'
« Reply #5 on: May 08, 2011, 11:48:48 pm »
cslibs

lusiocoram

  • Wayfarer
  • *
  • Posts: 8
    • View Profile
Re: 'iAnimatedMeshFactory' : is not a member of 'CS'
« Reply #6 on: May 09, 2011, 10:02:47 am »
Planeshift is updated to the latets revision, and CS is updated to revision 36044 (like in the guide).

weltall

  • Moderator
  • Veteran
  • *
  • Posts: 1671
    • View Profile
    • http://weltall.heliohost.org
Re: 'iAnimatedMeshFactory' : is not a member of 'CS'
« Reply #7 on: May 09, 2011, 10:44:42 am »
then what happens precisely?

lusiocoram

  • Wayfarer
  • *
  • Posts: 8
    • View Profile
Re: 'iAnimatedMeshFactory' : is not a member of 'CS'
« Reply #8 on: May 09, 2011, 02:53:38 pm »
then what happens precisely?

I use MSVC 9 and follow the build guide from planeshift.svn.sf.net. CS build with no errors (a few warnings though) and the PS client (apppsclient) builds with no error (also some warniings). Then I use the debugger that starts the client and the client ends right away with this line in the end (see above for the rest)

The program '[3408] psclient.exe: Native' has exited with code 1 (0x1).

If I try just to run the client from the development dir, the it does the same. It crashes right away.

weltall

  • Moderator
  • Veteran
  • *
  • Posts: 1671
    • View Profile
    • http://weltall.heliohost.org
Re: 'iAnimatedMeshFactory' : is not a member of 'CS'
« Reply #9 on: May 09, 2011, 04:32:15 pm »
usually that's not  a crash  but a normal exit(1). anyway check the console output or the errorlog

lusiocoram

  • Wayfarer
  • *
  • Posts: 8
    • View Profile
Re: 'iAnimatedMeshFactory' : is not a member of 'CS'
« Reply #10 on: May 10, 2011, 09:17:22 am »
Okie, I tried doing everything again like in the compile guide. Everything builds right with no errors, but the dang client just keep exiting right away. I have no idea what I'm doing here, so I'm giving up.  :-[

Thank you very much for you help and patience, weltall.  :)

hugs,
Linda