I\'m trying out a very simple program in LAZARUS to multiply two text box val开发者_运维知识库ues and store the result in a third one. This line is what I\'m using.
I have done a little work on lazarus\' free pascal. So when a client asked me to write an application for a mac, after the i开发者_如何学JAVAnitial, \"it can\'t be done\" stage. (followed by an asp.ne
I\'ve tried googling around abit but I cannot find any help in using the badge feature of dock-icons on OSX aswell as getting access to the do开发者_JS百科ck icon menu? I guess I could change the dock
I am attempting to convert a GUI开发者_StackOverflow中文版 application that I made in Delphi (actually, its Lazarus) to a library(DLL).
Would it be too much of an effort to have FPC compile to the Arduino platform? I would really like to use Lazarus to do 开发者_如何学Csome \"sketches\".I\'am working from time to time on the FPC AVR
I\'m trying a long-time to find algorithm PSOLA (Pitch Synchronous Overlap Add) or WSOLA (Waveform Similarity Overlap Add) which are Acoustic or Signal Processing Algorithms.
Most of the other questions about this seem to be C related. I am using Free Pascal and the Lazarus IDE, version开发者_Go百科 2.4.0 and 0.9.30 respectively.
I looked for a long time this algorithm in Pascal and not found, I found it only in C++, it was frustrating. Then I decided to translate the C++ code for Pascal, however there were some problems that
I am trying to access various functions from the \'Approximate nearest neighbor\' (ANN) library from within Delphi (actually, it is Lazarus/FreePascal, but that shouldn\'t matter much).
Is there any function in freepascal to show the Unicode symbol by its code (e.g. U+1D15E)? Unfortunately Chr() works only with ANSI symbols (with codes less than 127).