Click here to Skip to main content
15,867,453 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have one dll that is build in f# or java for calculator application and I want to use it in C# application.
That is possible if yes than how?

What I have tried:

I just want to know if this possible than how How to reference and use that dll or jar file.
Posted
Updated 11-Aug-18 22:58pm

1 solution

JAR files you can't access directly - they are Java installation files and would normally be run under the Java Runtime Environment to add an application to your system. C# files can't use these directly.

F# is a .NET language, so you can use it's assemblies directly as if they were written in C# or VB.

But ... do you really think that using code you found on the internet is going to get you a good mark in this assignment? Especially if it isn't in a language you know?
You would do yourself a lot more favours if you wrote your own program - and you would learn a lot doing it too, which is the point of homework assignments, after all.
 
Share this answer
 
Comments
NBhalodiya 13-Aug-18 12:43pm    
Thanks OriginalGriff for prompt and meaningful answer
OriginalGriff 13-Aug-18 13:58pm    
You're welcome!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900