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 ==========