[Guide] How to compile your own DLL menu

User Tag List

Page 3 of 4 FirstFirst 1234 LastLast
Results 31 to 45 of 59
  1. #31
    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)
    For those getting the error with the missing conversion file.... try using this for pvptoken.vcproj
    Code:
    <?xml version="1.0" encoding="Windows-1252"?>
    <VisualStudioProject
        ProjectType="Visual C++"
        Version="9,00"
        Name="PvPToken"
        ProjectGUID="{495CDEBE-E216-485B-B2F1-2FC0BD9DAE7D}"
        Keyword="Win32Proj"
        TargetFrameworkVersion="131072"
        >
        <Platforms>
            <Platform
                Name="Win32"
            />
        </Platforms>
        <ToolFiles>
        </ToolFiles>
        <Configurations>
            <Configuration
                Name="Debug|Win32"
                OutputDirectory="......bindebugscript_bin"
                IntermediateDirectory="2003_int_debug_PvPToken"
                ConfigurationType="2"
                InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults/UpgradeFromVC71.vsprops"
                CharacterSet="2"
                >
                <Tool
                    Name="VCPreBuildEventTool"
                />
                <Tool
                    Name="VCCustomBuildTool"
                />
                <Tool
                    Name="VCXMLDataGeneratorTool"
                />
                <Tool
                    Name="VCWebServiceProxyGeneratorTool"
                />
                <Tool
                    Name="VCMIDLTool"
                />
                <Tool
                    Name="VCCLCompilerTool"
                    AdditionalOptions="/MP"
                    Optimization="0"
                    AdditionalIncludeDirectories="....ascent-shared;....ascent-world;......depinclude;......depsrc"
                    PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;SCRIPTLIB"
                    MinimalRebuild="true"
                    BasicRuntimeChecks="3"
                    RuntimeLibrary="1"
                    UsePrecompiledHeader="0"
                    WarningLevel="3"
                    Detect64BitPortabilityProblems="true"
                    DebugInformationFormat="4"
                />
                <Tool
                    Name="VCManagedResourceCompilerTool"
                />
                <Tool
                    Name="VCResourceCompilerTool"
                />
                <Tool
                    Name="VCPreLinkEventTool"
                />
                <Tool
                    Name="VCLinkerTool"
                    AdditionalDependencies="ascent-world.lib"
                    OutputFile="../../../bin/debug/script_bin/PvPToken.dll"
                    LinkIncremental="2"
                    AdditionalLibraryDirectories="......bindebug"
                    GenerateDebugInformation="true"
                    ProgramDatabaseFile="../../../bin/debug/script_bin/PvPToken.pdb"
                    SubSystem="2"
                    RandomizedBaseAddress="1"
                    DataExecutionPrevention="0"
                    ImportLibrary="$(OutDir)/PvPToken.lib"
                    TargetMachine="1"
                />
                <Tool
                    Name="VCALinkTool"
                />
                <Tool
                    Name="VCManifestTool"
                />
                <Tool
                    Name="VCXDCMa****ol"
                />
                <Tool
                    Name="VCBscMa****ol"
                />
                <Tool
                    Name="VCFxCopTool"
                />
                <Tool
                    Name="VCAppVerifierTool"
                />
                <Tool
                    Name="VCPostBuildEventTool"
                />
            </Configuration>
            <Configuration
                Name="Release|Win32"
                OutputDirectory="......binreleasescript_bin"
                IntermediateDirectory="2003_int_release_PvPToken"
                ConfigurationType="2"
                InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults/UpgradeFromVC71.vsprops"
                CharacterSet="2"
                >
                <Tool
                    Name="VCPreBuildEventTool"
                    ExcludedFromBuild="true"
                />
                <Tool
                    Name="VCCustomBuildTool"
                />
                <Tool
                    Name="VCXMLDataGeneratorTool"
                />
                <Tool
                    Name="VCWebServiceProxyGeneratorTool"
                />
                <Tool
                    Name="VCMIDLTool"
                />
                <Tool
                    Name="VCCLCompilerTool"
                    AdditionalIncludeDirectories="....ascent-shared;....ascent-world;......depinclude;......depsrc"
                    PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;SCRIPTLIB"
                    RuntimeLibrary="0"
                    UsePrecompiledHeader="0"
                    WarningLevel="3"
                    Detect64BitPortabilityProblems="true"
                    DebugInformationFormat="3"
                />
                <Tool
                    Name="VCManagedResourceCompilerTool"
                />
                <Tool
                    Name="VCResourceCompilerTool"
                />
                <Tool
                    Name="VCPreLinkEventTool"
                />
                <Tool
                    Name="VCLinkerTool"
                    AdditionalDependencies="ascent-world.lib"
                    OutputFile="../../../bin/release/script_bin/PvPToken.dll"
                    LinkIncremental="1"
                    AdditionalLibraryDirectories="......binrelease"
                    GenerateDebugInformation="true"
                    ProgramDatabaseFile="../../../bin/release/script_bin/PvPToken.pdb"
                    SubSystem="2"
                    OptimizeReferences="2"
                    EnableCOMDATFolding="2"
                    RandomizedBaseAddress="1"
                    DataExecutionPrevention="0"
                    ImportLibrary="$(OutDir)/PvPToken.lib"
                    TargetMachine="1"
                />
                <Tool
                    Name="VCALinkTool"
                />
                <Tool
                    Name="VCManifestTool"
                />
                <Tool
                    Name="VCXDCMa****ol"
                />
                <Tool
                    Name="VCBscMa****ol"
                />
                <Tool
                    Name="VCFxCopTool"
                />
                <Tool
                    Name="VCAppVerifierTool"
                />
                <Tool
                    Name="VCPostBuildEventTool"
                />
            </Configuration>
        </Configurations>
        <References>
        </References>
        <Files>
            <Filter
                Name="Main Resources"
                Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
                UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
                >
                <File
                    RelativePath="../src/PvPToken/Setup.cpp"
                    >
                </File>
                <File
                    RelativePath="../src/PvPToken/Setup.h"
                    >
                </File>
            </Filter>
            <Filter
                Name="Scripts"
                Filter="h;hpp;hxx;hm;inl;inc;xsd"
                UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
                >
                <File
                    RelativePath="../src/PvPToken/PvPToken.cpp"
                    >
                </File>
            </Filter>
        </Files>
        <Globals>
        </Globals>
    </VisualStudioProject>
    The only error i get now...

    Looks like there are more file errors... ill try to fix them later >_<
    .

    Code:
    1>------ Build started: Project: PvPToken, Configuration: Release Win32 ------
    1>Compiling...
    1>cl : Command line warning D9035 : option 'Wp64' has been deprecated and will be removed in a future release
    1>PvPToken.cpp
    1>..srcPvPTokenPvPToken.cpp(20) : fatal error C1083: Cannot open include file: 'StdAfx.h': No such file or directory
    1>Setup.cpp
    1>..srcPvPTokenSetup.cpp(1) : fatal error C1083: Cannot open include file: 'StdAfx.h': No such file or directory
    1>Generating Code...
    1>Build log was saved at "file://c:Documents and SettingsAdministratorDesktopAscent Uncompiledsrcscriptsprojects2003_int_release_PvPTokenBuildLog.htm"
    1>PvPToken - 2 error(s), 1 warning(s)
    ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
    Last edited by Pwntzyou; 04-24-2008 at 05:59 PM.

    <3 MysterioussouL for the sig

    [Guide] How to compile your own DLL
  2. #32
    Skype's Avatar Member
    Reputation
    133
    Join Date
    Dec 2007
    Posts
    116
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nice answer


  3. #33
    sassafrass686's Avatar Member
    Reputation
    8
    Join Date
    Feb 2007
    Posts
    51
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    you should update this for the new rev... There are a few extra steps

  4. #34
    Wishes's Avatar Member
    Reputation
    6
    Join Date
    Mar 2008
    Posts
    37
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Very well done for this. Good work.

  5. #35
    Jardiare's Avatar Banned
    Reputation
    27
    Join Date
    Jan 2008
    Posts
    175
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Niceeeeee Niceeeee Thanks Alot! Duwd

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

    gfdfghjkjhgfd

    fdghfdghffghjklölkjhgfdsdertyuiopoiuyhgf:wave:

  7. #37
    yheen's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i have compile for the latase rev and server crash when i kill someone

  8. #38
    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)
    This script is maybe outdated... Fix it :P It's just an example

  9. #39
    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)
    Updated with new .vcproj, should work for newer revisions now :/

  10. #40
    ripcat3000's Avatar Member
    Reputation
    1
    Join Date
    Jan 2008
    Posts
    63
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    lol i dont have a build tab so that manager thing dosent pop up so i cant compile it can u give me the exact visual c++ u have?

  11. #41
    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)
    Ok, sorry for bumping but I updated the .vcproj another time and it should work now as intended (Thanks to Jigs4w)

  12. #42
    Entr0py's Avatar Member
    Reputation
    35
    Join Date
    May 2007
    Posts
    396
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Cursed View Post
    Ok, sorry for bumping but I updated the .vcproj another time and it should work now as intended (Thanks to Jigs4w)
    hurray for me lol

    Remember to + Rep people who help you!

  13. #43
    Ömen's Avatar Member
    Reputation
    36
    Join Date
    Feb 2008
    Posts
    54
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    1>------ Build started: Project: PvPToken, Configuration: Release Win32 ------
    1>Compiling...
    1>PvPToken.cpp
    1>..srcPvPTokenPvPToken.cpp(1) : fatal error C1083: Cannot open include file: 'StdAfx.h': No such file or directory
    1>setup.cpp
    1>..srcPvPTokensetup.cpp(1) : fatal error C1083: Cannot open include file: 'StdAfx.h': No such file or directory
    1>Generating Code...
    1>Build log was saved at "file://cocuments and SettingsAdministratorDesktopopenascentsrcscriptsprojects2003_int_release_PvPToke nBuildLog.htm"
    1>PvPToken - 2 error(s), 0 warning(s)
    ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
    thats my error message

  14. #44
    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)
    You didnt compile Ascent before you compiled the script.

  15. #45
    Ömen's Avatar Member
    Reputation
    36
    Join Date
    Feb 2008
    Posts
    54
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Cursed View Post
    You didnt compile Ascent before you compiled the script.
    compiled the scripts and ascent , no go. Still get the same error.

Page 3 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. [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
  2. [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
  3. [Guide] Compiling your own DLL
    By Gastricpenguin in forum WoW EMU Guides & Tutorials
    Replies: 26
    Last Post: 04-22-2008, 09:31 AM
  4. [Guide] How to make your own graveyard
    By latruwski in forum World of Warcraft Emulator Servers
    Replies: 15
    Last Post: 02-28-2008, 01:43 AM
  5. [RELEASE] How to compile your own funserver and Patch the source code
    By pepsi1x1 in forum World of Warcraft Emulator Servers
    Replies: 4
    Last Post: 12-26-2007, 06:24 PM
All times are GMT -5. The time now is 05:31 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