15
votes
25answers
2k views
What language or RAD IDE do you recommend for building shareware?
I'm looking for an IDE for developing commercial desktop applications to be sold over the internet, as a mISV. Windows is a must, while Mac is a nice to have. An important factor is that the …
8
votes
13answers
1k views
Is .net really a good choice for mission critical code? [closed]
Are .net languages (any of them - C#, VB.net, etc) really a good choice for mission critical device control code? Don't need realtime but need very responsive and resistant to configuration …
7
votes
9answers
951 views
Hosting the .NET runtime in a Delphi Program
I was looking into using some .NET code from within a Delphi program, I will need to make my program extensible using .net assemblies and predefined functions (I already support regular DLLs).
After …
5
votes
1answer
368 views
speech recognition from audio file instead of microphone
Hello,
How can I perform speech recognition on speech coming from an audio file (.mp3, wav) instead of the microphone ?
I want to be able to do that from C#.NET and Delphi.
thanks.
4
votes
5answers
137 views
Complete XML Schema Validation
I am looking for a tool that will tell me all of the XML Schema validation failures. All the other tools I have looked at so just tell me the first couple, and then I have to fix those before it will …
4
votes
3answers
385 views
Embedding Mono in Delphi Win32
Does anyone know the specifics of how to embed the Mono runtime in a Delphi Win32 application? The official documentations is not very helpful with regards to the Win32 environment …
4
votes
10answers
1k views
What are the advantages of c# over, say, delphi/realbasic for windows applications
has anyone ever written an application bigger than its .net luggage?
People used to criticize vb6 for its 2 MB runtime but it rarely dwarfed the app it accompanied.
Today despite having vista on my …
4
votes
5answers
964 views
Can I Use a .NET DLL in “Delphi 2007 for Win32”?
Is it possible to use a .NET DLL in Delphi 2007 for Win32? I've tried to import the DLL in the same way I've done for an ActiveX component, but it doesn't appear to work (Component Menu -> Import …
3
votes
4answers
289 views
How do I get a .NET assembly running under Delphi from a network drive?
I have a Delphi 5 executable that calls into a .NET assembly via the free Delphi .NET code, and for the most part, this works great. However, one of the requirements of my application is that our …
3
votes
8answers
1k views
Migrating a Delphi 7 application to .NET
Any advice on how to migrate an existing Delphi 7 business application to .NET 2.0 in Visual Studio 2005?
Visual Studio 2005 has already been purchased, the company want to move away from the …
3
votes
3answers
2k views
Why does regasm.exe register my c# assembly with the wrong GUID?
I've got a c# assembly which I'm invoking via COM from a Delphi (win32 native) application.
This works on all the machines I've tested it on, except one.
The problem is that the Delphi application …
3
votes
6answers
441 views
Is there an easy way, to Port a Win32 App in Delphi 2009 to .NET ?
We want migrate from Delphi 7.0 to Delphi 2009, to stay up with a modern IDE and current technology. Our target platform is .NET. What is best way, to achieve this goal?
3
votes
5answers
354 views
Using DLR from Unmanaged Code
Is it possible to call managed code, specifically IronRuby or IronPython from unamanaged code such as C++ or Delphi?
For example, we have an application written in Delphi that is being moved to …
2
votes
4answers
168 views
.NET component in DELPHI 2009
Hi,
Could you please tell me if .NET component can be used with Delphi 2009 and, if so, could you please send me some example code.
Thanks in advance.
2
votes
4answers
325 views
How to detect Windows Logon event ?
How do you detect Windows logon event?
And how do you initiate a user logon from a Windows service?
I'm trying to write a piece of code that will detect logon events and log another one …
