PDA

View Full Version : Any .NET support?


billb
07-10-2006, 08:37 PM
Our application is built on top of the .NET Framework. Is there anyway to use any of the SDKs on .NET?

Thank you.

FXCM Help
07-17-2006, 01:51 AM
There should be no problems in using any of our SDK's or API in the .Net architecture.

Trader1
03-01-2007, 02:14 AM
Hello


We are working on .NEI Framework.We are using Order2go API,
But it is not functioning properly.
I came to know that an appication is built on .net Framework.
Could anybody explain what is that application.Is it Oder2Go API?
If so could you send an url of the application software


Thank you.

FXCM Help
03-01-2007, 09:39 PM
We have been able to use the COM API in a .Net enviornment. What are the problems you are running into?

synja
05-11-2007, 01:17 AM
Com Interop is easy in .NET and should really work for any COM object you throw at it.

Look up the System.Runtime.InteropServices namespace for more information.