How to Compile a DLL with Video menu

Shout-Out

User Tag List

Page 3 of 6 FirstFirst 123456 LastLast
Results 31 to 45 of 84
  1. #31
    1337w33d's Avatar Member
    Reputation
    6
    Join Date
    Jan 2008
    Posts
    42
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank you, just checked back here for the guide, downloaded it somewhere else. Thank you though

    How to Compile a DLL with Video
  2. #32
    SectorSeven's Avatar Banned
    Reputation
    444
    Join Date
    Oct 2007
    Posts
    1,948
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ha no problem, this week im really busy sorry for my response time being slowed.

  3. #33
    sebbe00's Avatar Member
    Reputation
    9
    Join Date
    Nov 2007
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i'm not that experienced in c++ programming, but i've tried to compile ascent to.. as they say i should to fix this but don't work, you see when i build the solution an error coming up in the error bar, it can't find Ascent-Lib, please help me

  4. #34
    jay08's Avatar Member
    Reputation
    4
    Join Date
    Jun 2008
    Posts
    39
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    As always Sector another quality guide +Rep

  5. #35
    SectorSeven's Avatar Banned
    Reputation
    444
    Join Date
    Oct 2007
    Posts
    1,948
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hahaha thanks, and you don't need any experience in C++ programming.

  6. #36
    Neth'zul's Avatar Banned
    Reputation
    204
    Join Date
    Nov 2007
    Posts
    887
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Good job yet again S7! +repzors!

  7. #37
    SectorSeven's Avatar Banned
    Reputation
    444
    Join Date
    Oct 2007
    Posts
    1,948
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Lol, thanks man!

  8. #38
    computerwiz656's Avatar Member
    Reputation
    14
    Join Date
    Mar 2008
    Posts
    39
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    can someone please help me i keep getting this error message and i have gone though 2 ascent SVN sites including the one SectorSeven gave

    1>------ Build started: Project: GlobalNPC, Configuration: Release Win32 ------
    1>Compiling...
    1>Gossip_Battlemaster.cpp
    1>c1xx : fatal error C1083: Cannot open source file: '..\src\GlobalNPC\Gossip_Battlemaster.cpp': No such file or directory
    1>Setup.cpp
    1>c:\SVN\Ascent\trunk\src\ascent-world\StdAfx.h(51) : fatal error C1083: Cannot open include file: 'zlib.h': No such file or directory
    1>Build log was saved at "file://c:\SVN\Ascent\trunk\src\scripts\projects\2008_int_release_GlobalNPC\BuildLog.htm "
    1>GlobalNPC - 2 error(s), 0 warning(s)
    ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

    it cant find the zlib on both am i doing something wrong?

  9. #39
    computerwiz656's Avatar Member
    Reputation
    14
    Join Date
    Mar 2008
    Posts
    39
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    1>c1xx : fatal error C1083: Cannot open source file: '..\src\GlobalNPC\Gossip_Battlemaster.cpp': No such file or directory
    This error can be ignored lol i forgot to take it out but i still get the error with the zlib

  10. #40
    FinnZor's Avatar Member
    Reputation
    50
    Join Date
    May 2008
    Posts
    119
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I am getting this :



    1>------ Build started: Project: GlobalNPC, Configuration: Release Win32 ------
    1>Compiling...
    1>GlobalNPC.cpp
    1>..\src\GlobalNPC\GlobalNPC.cpp(1) : error C2059: syntax error : 'constant'
    1>..\src\GlobalNPC\GlobalNPC.cpp(3) : error C2059: syntax error : 'constant'
    1>..\src\GlobalNPC\GlobalNPC.cpp(5) : error C2059: syntax error : 'constant'
    1>..\src\GlobalNPC\GlobalNPC.cpp(1 : error C2059: syntax error : 'public'
    1>..\src\GlobalNPC\GlobalNPC.cpp(20) : error C2143: syntax error : missing ';' before '{'
    1>..\src\GlobalNPC\GlobalNPC.cpp(20) : error C2447: '{' : missing function header (old-style formal list?)
    1>..\src\GlobalNPC\GlobalNPC.cpp(39) : error C2059: syntax error : 'constant'
    1>..\src\GlobalNPC\GlobalNPC.cpp(40) : error C2653: 'GlobalNPC' : is not a class or namespace name
    1>..\src\GlobalNPC\GlobalNPC.cpp(42) : error C2143: syntax error : missing ';' before '{'
    1>..\src\GlobalNPC\GlobalNPC.cpp(42) : error C2447: '{' : missing function header (old-style formal list?)
    1>..\src\GlobalNPC\GlobalNPC.cpp(83) : error C2059: syntax error : 'constant'
    1>..\src\GlobalNPC\GlobalNPC.cpp(86) : error C2653: 'GlobalNPC' : is not a class or namespace name
    1>..\src\GlobalNPC\GlobalNPC.cpp(8 : error C2143: syntax error : missing ';' before '{'
    1>..\src\GlobalNPC\GlobalNPC.cpp(8 : error C2447: '{' : missing function header (old-style formal list?)
    1>..\src\GlobalNPC\GlobalNPC.cpp(1457) : error C2059: syntax error : 'constant'
    1>..\src\GlobalNPC\GlobalNPC.cpp(1460) : error C2653: 'GlobalNPC' : is not a class or namespace name
    1>..\src\GlobalNPC\GlobalNPC.cpp(1462) : error C2143: syntax error : missing ';' before '{'
    1>..\src\GlobalNPC\GlobalNPC.cpp(1462) : error C2447: '{' : missing function header (old-style formal list?)
    1>..\src\GlobalNPC\GlobalNPC.cpp(1467) : error C2059: syntax error : 'constant'
    1>..\src\GlobalNPC\GlobalNPC.cpp(1472) : error C2143: syntax error : missing ';' before '{'
    1>..\src\GlobalNPC\GlobalNPC.cpp(1472) : error C2447: '{' : missing function header (old-style formal list?)
    1>Setup.cpp
    1>c:\Documents and Settings\Emil\Skrivbord\Emu\WoWEmu\SVN\Revision 283\trunk\src\ascent-world\ScriptSetup.h(25) : fatal error C1083: Cannot open include file: 'svn_revision.h': No such file or directory
    1>Build log was saved at "file://c:\Documents and Settings\Emil\Skrivbord\Emu\WoWEmu\SVN\Revision 283\trunk\src\scripts\projects\2008_int_release_GlobalNPC\BuildLog.htm"
    1>GlobalNPC - 22 error(s), 0 warning(s)
    ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========


    What have i done wrong?

  11. #41
    computerwiz656's Avatar Member
    Reputation
    14
    Join Date
    Mar 2008
    Posts
    39
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    FinnZor That looks like you have an old version and its being mixed with a new one
    either that or when it was edited something got deleted that was not supposed to.

    I am not an expert in C++ or ascent emu so this is just a guess.

  12. #42
    vince20's Avatar Member
    Reputation
    1
    Join Date
    Feb 2008
    Posts
    22
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey, everything works fine except when it gets up to the part in loading the Warper, it says
    1>c1xx : fatal error C1083: Cannot open source file: '.\...\src\Warpnpc\[EcKO-WoW] Teleporter.cpp': Invalid argument. The path and the name is correct, do you have any idea why this might be happening?

  13. #43
    SectorSeven's Avatar Banned
    Reputation
    444
    Join Date
    Oct 2007
    Posts
    1,948
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just use it like I did, using the brackets and the space may throw you off.

  14. #44
    vince20's Avatar Member
    Reputation
    1
    Join Date
    Feb 2008
    Posts
    22
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    1>..\src\Warpnpc\Warpnpc.cpp(9) : error C2332: 'class' : missing tag name
    1>..\src\Warpnpc\Warpnpc.cpp(9) : error C2011: '<unnamed-tag>' : 'enum' type redefinition
    1> C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\DbgHelp.h(2866) : see declaration of '<unnamed-tag>'
    1>..\src\Warpnpc\Warpnpc.cpp(9) : error C2143: syntax error : missing ';' before '['
    1>..\src\Warpnpc\Warpnpc.cpp(9) : error C2337: 'EcKO' : attribute not found
    1>..\src\Warpnpc\Warpnpc.cpp(9) : error C2143: syntax error : missing ']' before '-'
    1>..\src\Warpnpc\Warpnpc.cpp(9) : error C2059: syntax error : '-'
    1>..\src\Warpnpc\Warpnpc.cpp(9) : error C2059: syntax error : 'public'
    1>..\src\Warpnpc\Warpnpc.cpp(10) : error C2143: syntax error : missing ';' before '{'
    1>..\src\Warpnpc\Warpnpc.cpp(10) : error C2447: '{' : missing function header (old-style formal list?)
    1>..\src\Warpnpc\Warpnpc.cpp(146) : error C2065: 'Warpnpc' : undeclared identifier
    1>..\src\Warpnpc\Warpnpc.cpp(146) : error C2059: syntax error : ')'

    Lol now all of this comes up any idea how to fix this?
    Last edited by vince20; 07-07-2008 at 11:09 PM.

  15. #45
    SectorSeven's Avatar Banned
    Reputation
    444
    Join Date
    Oct 2007
    Posts
    1,948
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Did you get the latest version? Its not a compile problem (that you did) its an error in the script.

Page 3 of 6 FirstFirst 123456 LastLast

Similar Threads

  1. How to Compile a DLL
    By Vindicated in forum WoW EMU Guides & Tutorials
    Replies: 16
    Last Post: 03-08-2009, 02:51 PM
  2. How to increase your fps[with video]!
    By feliz in forum World of Warcraft Guides
    Replies: 31
    Last Post: 07-12-2008, 10:30 AM
  3. How to Compile Ascent 2.3.2 with NCDB!!
    By MooseBoi in forum WoW EMU Guides & Tutorials
    Replies: 26
    Last Post: 03-23-2008, 07:32 PM
  4. How To Compile Ascent [Video]
    By Xiro187 in forum WoW EMU Guides & Tutorials
    Replies: 7
    Last Post: 01-18-2008, 03:29 PM
  5. Guide: How to Compile Ascent yourself! [With photos]
    By Skaren in forum WoW EMU Guides & Tutorials
    Replies: 33
    Last Post: 01-08-2008, 08:18 PM
All times are GMT -5. The time now is 12:02 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search