GloabalNPC .dll error! menu

User Tag List

Results 1 to 13 of 13
  1. #1
    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)

    GloabalNPC .dll error!

    Hey guys can you help me? I got this error while compileing my GloabalNPC.vjcp or w/e its called.

    1>------ Build started: Project: GlobalNPC, Configuration: Release Win32 ------
    1>Compiling...
    1>GloabalNPC.cpp
    1>..\src\GlobalNPC\GloabalNPC.cpp(9) : error C2143: syntax error : missing ';' before '<class-head>'
    1>..\src\GlobalNPC\GloabalNPC.cpp(9) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
    1>..\src\GlobalNPC\GloabalNPC.cpp(736) : error C2556: 'void SetupGlobalNPC(ScriptMgr *)' : overloaded function differs only by return type from 'int SetupGlobalNPC(ScriptMgr *)'
    1> c:\documents and settings\****\desktop\arcemu new\trunk\src\scripts\src\globalnpc\Setup.h(4) : see declaration of 'SetupGlobalNPC'
    1>..\src\GlobalNPC\GloabalNPC.cpp(736) : error C2371: 'SetupGlobalNPC' : redefinition; different basic types
    1> c:\documents and settings\****\desktop\arcemu new\trunk\src\scripts\src\globalnpc\Setup.h(4) : see declaration of 'SetupGlobalNPC'
    1>Setup.cpp
    1>c:\Documents and Settings\****\Desktop\ArcEMU New\trunk\src\ascent-shared\svn_revision.h(7) : error C2144: syntax error : 'const char' should be preceded by ';'
    1>c:\Documents and Settings\****\Desktop\ArcEMU New\trunk\src\ascent-shared\svn_revision.h(7) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
    1>..\src\GlobalNPC\Setup.cpp(13) : error C2275: 'ScriptMgr' : illegal use of this type as an expression
    1> c:\documents and settings\****\desktop\arcemu new\trunk\src\ascent-world\ScriptMgr.h(139) : see declaration of 'ScriptMgr'
    1>..\src\GlobalNPC\Setup.cpp(14) : error C2143: syntax error : missing ';' before '}'
    1>Build log was saved at "file://c:\Documents and Settings\****\Desktop\ArcEMU New\trunk\src\scripts\projects\2008_int_release_GlobalNPC\BuildLog.htm"
    1>GlobalNPC - 8 error(s), 0 warning(s)
    ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
    Last edited by Neth'zul; 07-06-2008 at 06:18 PM.

    GloabalNPC .dll error!
  2. #2
    TheSpidey's Avatar Elite User
    Reputation
    365
    Join Date
    Jan 2008
    Posts
    2,200
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You have some syntax errors. The numbers in parenthesis mark the line numbers on which the error occurs.

  3. #3
    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)
    Ugh...I have no idea what to do LOL

  4. #4
    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 follow my guide?

    Because I just compiled this, no errors.

  5. #5
    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)
    Yeah I followed your guide EXACTLY. Ill try again, maybe I missed sumtin because of the WHITE PAGES OF DOOM!

    EDIT:
    Now I get this error!
    1>------ Build started: Project: GlobalNPC, Configuration: Release Win32 ------
    1>Compiling...
    1>GlobalNPC.cpp
    1>..\src\GlobalNPC\GlobalNPC.cpp(2) : error C2143: syntax error : missing ';' before 'string'
    1>..\src\GlobalNPC\GlobalNPC.cpp(2) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
    1>..\src\GlobalNPC\GlobalNPC.cpp(4) : error C2059: syntax error : 'constant'
    1>..\src\GlobalNPC\GlobalNPC.cpp(4) : error C2059: syntax error : ')'
    1>..\src\GlobalNPC\GlobalNPC.cpp(6) : error C2059: syntax error : 'public'
    1>..\src\GlobalNPC\GlobalNPC.cpp(7) : error C2143: syntax error : missing ';' before '{'
    1>..\src\GlobalNPC\GlobalNPC.cpp(7) : error C2447: '{' : missing function header (old-style formal list?)
    1>..\src\GlobalNPC\GlobalNPC.cpp(17) : error C2653: 'GlobalNPC' : is not a class or namespace name
    1>..\src\GlobalNPC\GlobalNPC.cpp(39) : error C2653: 'GlobalNPC' : is not a class or namespace name
    1>..\src\GlobalNPC\GlobalNPC.cpp(624) : error C2653: 'GlobalNPC' : is not a class or namespace name
    1>..\src\GlobalNPC\GlobalNPC.cpp(626) : error C2352: 'GossipScript::GossipEnd' : illegal call of non-static member function
    1> c:\documents and settings\tibet\desktop\arcemu new\trunk\src\ascent-world\ScriptMgr.h(254) : see declaration of 'GossipScript::GossipEnd'
    1>..\src\GlobalNPC\GlobalNPC.cpp(630) : error C2061: syntax error : identifier 'GlobalNPC'
    1>Build log was saved at "file://c:\Documents and Settings\Tibet\Desktop\ArcEMU New\trunk\src\scripts\projects\2008_int_release_GlobalNPC\BuildLog.htm"
    1>GlobalNPC - 12 error(s), 0 warning(s)
    ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
    Last edited by Neth'zul; 07-06-2008 at 07:55 PM.

  6. #6
    doublehex's Avatar Member
    Reputation
    34
    Join Date
    Mar 2007
    Posts
    385
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    post your script that your trying to compile.


  7. #7
    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)
    Okay. (filler)

    EDIT: Here RapidShare: Easy Filehosting All my files are in there.
    Last edited by Neth'zul; 07-06-2008 at 08:31 PM.

  8. #8
    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 I know what you did, mis-spell. It should be GlobalNPC not GloabalNPC

  9. #9
    mager1794's Avatar Member
    Reputation
    356
    Join Date
    Feb 2008
    Posts
    703
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    lol wow no offence Neth'zul but thats fail lol
    tis funny XD so its not he bad fail
    Lunar Gaming - Reaching For The Stars

  10. #10
    Zoidberg's Avatar Elite User
    Reputation
    391
    Join Date
    Mar 2007
    Posts
    1,636
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by mager1794 View Post
    lol wow no offence Neth'zul but thats fail lol
    tis funny XD so its not he bad fail
    Dont make fun of others typo's when you can't spell yourself.

    Abra su mente a la realidad.
    Do NOT contact me about trading section stuff. Contact a section MOD instead.

  11. #11
    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)
    Ugh not again >,<

    Mager1794, learn some good grammar then come back and talk to me.

    EDIT: I did it all right nowzors i get this
    1>------ Build started: Project: GlobalNPC, Configuration: Release Win32 ------
    1>Compiling...
    1>GlobalNPC.cpp
    1>c1xx : fatal error C1083: Cannot open source file: '..\src\GlobalNPC.cpp': No such file or directory
    1>Setup.cpp
    1>c:\Documents and Settings\Tibet\Desktop\Arc EMU\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\Tibet\Desktop\Arc EMU\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 ==========
    Last edited by Neth'zul; 07-09-2008 at 07:04 PM.

  12. #12
    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)
    Your SVN Revision program should run automatically, but its not for you. Just run that manually then try again.

  13. #13
    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)
    What do you mean S7? lol I didn't understand what you said.

    EDIT: IM good! Thanks s7! +rep if i can!
    Last edited by Neth'zul; 07-09-2008 at 07:48 PM.

Similar Threads

  1. <HELP!!> Compiling Gastric's Teleporter DLL Error
    By Darksid in forum WoW EMU Questions & Requests
    Replies: 9
    Last Post: 12-28-2008, 11:57 PM
  2. compiling a dll error
    By Wolverine77 in forum WoW EMU Questions & Requests
    Replies: 1
    Last Post: 09-26-2008, 09:59 AM
  3. [DLL Error] Will rep
    By Padlockcode in forum WoW EMU Questions & Requests
    Replies: 6
    Last Post: 09-07-2008, 05:27 PM
  4. now a script.dll error!
    By icp54656 in forum WoW EMU Questions & Requests
    Replies: 3
    Last Post: 08-25-2008, 02:37 AM
  5. [HELP] Lua DLL Error
    By Rouslan in forum World of Warcraft Emulator Servers
    Replies: 2
    Last Post: 01-12-2008, 02:02 PM
All times are GMT -5. The time now is 01:05 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search