Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Flyff > Flyff Private Server
You last visited: Today at 14:12

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



VS 2013 Compile error

Discussion on VS 2013 Compile error within the Flyff Private Server forum part of the Flyff category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Jul 2017
Posts: 239
Received Thanks: 8
VS 2013 Compile error

So I was trynna to open the AsFlyff files that has been released @ this topic.

When I trynna to compile it using Visual Studio 2013 I had this error that I do not understand.

Here's the picture :

Thank you for helping me out!
nicksss03 is offline  
Old 05/15/2019, 20:19   #2
 
elite*gold: 0
Join Date: Aug 2010
Posts: 22
Received Thanks: 3
Hi,

If you are building from IDE, and add the dll project as reference, the dll will copy to the target folder after the building.

But if you build in command line, you need to do this manually by writing the script. See this sample script which will copy the dll to the target folder after the building was done.

Quote:
<PropertyGroup>

<SourcePath>"$(MSBuildProjectDirectory)\$(OutputPa th)*.dll"</SourcePath>

<RootFolder>"D:\Visual Studio 2008\Projects\Win1\Win1\bin\Debug"</RootFolder>

</PropertyGroup>

<Target Name="AfterBuild">

<Message Text ="$(SourcePath)" />

<Exec Command ="copy $(SourcePath) $(RootFolder)" />

</Target>
You need to put this in the library project in. And note I put the copy task in AfterBuild Target.
yuantot is offline  
Old 05/17/2019, 15:27   #3
 
elite*gold: 0
Join Date: Jul 2017
Posts: 239
Received Thanks: 8
Quote:
Originally Posted by yuantot View Post
Hi,

If you are building from IDE, and add the dll project as reference, the dll will copy to the target folder after the building.

But if you build in command line, you need to do this manually by writing the script. See this sample script which will copy the dll to the target folder after the building was done.


You need to put this in the library project in. And note I put the copy task in AfterBuild Target.
I tried googling what you told but in all my power and knowledge I seriously do not get it. Would you elaborate more if you dont mind? Thanks.
nicksss03 is offline  
Reply


Similar Threads Similar Threads
World compile error
12/15/2010 - Flyff Private Server - 2 Replies
Hi und zwar enn ich meinen world server (andem hab ich noch garnix gemacht) compilen will kommt dieser error hier: kann mir vielelciht helfen?
[HELP] Compile error with LOTF(i know LOTF sucks but just help)
06/19/2009 - CO2 Private Server - 3 Replies
It says: Loaded 254 portals. Loaded 1027 NPCs. Loaded 37 mobs. Loaded 11147 items. Loaded 172 mob spawns. System.ArgumentOutOfRangeException: 'minValue' cannot be greater then mxValue. Parameter name : minValue at System.Random.Next<Int32 minValue, Int32 maxValue> at COServer_Project.Mobs.SpawnAllMobs<> in C:\Documents and Settings\Admin\My Documents\COServerProject1\COServerProject\Entitie s.cs:line 207
[CoV2] Compile Error - need some helps
02/07/2009 - CO2 Private Server - 7 Replies
First of all i'd like to say i'm not that average noob that downloads a source, compiles it, gets errors and posts it on forums right away... I've been trying to look for a solution myself. I am not a pro C# Coder but i am familiar with its basics. This is the error i get on compiling " Error 1 Unexpected error creating debug information file 'C:\Users\Conquer\Desktop\CoV2\CoV2\CoV2\obj\Relea se\COServerProject.PDB' -- 'Unspecified error' " At first i thought it would have been...



All times are GMT +1. The time now is 14:12.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.