¡@

Home 

c# Programming Glossary: delphi

speech recognition from audio file instead of microphone

http://stackoverflow.com/questions/1055347/speech-recognition-from-audio-file-instead-of-microphone

microphone I want to be able to do that from C#.NET and Delphi. thanks. c# .net delphi speech recognition share improve..

How does the C# compiler detect COM types?

http://stackoverflow.com/questions/1093536/how-does-the-c-sharp-compiler-detect-com-types

language that supports COM component development e.g. Delphi C Visual Basic etc. See my answer to a similar question about..

Tools for generating UML class diagram from C# source or dll

http://stackoverflow.com/questions/1600802/tools-for-generating-uml-class-diagram-from-c-sharp-source-or-dll

this question We use Modelmaker. It can work with both Delphi and C# http www.modelmakertools.com modelmaker index.html 5D..

Reading/writing an INI file

http://stackoverflow.com/questions/217902/reading-writing-an-ini-file

read write standard .ini files Section keyname value ... Delphi has the TIniFile component and I want to know if there is anything..

Delphi SOAP Envelope and WCF

http://stackoverflow.com/questions/2473051/delphi-soap-envelope-and-wcf

SOAP Envelope and WCF I am working on a system that provides.. systems that are going to use the interface is coded in Delphi 7. The web service is developed with WCF basic http binding.. 1.1. If I use SOAP UI JAVA the service works properly. But Delphi seems to do special things here This is how the message looks..

Why does C# execute Math.Sqrt() more slowly than VB.NET?

http://stackoverflow.com/questions/3025968/why-does-c-sharp-execute-math-sqrt-more-slowly-than-vb-net

C# code vs. VB.NET code. We started out comparing C# vs. Delphi Prism calculating prime numbers and found that Prism was about..

Why can't I have abstract static methods in C#?

http://stackoverflow.com/questions/3284/why-cant-i-have-abstract-static-methods-in-c

write the code that way. If you had class types like in Delphi where you can make a variable referring to a type and not an..

Best algorithm for evaluating a mathematical expression?

http://stackoverflow.com/questions/572796/best-algorithm-for-evaluating-a-mathematical-expression

produces a result for me. I'll be writing this in either Delphi or C#. I have already written something similar by using the.. share improve this question If you want to do it with Delphi you could look into how the JclExprEval unit works part of the..

Automatically update version number

http://stackoverflow.com/questions/650/automatically-update-version-number

THIRD number not the fourth one as some people for example Delphi Developers who are used to Major.Minor.Release.Build might expect...

What's the best way to learn C# quickly? [closed]

http://stackoverflow.com/questions/72893/whats-the-best-way-to-learn-c-sharp-quickly

the best way to learn C# quickly closed We have a team of Delphi developers at work who need to get up to speed and start coding..

speech recognition from audio file instead of microphone

http://stackoverflow.com/questions/1055347/speech-recognition-from-audio-file-instead-of-microphone

able to do that from C#.NET and Delphi. thanks. c# .net delphi speech recognition share improve this question This article..

Create a C# DLL That Can Be Imported in a Delphi App Using stdcall - Possible?

http://stackoverflow.com/questions/1063151/create-a-c-sharp-dll-that-can-be-imported-in-a-delphi-app-using-stdcall-possib

how to code the C# DLL to a stdcall interface method c# delphi delphi 2007 stdcall share improve this question This is.. code the C# DLL to a stdcall interface method c# delphi delphi 2007 stdcall share improve this question This is not possible..

How can I programmatically manipulate Windows desktop icon locations?

http://stackoverflow.com/questions/131690/how-can-i-programmatically-manipulate-windows-desktop-icon-locations

Torry ...get set the positions of desktop icons . It's delphi code but I find it very readable and with some P Invokes you'll..

Delphi SOAP Envelope and WCF

http://stackoverflow.com/questions/2473051/delphi-soap-envelope-and-wcf

ser GetCustomer soapenv Body soapenv Envelope I am not a delphi developer but I developed a simple test client to see what's.. formats Any help is greatly appreciated c# .net wcf delphi soap share improve this question Contrary to what some people..

Akima interpolation of an array of doubles

http://stackoverflow.com/questions/3502769/akima-interpolation-of-an-array-of-doubles

Delphi implementation see procedure BuildAkimaSpline in delphi src spline3.pas http www.alglib.net translator re alglib 2.6.0.delphi.zip.. spline3.pas http www.alglib.net translator re alglib 2.6.0.delphi.zip Akima's Fortran 66 implementation http cran.r project.org..

How to make 'always-on-bottom'-window

http://stackoverflow.com/questions/527950/how-to-make-always-on-bottom-window

user do a minimize all or show desktop operation. Both delphi and c# solutions or partial solutions hints would be great... solutions or partial solutions hints would be great. c# delphi share improve this question Warning It was suggested that..

What are the advantages of c# over, say, delphi/realbasic for windows applications [closed]

http://stackoverflow.com/questions/548007/what-are-the-advantages-of-c-sharp-over-say-delphi-realbasic-for-windows-appli

are the advantages of c# over say delphi realbasic for windows applications closed Has anyone ever written.. comes to writing applications to run on Windows c# .net delphi realbasic share improve this question PEOPLE Please note..

Best algorithm for evaluating a mathematical expression?

http://stackoverflow.com/questions/572796/best-algorithm-for-evaluating-a-mathematical-expression

There must be a better way to do this. c# algorithm delphi math parsing share improve this question If you want to..

How can I receive OutputDebugString from service?

http://stackoverflow.com/questions/6384785/how-can-i-receive-outputdebugstring-from-service

and C# has many followers Thanks for any suggestions c# delphi windows services remote debugging outputdebugstring share..

How to AES-128 encrypt a string using a password in Delphi and decrypt in C#?

http://stackoverflow.com/questions/9188045/how-to-aes-128-encrypt-a-string-using-a-password-in-delphi-and-decrypt-in-c

not a requirement for me. A stream of bytes is fine. c# delphi encryption turbopower lockbox 3 share improve this question..

ASP.NET web app calling Delphi DLL on IIS webserver, locks up when returning PChar string

http://stackoverflow.com/questions/9322938/asp-net-web-app-calling-delphi-dll-on-iis-webserver-locks-up-when-returning-pch

extern string SomeFunction string result SomeFunction delphi library TheLib function SomeFunction PChar export stdcall begin.. stdcall begin return PChar '' end exports SomeFunction c# delphi iis interop share improve this question Dampsquid's analysis..