Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
Is legally OK to redistribute F# 3.0 runtime (FSharp.Core.dll versions 2.3.0.0, 4.3.0.0), and where do I find proof of that? I prepared a NuGet package with those but having second thoughts about licensing before publishing the package. Microsoft released F# 2.0 runtime as a redist package - so no questions there, but my impression is that the only way to get F# 3.0 runtime is through installing VS 2011 or similar; I am not sure where is the license to check that redistributing the F# runtime is OK.
Note that the question is only about the binaries signed with Microsoft key. Sources for the code are available under Apache license.
Having the NuGet package with the DLLs would make some build situations easier.
The open-source F# repository went ahead and is redistributing Microsoft-signed FSharp.Core.dll (see https://github.com/fsharp/fsharp), but I still would like to make sure this is allowed.
The answer is yes, F# 3.0 runtime can be redistributed. The EULA can be found at http://www.microsoft.com/en-us/download/details.aspx?id=34675
Thanks to Don Syme's for his answer at the F# Open Source forum: https://groups.google.com/forum/#!msg/fsharp-opensource/VQawzPvLKPI/HIBz1iw9Z1UJ
Related
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
How can I write a Java program in Android Studio version 3.1?
Can I import any java project from eclipse to Android Studio?
In my case, i started an Android project in Eclipse and finally switched to Android Studio. You can import your Java Project to Android Studio. AS migrate a lot of stuff for you like generating gradle files and more.
Just export your Eclipse Java project as archive (.zip) and import it to Android Studio.
You will recognize that you have to change some things in your source code but if this is done you will be happy.
Finally, i have to say that it was a good idea to switch to Android Studio in Android application development because AS is the recommended IDE by Google (not surprising) and it handles a lot of things for you.
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 years ago.
Improve this question
I have a intraweb application installed on Windows Server 2012. But I can not access it via web browser. Even following this deployment the link below, it could not access the application.
http://docs.atozed.com/docs.dll/deployment/Deploying%20your%20application%20as%20a%20Stand%20Alone%20Server.html
Use
Delphi XE5 and intraweb 14.0.
Type Standalone Application on Windows Server 2012.
The web browser "My-IP: 8888 / $ / start".
This is a known bug of the bundled version released with XE5. You must upgrade your IntraWeb 14 version to a more recent release. Current version is 14.0.49 and can be found here: http://atozed.com/IntraWeb/Download/Download_IW_XIV.EN.aspx
In order to use this version in production you need to register and get a FREE key for IntraWeb 14. This process is explained here: http://atozed.com/IntraWeb/Download/FreeKeyRequest.EN.aspx
Once you receive your key, just enter it when asked during setup, or use the LicenseRegistration program (within IntraWeb installation folder) to register it after it has been installed.
Closed. This question is not reproducible or was caused by typos. It is not currently accepting answers.
This question was caused by a typo or a problem that can no longer be reproduced. While similar questions may be on-topic here, this one was resolved in a way less likely to help future readers.
Closed 8 years ago.
Improve this question
In my organisation we are using Team foundation server for source control. Is it possible to use Team foundation server with Xcode?
There is no direct linkup between your XCode (Mac) and TFS (Microsoft), Both are reverse technology, But you can go through Git.
And also you can go with Eclipse and manage your repositoryy.
Team Foundation Server 2013 and Visual Studio Online have great support for Git. This automatically means that you can use TFS with all developer environments that support Git or from the command line.
Share your Xcode projects explains how you can enable Git support for use with XCode.
When you have your code in TFS, there is no problem in using the Agile project management tooling. Build is another story. You can get this working by using a cross platform build tool like Jenkins or by creating manual scripts that you integrate with a TFS build.
use git-tf or Smart-SVN for version control
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
Is there any 3rd party tools support TFS 2013 Branch and Merge command ?
Here are some context information:
Existing source code is Delphi, using Delphi 2007 (IDE), and we are redeveloping entire product to C# (LOC 2.7m+)
We do many branches and merge. (we need it)
Using SVN at this moment
Want to migrate TFS 2013
C# developers are using VS2013, therefore they has no problem with TFS 2013
Delphi developers are using Delphi 2007 (CodeGear)
What I have searched:
Team Explorer: a good options. But It cannot be integrated into Delphi IDE.
SvnBridge (V4): Branch is not fully developed and unstable. Merge is not developed.
MSSCCI Provider + SourceConnexion: no branch and merge support.
TFS Power Tools: works well with Windows Explorer, but it does not provide branch and merge in its menu.
TFS+GIT: could be a option, but it will increase curve of learning for whole team, but it is still a option
Question:
Is there any other tools I can try to integrate TFS to Delphi, including Branch and Merge command?
Thanks.
You have full command line support for both Windows and Linux. You have Team Explorer which is the APIbfor windows and Team Explorer everywhere which provides support for Eclipse and most eclipse derived IDE.
In both cases you also get native command line tools:
http://msdn.microsoft.com/en-us/library/ms253088.aspx
http://www.microsoft.com/en-us/download/details.aspx?id=30661
Advice: Move to Git in TFS and use whatever tools that you like.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
Is it OK to install TFS 2010 SP1 only in the build server and not in the actual Team Foundation Server?
Yes. We have kept the compatibility between the build service and the TFS server for 2010 RTM and SP1, so it should work fine. Honestly, I don't remember if we guaranteed that we would keep compatibility in this scenario, so it is still recommended to bring both to the same version.
In general, for major releases such as TFS 2010 and TFS 2008, we ask the build service and the TFS server to be installed with the same version, which means if you upgrade one you should upgrade the other as well.