Welcome to the RaGEZONE - MMORPG development forums.

Full Gate To Heavens Files and Code.

This is a discussion on Full Gate To Heavens Files and Code. within the Gate To Heavens forums, part of the MMO and MMORPG Developments category; It appears the game files are no longer available for download. The download, atleast for me, says that the files ...

Page 2 of 21 FirstFirst 1234567891012 ... LastLast
Results 16 to 30 of 308
  1. #16
    Member
    Rank
    Member
    Join Date
    Nov 2008
    Location
    SoCal
    Posts
    68
    Liked
    5

    Re: Full Gate To Heavens Files and Code.

    Click
    It appears the game files are no longer available for download. The download, atleast for me, says that the files are unavailable through the download host.
    Yes my avatar is a lurker troll. He is win. He wants you to know that I lost and that its over 9000.

  2. #17
    Account Upgraded | Title Enabled!
    Rank
    Member +
    Join Date
    Dec 2005
    Location
    USA
    Posts
    1,038
    Liked
    22

    Re: Full Gate To Heavens Files and Code.

    Quote Originally Posted by Terminus View Post
    It appears the game files are no longer available for download. The download, atleast for me, says that the files are unavailable through the download host.

    links still working.. it's on megaupload host. i need to find the client

  3. #18
    Developer
    Rank
    Member +
    Join Date
    Sep 2006
    Location
    France
    Posts
    273
    Liked
    354

    Re: Full Gate To Heavens Files and Code.

    The client is include .

    About the movie , maybe you need the corect codec ?

    Right click on camcodec.inf then select Install .
    Last edited by lucky40990; 31-10-11 at 09:20 AM.
    No way

  4. #19
    root@tera:~$ sudo init 0
    Rank
    Member +
    Join Date
    Jun 2011
    Location
    root
    Posts
    277
    Liked
    19

    Re: Full Gate To Heavens Files and Code.

    Quote Originally Posted by lucky40990 View Post
    The client is include .

    About the movie , maybe you need the corect codec ?

    Right click on camcodec.inf then select Install .
    yeah.. working 100% thanks
    The quieter you become, the more you are able to hear. - BackTrack

  5. #20
    Member
    Rank
    Member
    Join Date
    Jul 2009
    Posts
    65
    Liked
    0

    Re: Full Gate To Heavens Files and Code.

    when i go to trunk/client/GTH.dsw and open it using visual C++ 6.0 and try to build it it will just error, do you have a step by step not in video. Do i setup something before i follow the video? or i should start from the video itself? i tried starting to set it up by using ur video but it will error during building the exe using the VC++6.0

    this error came out.

    Code:
    --------------------Configuration: Common - Win32 REL--------------------
    Compiling...
    d3dapp.cpp
    C:\GtH\trunk\client\Common\d3dapp.cpp(13) : fatal error C1083: Cannot open include file: 'D3D8.h': No such file or directory
    d3dfont.cpp
    C:\GtH\trunk\client\Common\d3dfont.cpp(9) : fatal error C1083: Cannot open include file: 'D3DX8.h': No such file or directory
    d3dutil.cpp
    C:\GtH\trunk\client\Common\D3DUtil.h(8) : fatal error C1083: Cannot open include file: 'D3D8.h': No such file or directory
    diutil.cpp
    C:\GtH\trunk\client\Common\DIUtil.h(22) : error C2146: syntax error : missing ';' before identifier 'pdidDevice'
    C:\GtH\trunk\client\Common\DIUtil.h(22) : error C2501: 'LPDIRECTINPUTDEVICE8' : missing storage-class or type specifiers
    C:\GtH\trunk\client\Common\DIUtil.h(22) : error C2501: 'pdidDevice' : missing storage-class or type specifiers
    C:\GtH\trunk\client\Common\DIUtil.h(33) : error C2146: syntax error : missing ';' before identifier 'm_pDI'
    C:\GtH\trunk\client\Common\DIUtil.h(33) : error C2501: 'LPDIRECTINPUT8' : missing storage-class or type specifiers
    C:\GtH\trunk\client\Common\DIUtil.h(33) : error C2501: 'm_pDI' : missing storage-class or type specifiers
    C:\GtH\trunk\client\Common\DIUtil.h(37) : error C2146: syntax error : missing ';' before identifier 'm_diaf'
    C:\GtH\trunk\client\Common\DIUtil.h(37) : error C2501: 'DIACTIONFORMAT' : missing storage-class or type specifiers
    C:\GtH\trunk\client\Common\DIUtil.h(37) : error C2501: 'm_diaf' : missing storage-class or type specifiers
    C:\GtH\trunk\client\Common\DIUtil.h(44) : error C2061: syntax error : identifier 'LPDIRECTINPUTDEVICE8'
    C:\GtH\trunk\client\Common\DIUtil.h(51) : error C2061: syntax error : identifier 'DIACTIONFORMAT'
    C:\GtH\trunk\client\Common\DIUtil.h(52) : error C2061: syntax error : identifier 'DIACTIONFORMAT'
    C:\GtH\trunk\client\Common\diutil.cpp(30) : error C2065: 'm_pDI' : undeclared identifier
    C:\GtH\trunk\client\Common\diutil.cpp(52) : error C2039: 'pdidDevice' : is not a member of 'DeviceInfo'
            C:\GtH\trunk\client\Common\DIUtil.h(21) : see declaration of 'DeviceInfo'
    C:\GtH\trunk\client\Common\diutil.cpp(52) : error C2227: left of '->Unacquire' must point to class/struct/union
    C:\GtH\trunk\client\Common\diutil.cpp(53) : error C2039: 'pdidDevice' : is not a member of 'DeviceInfo'
            C:\GtH\trunk\client\Common\DIUtil.h(21) : see declaration of 'DeviceInfo'
    C:\GtH\trunk\client\Common\diutil.cpp(53) : error C2227: left of '->Release' must point to class/struct/union
    C:\GtH\trunk\client\Common\diutil.cpp(54) : error C2039: 'pdidDevice' : is not a member of 'DeviceInfo'
            C:\GtH\trunk\client\Common\DIUtil.h(21) : see declaration of 'DeviceInfo'
    C:\GtH\trunk\client\Common\diutil.cpp(62) : error C2227: left of '->Release' must point to class/struct/union
    C:\GtH\trunk\client\Common\diutil.cpp(95) : error C2146: syntax error : missing ',' before identifier 'pdidDevice'
    C:\GtH\trunk\client\Common\diutil.cpp(95) : error C2061: syntax error : identifier 'pdidDevice'
    C:\GtH\trunk\client\Common\diutil.cpp(96) : error C2511: 'AddDevice' : overloaded member function 'long (const struct DIDEVICEINSTANCEA *,const int)' not found in 'CInputDeviceManager'
            C:\GtH\trunk\client\Common\DIUtil.h(18) : see declaration of 'CInputDeviceManager'
    C:\GtH\trunk\client\Common\diutil.cpp(152) : error C2061: syntax error : identifier 'LPDIRECTINPUTDEVICE8'
    C:\GtH\trunk\client\Common\diutil.cpp(157) : error C2065: 'pContext' : undeclared identifier
    C:\GtH\trunk\client\Common\diutil.cpp(171) : error C2065: 'DIACTIONFORMAT' : undeclared identifier
    C:\GtH\trunk\client\Common\diutil.cpp(171) : error C2065: 'diaf' : undeclared identifier
    C:\GtH\trunk\client\Common\diutil.cpp(171) : error C2275: 'BOOL' : illegal use of this type as an expression
            C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\windef.h(142) : see declaration of 'BOOL'
    C:\GtH\trunk\client\Common\diutil.cpp(171) : error C2146: syntax error : missing ')' before identifier 'bReenumerate'
    C:\GtH\trunk\client\Common\diutil.cpp(171) : error C2350: 'CInputDeviceManager::SetActionFormat' is not a static member
    C:\GtH\trunk\client\Common\diutil.cpp(171) : error C2078: too many initializers
    C:\GtH\trunk\client\Common\diutil.cpp(171) : error C2275: 'BOOL' : illegal use of this type as an expression
            C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\windef.h(142) : see declaration of 'BOOL'
    C:\GtH\trunk\client\Common\diutil.cpp(171) : error C2059: syntax error : ')'
    C:\GtH\trunk\client\Common\diutil.cpp(172) : error C2143: syntax error : missing ';' before '{'
    C:\GtH\trunk\client\Common\diutil.cpp(172) : error C2447: missing function header (old-style formal list?)
    C:\GtH\trunk\client\Common\diutil.cpp(230) : error C2061: syntax error : identifier 'DIACTIONFORMAT'
    C:\GtH\trunk\client\Common\diutil.cpp(239) : error C2065: 'AddDeviceCallback' : undeclared identifier
    C:\GtH\trunk\client\Common\diutil.cpp(239) : error C2440: '=' : cannot convert from 'int' to 'long (__stdcall *)(struct CInputDeviceManager::DeviceInfo *,const struct DIDEVICEINSTANCEA *,void *)'
            Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or function-style cast
    C:\GtH\trunk\client\Common\diutil.cpp(240) : error C2065: 'pCallbackParam' : undeclared identifier
    C:\GtH\trunk\client\Common\diutil.cpp(240) : error C2440: '=' : cannot convert from 'int' to 'void *'
            Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or function-style cast
    C:\GtH\trunk\client\Common\diutil.cpp(243) : error C2065: 'DirectInput8Create' : undeclared identifier
    C:\GtH\trunk\client\Common\diutil.cpp(244) : error C2065: 'IID_IDirectInput8' : undeclared identifier
    C:\GtH\trunk\client\Common\diutil.cpp(269) : error C2065: 'DICOLORSET' : undeclared identifier
    C:\GtH\trunk\client\Common\diutil.cpp(269) : error C2146: syntax error : missing ';' before identifier 'dics'
    C:\GtH\trunk\client\Common\diutil.cpp(269) : error C2065: 'dics' : undeclared identifier
    C:\GtH\trunk\client\Common\diutil.cpp(271) : error C2228: left of '.dwSize' must have class/struct/union type
    C:\GtH\trunk\client\Common\diutil.cpp(274) : error C2065: 'DICONFIGUREDEVICESPARAMS' : undeclared identifier
    C:\GtH\trunk\client\Common\diutil.cpp(274) : error C2146: syntax error : missing ';' before identifier 'dicdp'
    C:\GtH\trunk\client\Common\diutil.cpp(274) : error C2065: 'dicdp' : undeclared identifier
    C:\GtH\trunk\client\Common\diutil.cpp(276) : error C2228: left of '.dwSize' must have class/struct/union type
    C:\GtH\trunk\client\Common\diutil.cpp(277) : error C2228: left of '.dwcFormats' must have class/struct/union type
    C:\GtH\trunk\client\Common\diutil.cpp(278) : error C2228: left of '.lprgFormats' must have class/struct/union type
    C:\GtH\trunk\client\Common\diutil.cpp(278) : error C2065: 'm_diaf' : undeclared identifier
    C:\GtH\trunk\client\Common\diutil.cpp(279) : error C2228: left of '.hwnd' must have class/struct/union type
    C:\GtH\trunk\client\Common\diutil.cpp(280) : error C2228: left of '.lpUnkDDSTarget' must have class/struct/union type
    C:\GtH\trunk\client\Common\diutil.cpp(284) : error C2228: left of '.dwcUsers' must have class/struct/union type
    C:\GtH\trunk\client\Common\diutil.cpp(285) : error C2228: left of '.lptszUserNames' must have class/struct/union type
    C:\GtH\trunk\client\Common\diutil.cpp(291) : error C2227: left of '->ConfigureDevices' must point to class/struct/union
    C:\GtH\trunk\client\Common\diutil.cpp(291) : error C2065: 'LPDICONFIGUREDEVICESCALLBACK' : undeclared identifier
    C:\GtH\trunk\client\Common\diutil.cpp(291) : error C2146: syntax error : missing ')' before identifier 'ConfigureDevicesCB'
    C:\GtH\trunk\client\Common\diutil.cpp(292) : error C2059: syntax error : ')'
    C:\GtH\trunk\client\Common\diutil.cpp(296) : error C2065: 'DICD_EDIT' : undeclared identifier
    C:\GtH\trunk\client\Common\diutil.cpp(316) : error C2039: 'pdidDevice' : is not a member of 'DeviceInfo'
            C:\GtH\trunk\client\Common\DIUtil.h(21) : see declaration of 'DeviceInfo'
    C:\GtH\trunk\client\Common\diutil.cpp(316) : error C2227: left of '->Unacquire' must point to class/struct/union
    C:\GtH\trunk\client\Common\diutil.cpp(335) : error C2039: 'pdidDevice' : is not a member of 'DeviceInfo'
            C:\GtH\trunk\client\Common\DIUtil.h(21) : see declaration of 'DeviceInfo'
    C:\GtH\trunk\client\Common\diutil.cpp(335) : error C2227: left of '->SetCooperativeLevel' must point to class/struct/union
    C:\GtH\trunk\client\Common\diutil.cpp(336) : error C2065: 'DISCL_NOWINKEY' : undeclared identifier
    dmutil.cpp
    C:\GtH\trunk\client\Common\dmutil.cpp(9) : fatal error C1083: Cannot open include file: 'dmusicc.h': No such file or directory
    dsutil.cpp
    C:\GtH\trunk\client\Common\dsutil.cpp(13) : fatal error C1083: Cannot open include file: 'dxerr8.h': No such file or directory
    Error executing cl.exe.
    
    client.exe - 71 error(s), 0 warning(s)
    or maybe you can help me have a pre-made one? "192.168.2.100"

  6. #21
    Developer
    Rank
    Member +
    Join Date
    Sep 2006
    Location
    France
    Posts
    273
    Liked
    354

    Re: Full Gate To Heavens Files and Code.

    Hum your error is due of your configuration of VC 6++ .

    You need add to your include files and library the DX SDK who is include in my .7z .
    No way

  7. #22
    Member
    Rank
    Member
    Join Date
    Jul 2009
    Posts
    65
    Liked
    0

    Re: Full Gate To Heavens Files and Code.

    Should i only put DX SDK files in VC++ folder library? no more other files?

    should i also put
    \GameServer\LIB folder
    \client\LIB folder
    \LoginServer\lib Folder

    inside the VC++ Library?


    and what do you mean by this?
    Code:
    [DB_PARAM]
    Name0=lol
    Password0=lol
    and i have error building client.exe
    Code:
    --------------------Configuration: GTH - Win32 REL PACK--------------------
    Linking...
    LINK : fatal error LNK1104: cannot open file "nafxcw.lib"
    Error executing link.exe.
    
    client.exe - 1 error(s), 0 warning(s)
    Last edited by RxChris; 31-10-11 at 04:55 PM.

  8. #23
    Developer
    Rank
    Member +
    Join Date
    Sep 2006
    Location
    France
    Posts
    273
    Liked
    354

    Re: Full Gate To Heavens Files and Code.

    You need add the include folder and lib folder to the directory.

    http://hpics.li/8e9335b
    No way

  9. #24
    root@tera:~$ sudo init 0
    Rank
    Member +
    Join Date
    Jun 2011
    Location
    root
    Posts
    277
    Liked
    19

    Re: Full Gate To Heavens Files and Code.

    Quote Originally Posted by lucky40990 View Post
    You need add the include folder and lib folder to the directory.

    seting - HostingPics.net - Hļæ½bergement d'images gratuit
    I have done its but have this problem :

    PHP Code:
    --------------------ConfigurationCommon Win32 REL--------------------
    Compiling...
    d3dapp.cpp
    C
    :\GTH Files\trunk\client\Common\d3dapp.cpp(1440) : error C2664'DialogBoxParamA' cannot convert parameter 4 from 'long (struct HWND__ *,unsigned int,unsigned int,long)' to 'int (__stdcall *)(struct HWND__ *,unsigned int,unsigned int,long)'
            
    None of the functions with this name in scope match the target type
    d3dfont
    .cpp
    d3dutil
    .cpp
    diutil
    .cpp
    C
    :\GTH Files\trunk\client\Common\DIUtil.h(22) : error C2146syntax error missing ';' before identifier 'pdidDevice'
    C:\GTH Files\trunk\client\Common\DIUtil.h(22) : error C2501'LPDIRECTINPUTDEVICE8' missing storage-class or type specifiers
    C
    :\GTH Files\trunk\client\Common\DIUtil.h(22) : error C2501'pdidDevice' missing storage-class or type specifiers
    C
    :\GTH Files\trunk\client\Common\DIUtil.h(33) : error C2146syntax error missing ';' before identifier 'm_pDI'
    C:\GTH Files\trunk\client\Common\DIUtil.h(33) : error C2501'LPDIRECTINPUT8' missing storage-class or type specifiers
    C
    :\GTH Files\trunk\client\Common\DIUtil.h(33) : error C2501'm_pDI' missing storage-class or type specifiers
    C
    :\GTH Files\trunk\client\Common\DIUtil.h(37) : error C2146syntax error missing ';' before identifier 'm_diaf'
    C:\GTH Files\trunk\client\Common\DIUtil.h(37) : error C2501'DIACTIONFORMAT' missing storage-class or type specifiers
    C
    :\GTH Files\trunk\client\Common\DIUtil.h(37) : error C2501'm_diaf' missing storage-class or type specifiers
    C
    :\GTH Files\trunk\client\Common\DIUtil.h(44) : error C2061syntax error identifier 'LPDIRECTINPUTDEVICE8'
    C:\GTH Files\trunk\client\Common\DIUtil.h(51) : error C2061syntax error identifier 'DIACTIONFORMAT'
    C:\GTH Files\trunk\client\Common\DIUtil.h(52) : error C2061syntax error identifier 'DIACTIONFORMAT'
    C:\GTH Files\trunk\client\Common\diutil.cpp(30) : error C2065'm_pDI' undeclared identifier
    C
    :\GTH Files\trunk\client\Common\diutil.cpp(52) : error C2039'pdidDevice' is not a member of 'DeviceInfo'
            
    C:\GTH Files\trunk\client\Common\DIUtil.h(21) : see declaration of 'DeviceInfo'
    C:\GTH Files\trunk\client\Common\diutil.cpp(52) : error C2227left of '->Unacquire' must point to class/struct/union
    C
    :\GTH Files\trunk\client\Common\diutil.cpp(53) : error C2039'pdidDevice' is not a member of 'DeviceInfo'
            
    C:\GTH Files\trunk\client\Common\DIUtil.h(21) : see declaration of 'DeviceInfo'
    C:\GTH Files\trunk\client\Common\diutil.cpp(53) : error C2227left of '->Release' must point to class/struct/union
    C
    :\GTH Files\trunk\client\Common\diutil.cpp(54) : error C2039'pdidDevice' is not a member of 'DeviceInfo'
            
    C:\GTH Files\trunk\client\Common\DIUtil.h(21) : see declaration of 'DeviceInfo'
    C:\GTH Files\trunk\client\Common\diutil.cpp(62) : error C2227left of '->Release' must point to class/struct/union
    C
    :\GTH Files\trunk\client\Common\diutil.cpp(95) : error C2146syntax error missing ',' before identifier 'pdidDevice'
    C:\GTH Files\trunk\client\Common\diutil.cpp(95) : error C2061syntax error identifier 'pdidDevice'
    C:\GTH Files\trunk\client\Common\diutil.cpp(96) : error C2511'AddDevice' overloaded member function 'long (const struct DIDEVICEINSTANCEA *,const int)' not found in 'CInputDeviceManager'
            
    C:\GTH Files\trunk\client\Common\DIUtil.h(18) : see declaration of 'CInputDeviceManager'
    C:\GTH Files\trunk\client\Common\diutil.cpp(152) : error C2061syntax error identifier 'LPDIRECTINPUTDEVICE8'
    C:\GTH Files\trunk\client\Common\diutil.cpp(157) : error C2065'pContext' undeclared identifier
    C
    :\GTH Files\trunk\client\Common\diutil.cpp(171) : error C2065'DIACTIONFORMAT' undeclared identifier
    C
    :\GTH Files\trunk\client\Common\diutil.cpp(171) : error C2065'diaf' undeclared identifier
    C
    :\GTH Files\trunk\client\Common\diutil.cpp(171) : error C2275'BOOL' illegal use of this type as an expression
            C
    :\Program Files\Microsoft Visual Studio\VC98\INCLUDE\windef.h(142) : see declaration of 'BOOL'
    C:\GTH Files\trunk\client\Common\diutil.cpp(171) : error C2146syntax error missing ')' before identifier 'bReenumerate'
    C:\GTH Files\trunk\client\Common\diutil.cpp(171) : error C2350'CInputDeviceManager::SetActionFormat' is not a static member
    C
    :\GTH Files\trunk\client\Common\diutil.cpp(171) : error C2078too many initializers
    C
    :\GTH Files\trunk\client\Common\diutil.cpp(171) : error C2275'BOOL' illegal use of this type as an expression
            C
    :\Program Files\Microsoft Visual Studio\VC98\INCLUDE\windef.h(142) : see declaration of 'BOOL'
    C:\GTH Files\trunk\client\Common\diutil.cpp(171) : error C2059syntax error ')'
    C:\GTH Files\trunk\client\Common\diutil.cpp(172) : error C2143syntax error missing ';' before '{'
    C:\GTH Files\trunk\client\Common\diutil.cpp(172) : error C2447missing function header (old-style formal list?)
    C:\GTH Files\trunk\client\Common\diutil.cpp(230) : error C2061syntax error identifier 'DIACTIONFORMAT'
    C:\GTH Files\trunk\client\Common\diutil.cpp(239) : error C2065'AddDeviceCallback' undeclared identifier
    C
    :\GTH Files\trunk\client\Common\diutil.cpp(239) : error C2440'=' cannot convert from 'int' to 'long (__stdcall *)(struct CInputDeviceManager::DeviceInfo *,const struct DIDEVICEINSTANCEA *,void *)'
            
    Conversion from integral type to pointer type requires reinterpret_castC-style cast or function-style cast
    C
    :\GTH Files\trunk\client\Common\diutil.cpp(240) : error C2065'pCallbackParam' undeclared identifier
    C
    :\GTH Files\trunk\client\Common\diutil.cpp(240) : error C2440'=' cannot convert from 'int' to 'void *'
            
    Conversion from integral type to pointer type requires reinterpret_castC-style cast or function-style cast
    C
    :\GTH Files\trunk\client\Common\diutil.cpp(243) : error C2065'DirectInput8Create' undeclared identifier
    C
    :\GTH Files\trunk\client\Common\diutil.cpp(244) : error C2065'IID_IDirectInput8' undeclared identifier
    C
    :\GTH Files\trunk\client\Common\diutil.cpp(269) : error C2065'DICOLORSET' undeclared identifier
    C
    :\GTH Files\trunk\client\Common\diutil.cpp(269) : error C2146syntax error missing ';' before identifier 'dics'
    C:\GTH Files\trunk\client\Common\diutil.cpp(269) : error C2065'dics' undeclared identifier
    C
    :\GTH Files\trunk\client\Common\diutil.cpp(271) : error C2228left of '.dwSize' must have class/struct/union type
    C
    :\GTH Files\trunk\client\Common\diutil.cpp(274) : error C2065'DICONFIGUREDEVICESPARAMS' undeclared identifier
    C
    :\GTH Files\trunk\client\Common\diutil.cpp(274) : error C2146syntax error missing ';' before identifier 'dicdp'
    C:\GTH Files\trunk\client\Common\diutil.cpp(274) : error C2065'dicdp' undeclared identifier
    C
    :\GTH Files\trunk\client\Common\diutil.cpp(276) : error C2228left of '.dwSize' must have class/struct/union type
    C
    :\GTH Files\trunk\client\Common\diutil.cpp(277) : error C2228left of '.dwcFormats' must have class/struct/union type
    C
    :\GTH Files\trunk\client\Common\diutil.cpp(278) : error C2228left of '.lprgFormats' must have class/struct/union type
    C
    :\GTH Files\trunk\client\Common\diutil.cpp(278) : error C2065'm_diaf' undeclared identifier
    C
    :\GTH Files\trunk\client\Common\diutil.cpp(279) : error C2228left of '.hwnd' must have class/struct/union type
    C
    :\GTH Files\trunk\client\Common\diutil.cpp(280) : error C2228left of '.lpUnkDDSTarget' must have class/struct/union type
    C
    :\GTH Files\trunk\client\Common\diutil.cpp(284) : error C2228left of '.dwcUsers' must have class/struct/union type
    C
    :\GTH Files\trunk\client\Common\diutil.cpp(285) : error C2228left of '.lptszUserNames' must have class/struct/union type
    C
    :\GTH Files\trunk\client\Common\diutil.cpp(291) : error C2227left of '->ConfigureDevices' must point to class/struct/union
    C
    :\GTH Files\trunk\client\Common\diutil.cpp(291) : error C2065'LPDICONFIGUREDEVICESCALLBACK' undeclared identifier
    C
    :\GTH Files\trunk\client\Common\diutil.cpp(291) : error C2146syntax error missing ')' before identifier 'ConfigureDevicesCB'
    C:\GTH Files\trunk\client\Common\diutil.cpp(292) : error C2059syntax error ')'
    C:\GTH Files\trunk\client\Common\diutil.cpp(296) : error C2065'DICD_EDIT' undeclared identifier
    C
    :\GTH Files\trunk\client\Common\diutil.cpp(316) : error C2039'pdidDevice' is not a member of 'DeviceInfo'
            
    C:\GTH Files\trunk\client\Common\DIUtil.h(21) : see declaration of 'DeviceInfo'
    C:\GTH Files\trunk\client\Common\diutil.cpp(316) : error C2227left of '->Unacquire' must point to class/struct/union
    C
    :\GTH Files\trunk\client\Common\diutil.cpp(335) : error C2039'pdidDevice' is not a member of 'DeviceInfo'
            
    C:\GTH Files\trunk\client\Common\DIUtil.h(21) : see declaration of 'DeviceInfo'
    C:\GTH Files\trunk\client\Common\diutil.cpp(335) : error C2227left of '->SetCooperativeLevel' must point to class/struct/union
    C
    :\GTH Files\trunk\client\Common\diutil.cpp(336) : error C2065'DISCL_NOWINKEY' undeclared identifier
    dmutil
    .cpp
    C
    :\DX8SDK\INCLUDE\dsound.h(303) : error C2146syntax error missing ';' before identifier 'dwReserved1'
    C:\DX8SDK\INCLUDE\dsound.h(303) : error C2501'DWORD_PTR' missing storage-class or type specifiers
    C
    :\DX8SDK\INCLUDE\dsound.h(303) : error C2501'dwReserved1' missing storage-class or type specifiers
    C
    :\DX8SDK\INCLUDE\dsound.h(304) : error C2146syntax error missing ';' before identifier 'dwReserved2'
    C:\DX8SDK\INCLUDE\dsound.h(304) : error C2501'DWORD_PTR' missing storage-class or type specifiers
    C
    :\DX8SDK\INCLUDE\dsound.h(304) : error C2501'dwReserved2' missing storage-class or type specifiers
    dsutil
    .cpp
    C
    :\GTH Files\trunk\client\Common\DSUtil.h(50) : error C2146syntax error missing ';' before identifier 'm_pDS'
    C:\GTH Files\trunk\client\Common\DSUtil.h(50) : error C2501'LPDIRECTSOUND8' missing storage-class or type specifiers
    C
    :\GTH Files\trunk\client\Common\DSUtil.h(50) : error C2501'm_pDS' missing storage-class or type specifiers
    C
    :\GTH Files\trunk\client\Common\DSUtil.h(57) : error C2146syntax error missing ';' before identifier 'GetDirectSound'
    C:\GTH Files\trunk\client\Common\DSUtil.h(57) : error C2433'LPDIRECTSOUND8' 'inline' not permitted on data declarations
    C
    :\GTH Files\trunk\client\Common\DSUtil.h(57) : error C2501'LPDIRECTSOUND8' missing storage-class or type specifiers
    C
    :\GTH Files\trunk\client\Common\DSUtil.h(57) : warning C4183'GetDirectSound'member function definition looks like a ctorbut name does not match enclosing class
    C:\GTH Files\trunk\client\Common\dsutil.cpp(27) : error C2065'm_pDS' undeclared identifier
    C
    :\GTH Files\trunk\client\Common\dsutil.cpp(39) : error C2227left of '->Release' must point to class/struct/union
    C
    :\GTH Files\trunk\client\Common\dsutil.cpp(58) : error C2227left of '->Release' must point to class/struct/union
    C
    :\GTH Files\trunk\client\Common\dsutil.cpp(61) : error C2065'DirectSoundCreate8' undeclared identifier
    C
    :\GTH Files\trunk\client\Common\dsutil.cpp(65) : error C2227left of '->SetCooperativeLevel' must point to class/struct/union
    C
    :\GTH Files\trunk\client\Common\dsutil.cpp(104) : error C2227left of '->CreateSoundBuffer' must point to class/struct/union
    C
    :\GTH Files\trunk\client\Common\dsutil.cpp(148) : error C2227left of '->CreateSoundBuffer' must point to class/struct/union
    C
    :\GTH Files\trunk\client\Common\dsutil.cpp(213) : error C2039'guid3DAlgorithm' is not a member of '_DSBUFFERDESC'
            
    C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\dsound.h(96) : see declaration of '_DSBUFFERDESC'
    C:\GTH Files\trunk\client\Common\dsutil.cpp(218) : error C2227left of '->CreateSoundBuffer' must point to class/struct/union
    C
    :\GTH Files\trunk\client\Common\dsutil.cpp(222) : error C2065'DS_NO_VIRTUALIZATION' undeclared identifier
    C
    :\GTH Files\trunk\client\Common\dsutil.cpp(230) : error C2065'DSERR_BUFFERTOOSMALL' undeclared identifier
    dxutil
    .cpp
    Error executing cl
    .exe.

    client.exe 90 error(s), 1 warning(s
    The quieter you become, the more you are able to hear. - BackTrack

  10. #25
    Member
    Rank
    Member
    Join Date
    Apr 2011
    Posts
    40
    Liked
    1

    Re: Full Gate To Heavens Files and Code.

    Part of the file does not exist.

  11. #26
    root@tera:~$ sudo init 0
    Rank
    Member +
    Join Date
    Jun 2011
    Location
    root
    Posts
    277
    Liked
    19

    Re: Full Gate To Heavens Files and Code.

    @Kang Jinsu what missing?
    The quieter you become, the more you are able to hear. - BackTrack

  12. #27
    Developer
    Rank
    Member +
    Join Date
    Sep 2006
    Location
    France
    Posts
    273
    Liked
    354

    Re: Full Gate To Heavens Files and Code.

    Not realy , you need to install VC 6++ sp6 ;) and order the lib and include files of dx sdk like my screenshots :P

    Sincerly,
    Last edited by lucky40990; 01-11-11 at 06:36 PM.
    No way

  13. #28
    root@tera:~$ sudo init 0
    Rank
    Member +
    Join Date
    Jun 2011
    Location
    root
    Posts
    277
    Liked
    19

    Re: Full Gate To Heavens Files and Code.

    i already install install VC 6++ sp6 and order the lib and include files of dx sdk like your screenshots but have same problem
    The quieter you become, the more you are able to hear. - BackTrack

  14. #29
    Developer
    Rank
    Member +
    Join Date
    Sep 2006
    Location
    France
    Posts
    273
    Liked
    354

    Re: Full Gate To Heavens Files and Code.

    seems to works fine for me
    No way

  15. #30
    Member
    Rank
    Member
    Join Date
    Jul 2010
    Posts
    60
    Liked
    2

    Re: Full Gate To Heavens Files and Code.

    same problem

 

 
Page 2 of 21 FirstFirst 1234567891012 ... LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •