[Guide] Compiling your own DLL menu

User Tag List

Page 2 of 2 FirstFirst 12
Results 16 to 27 of 27
  1. #16
    erkalimero's Avatar Member
    Reputation
    1
    Join Date
    Feb 2008
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i Have errors :S me see video and use = (i have c++ 200

    Errors :

    1>------ Operaci贸n Volver a generar todo iniciada: proyecto: GlobalNPC, configuraci贸n: Debug Win32 ------
    1>Eliminando archivos intermedios y de resultados para el proyecto 'GlobalNPC', configuraci贸n 'Debug|Win32'
    1>Compilando...
    1>cl : L铆nea de comandos warning D9035 : La opci贸n 'Wp64' est谩 obsoleta y se quitar谩 en pr贸ximas versiones
    1>Setup.cpp
    1>..\src\GlobalNPC\Setup.cpp(1) : fatal error C1083: No se puede abrir el archivo incluir: 'StdAfx.h': No such file or directory
    1>GlobalNPC.cpp
    1>..\src\GlobalNPC\GlobalNPC.cpp(1) : fatal error C1083: No se puede abrir el archivo incluir: 'StdAfx.h': No such file or directory
    1>Generando c贸digo...
    1>El registro de compilaci贸n se guard贸 en el "file://c:\Documents and Settings\Administrador\Escritorio\Nueva carpeta\trunk\src\scripts\projects\2003_int_debug_GlobalNPC\BuildLog.htm"
    1>GlobalNPC - 2 errores, 1 advertencias
    ========== Volver a generar todo: 0 correctos, 1 incorrectos, 0 omitidos ==========

    [Guide] Compiling your own DLL
  2. #17
    Cursed's Avatar Contributor
    Reputation
    270
    Join Date
    Jun 2007
    Posts
    1,380
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yes I get the same error too... Im using VS 2008 (i think thats the problem)

  3. #18
    djkajabaxd's Avatar Member
    Reputation
    3
    Join Date
    Feb 2008
    Posts
    41
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    very good guide but i have a little problem, when i put generate solution it gave me the error are mising windows.h and some other archieves, ill prove with visual 2005 and 2008, ascent 2.8 3.5 stables and dont work, what can i doo?

  4. #19
    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)
    1>------ Operación Volver a generar todo iniciada: proyecto: GlobalNPC, configuración: Debug Win32 ------
    1>Eliminando archivos intermedios y de resultados para el proyecto 'GlobalNPC', configuración 'Debug|Win32'
    1>Compilando...
    1>cl : Línea de comandos warning D9035 : La opción 'Wp64' está obsoleta y se quitará en próximas versiones
    1>Setup.cpp
    1>..srcGlobalNPCSetup.cpp(1) : fatal error C1083: No se puede abrir el archivo incluir: 'StdAfx.h': No such file or directory
    1>GlobalNPC.cpp
    1>..srcGlobalNPCGlobalNPC.cpp(1) : fatal error C1083: No se puede abrir el archivo incluir: 'StdAfx.h': No such file or directory
    1>Generando código...
    1>El registro de compilación se guardó en el "file://cocuments and SettingsAdministradorEscritorioNueva carpetatrunksrcscriptsprojects2003_int_debug_GlobalNPCBuildLog.htm"
    1>GlobalNPC - 2 errores, 1 advertencias
    ========== Volver a generar todo: 0 correctos, 1 incorrectos, 0 omitidos ==========
    your getting the error because the setup he has on that script is outdated i think

  5. #20
    Gastricpenguin's Avatar Legendary
    Reputation
    980
    Join Date
    Feb 2007
    Posts
    2,236
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yea, the guide is a bit outdated- ill update this tomorrow
    Life Puzzler WoW - Website | Forums

  6. #21
    Ezxen's Avatar Member
    Reputation
    2
    Join Date
    Nov 2007
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Gastricpenguin View Post
    Yea, the guide is a bit outdated- ill update this tomorrow
    Thank you !

  7. #22
    erkalimero's Avatar Member
    Reputation
    1
    Join Date
    Feb 2008
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank for New guide. waiting impatiently

    Regards

  8. #23
    Ezxen's Avatar Member
    Reputation
    2
    Join Date
    Nov 2007
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nice guide only problem is i get
    Code:
    ------ Build started: Project: GlobalNPC, Configuration: Release Win32 ------
    Compiling...
    cl : Command line warning D9035 : option 'Wp64' has been deprecated and will be removed in a future release
    Setup.cpp
    ..srcGlobalNPCSetup.cpp(1) : fatal error C1083: Cannot open include file: 'StdAfx.h': No such file or directory
    GlobalNPC.cpp
    ..srcGlobalNPCGlobalNPC.cpp(1) : fatal error C1083: Cannot open include file: 'StdAfx.h': No such file or directory
    Generating Code...
    Build log was saved at "file://c:Documents and SettingsDanDesktopAscenttrunksrcscriptsprojects2003_int_release_GlobalNPCBuildLog.htm"
    GlobalNPC - 2 error(s), 1 warning(s)
    ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
    any idea how to fix?

  9. #24
    Cursed's Avatar Contributor
    Reputation
    270
    Join Date
    Jun 2007
    Posts
    1,380
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Gastricpenguin View Post
    Yea, the guide is a bit outdated- ill update this tomorrow
    Gastric, are you gonna update this pls? I could really need a understandable guide for that. (Not like the AscentWiki guide, my brain exploded )

  10. #25
    bigjohnson4's Avatar Member
    Reputation
    12
    Join Date
    Mar 2007
    Posts
    89
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is it possible for you to get this updated anytime soon, Gastric? Lovin the GlobalNPC, just waiting for the update so I can use VC 2008.

  11. #26
    Pwntzyou's Avatar Contributor
    Reputation
    264
    Join Date
    Dec 2007
    Posts
    393
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Gastric update it for your pvpsystem.dll =D

    <3 MysterioussouL for the sig

  12. #27
    Cursed's Avatar Contributor
    Reputation
    270
    Join Date
    Jun 2007
    Posts
    1,380
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I made a new guide Link

Page 2 of 2 FirstFirst 12

Similar Threads

  1. [Guide] How to compile your own DLL
    By Cursed in forum WoW EMU Guides & Tutorials
    Replies: 58
    Last Post: 06-19-2008, 09:38 AM
  2. [GUIDE] How to compile your own server [MUCH SAFER!]
    By razordemon in forum WoW EMU Guides & Tutorials
    Replies: 3
    Last Post: 05-31-2008, 11:27 AM
  3. [Guide] How to compile your own ascent server. 100% work !! TRY IT :D
    By Etzzhy in forum WoW EMU Guides & Tutorials
    Replies: 22
    Last Post: 05-09-2008, 07:04 PM
  4. [Guide] Compile your Own Ascent!
    By Aldaus in forum WoW EMU Guides & Tutorials
    Replies: 6
    Last Post: 12-08-2007, 05:31 PM
  5. [GUIDE]Stuff your own music into WoW. [Pictures]
    By Macroman in forum WoW ME Tools & Guides
    Replies: 22
    Last Post: 10-23-2007, 06:34 AM
All times are GMT -5. The time now is 11:58 AM. 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