How to Compile a DLL with Video menu

Shout-Out

User Tag List

Page 5 of 6 FirstFirst 123456 LastLast
Results 61 to 75 of 84
  1. #61
    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)
    Ah, np. Thanks a lot.

    How to Compile a DLL with Video
  2. #62
    RaZZal's Avatar Site Donator
    Reputation
    16
    Join Date
    Mar 2008
    Posts
    70
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Excellent Guide S7. I'll +Rep when possable.

  3. #63
    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)
    Thanks, I appreciate the feedback.

  4. #64
    RaZZal's Avatar Site Donator
    Reputation
    16
    Join Date
    Mar 2008
    Posts
    70
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I +Rep you. Have you got a guide on importing your own Database?

  5. #65
    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)
    Yeah, go to my profile and click "Threads by SectorSeven"

  6. #66
    kikootwo's Avatar Member
    Reputation
    2
    Join Date
    Jun 2007
    Posts
    35
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ------ Build started: Project: GlobalNPC, Configuration: Release Win32 ------
    Compiling...
    Setup.cpp
    Linking...
    LINK : warning LNK4224: /OPT:NOWIN98 is no longer supported; ignored
    Creating library ..\..\..\bin\debug\script_bin/GlobalNPC.lib and object ..\..\..\bin\debug\script_bin/GlobalNPC.exp
    Setup.obj : error LNK2001: unresolved external symbol "void __cdecl SetupGlobalNPC(class ScriptMgr *)" (?SetupGlobalNPC@@YAXPAVScriptMgr@@@Z)
    ../../../bin/release/script_bin/GlobalNPC.dll : fatal error LNK1120: 1 unresolved externals
    Build log was saved at "file://c:\Documents and Settings\Zach\Desktop\SVN\Ascent\trunk\src\scripts\projects\2008_int_release_Glo balNPC\BuildLog.htm"
    GlobalNPC - 2 error(s), 1 warning(s)
    ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

    getting this error when compiling. If you have a guide to a custom warp NPC. That would be awsome. Been looking forever. Thanks in advance

  7. #67
    kikootwo's Avatar Member
    Reputation
    2
    Join Date
    Jun 2007
    Posts
    35
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I think for some reason it's try to go debug. I set it to Release though.

  8. #68
    kikootwo's Avatar Member
    Reputation
    2
    Join Date
    Jun 2007
    Posts
    35
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    bump Please help

  9. #69
    braggwallace's Avatar Member
    Reputation
    1
    Join Date
    Feb 2008
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    help plz

    i keep getting this error
    Code:
    1>------ Build started: Project: NPCteleporter, Configuration: Release Win32 ------
    1>Compiling...
    1>NPCteleporter.cpp
    1>c:documents and settingshp_administratordesktoppedregon's 2.4.3 repackarcemuscript_binnpcteleporterSetup.h(4) : error C2065: 'ScriptMgr' : undeclared identifier
    1>c:documents and settingshp_administratordesktoppedregon's 2.4.3 repackarcemuscript_binnpcteleporterSetup.h(4) : error C2065: 'mgr' : undeclared identifier
    1>c:documents and settingshp_administratordesktoppedregon's 2.4.3 repackarcemuscript_binnpcteleporterSetup.h(4) : error C2182: 'SetupGlobalNPC' : illegal use of type 'void'
    1>c:documents and settingshp_administratordesktoppedregon's 2.4.3 repackarcemuscript_binnpcteleporterSetup.h(4) : fatal error C1903: unable to recover from previous error(s); stopping compilation
    1>Setup.cpp
    1>c:documents and settingshp_administratordesktoppedregon's 2.4.3 repackarcemuscript_binnpcteleporterSetup.h(4) : error C2065: 'ScriptMgr' : undeclared identifier
    1>c:documents and settingshp_administratordesktoppedregon's 2.4.3 repackarcemuscript_binnpcteleporterSetup.h(4) : error C2065: 'mgr' : undeclared identifier
    1>c:documents and settingshp_administratordesktoppedregon's 2.4.3 repackarcemuscript_binnpcteleporterSetup.h(4) : error C2182: 'SetupGlobalNPC' : illegal use of type 'void'
    1>c:documents and settingshp_administratordesktoppedregon's 2.4.3 repackarcemuscript_binnpcteleporterSetup.h(4) : fatal error C1903: unable to recover from previous error(s); stopping compilation
    1>Build log was saved at "file://c:Documents and SettingsHP_AdministratorDesktopPedregon's 2.4.3 RepackArcEmuscript_bin2008_int_release_NPCteleporterBuildLog.htm"
    1>NPCteleporter - 8 error(s), 0 warning(s)
    ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
    can anyone help me with the problem?

  10. #70
    Vindicated's Avatar Contributor
    Reputation
    226
    Join Date
    Aug 2008
    Posts
    1,067
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice work Sector, we'll miss you


  11. #71
    klin's Avatar Member
    Reputation
    1
    Join Date
    Dec 2007
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    i just have 1 problem

    1>------ Build started: Project: globalNPC, Configuration: Release Win32 ------
    1>Compiling...
    1>GlobalNPC.cpp
    1>..\src\GlobalNPC\GlobalNPC.cpp(1) : fatal error C1083: Cannot open include file: 'StdAfx.h': No such file or directory
    1>Setup.cpp
    1>..\src\GlobalNPC\Setup.cpp(1) : fatal error C1083: Cannot open include file: 'StdAfx.h': No such file or directory
    1>Build log was saved at "file://d:\ArcEmu\trunk\src\scripts\projects\Release\BuildLog.htm"
    1>globalNPC - 2 error(s), 0 warning(s)
    ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
    Please help! ty

  12. #72
    bqwertyb's Avatar Corporal
    Reputation
    2
    Join Date
    Aug 2007
    Posts
    20
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    humm.. i am getting this error:
    1>..\src\GlobalNPC\GlobalNPC.cpp(217) : error C2105: '--' needs l-value

  13. #73
    Android123's Avatar Member
    Reputation
    1
    Join Date
    Aug 2008
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I followed exactly the guide and the video but svn_revision.h is missing and all the other stuff are correct where can i find this file?

  14. #74
    Dayro's Avatar Member
    Reputation
    1
    Join Date
    Jul 2008
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Perhaps I'm just retarded lately... for all intents and purposes this should be cake for me, but what exactly does this mean I'm doing wrong?

    TeleportItem.cpp
    ********\trunk\src\scripts\src\gossipscripts\Setup.h(4) : error C2065: 'ScriptMgr' : undeclared identifier
    ********\trunk\src\scripts\src\gossipscripts\Setup.h(4) : error C2065: 'mgr' : undeclared identifier
    ********\trunk\src\scripts\src\gossipscripts\Setup.h(4) : error C2182: 'SetupTeleportItem' : illegal use of type 'void'
    ********\trunk\src\scripts\src\gossipscripts\Setup.h(4) : fatal error C1903: unable to recover from previous error(s); stopping compilation
    Setup.cpp
    ********\trunk\src\scripts\src\gossipscripts\Setup.h(4) : error C2065: 'ScriptMgr' : undeclared identifier
    ********\trunk\src\scripts\src\gossipscripts\Setup.h(4) : error C2065: 'mgr' : undeclared identifier
    ********\trunk\src\scripts\src\gossipscripts\Setup.h(4) : error C2182: 'SetupTeleportItem' : illegal use of type 'void'
    ********\trunk\src\scripts\src\gossipscripts\Setup.h(4) : fatal error C1903: unable to recover from previous error(s); stopping compilation

  15. #75
    Vindicated's Avatar Contributor
    Reputation
    226
    Join Date
    Aug 2008
    Posts
    1,067
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You used the wrong void statements to compile your script


Page 5 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 03:46 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