[fpc-pascal] Request for help

2014-03-14 Thread Michael Van Canneyt
Hi, I'm helping the editor of Blaise Pascal magazine to develop some components for Lazarus & Delphi (for the Leap Motion). We need someone with experience in 3D-rendering to help out in writing some code. If you think you can do this, please visit http://www.blaisepascal.eu/index.php?actie

Re: [fpc-pascal] request for help: connecting to WIN1251 (ANSI) codepaged DB (FB1.0.3) in Lazarus

2010-04-26 Thread Felipe Monteiro de Carvalho
2010/4/1 62mkv <62...@mail.ru>: >  I've made requests on several FreePascal\Lazarus forums, all states >  that I need either to migrate to migrate to more recent version of >  FB (most popular advice, which I cannot follow) or "patch" SqlDB >  components so that they should make on-the-fly AnsiToUT

Re: [fpc-pascal] request for help: connecting to WIN1251 (ANSI) codepaged DB (FB1.0.3) in Lazarus

2010-04-26 Thread Felipe Monteiro de Carvalho
Actually you should use CP1251ToUTF8 for the conversion from the unit LConvEncoding and not AnsiToUTF8 if you want your code to work properly in any computer. AnsiToUTF8 will only correctly if CP1251 is your system encoding. -- Felipe Monteiro de Carvalho

Re: [fpc-pascal] request for help: connecting to WIN1251 (ANSI) codepaged DB (FB1.0.3) in Lazarus

2010-04-26 Thread Joost van der Sluis
On Thu, 2010-04-01 at 20:19 +0700, 62mkv wrote: > when trying to connect to FB 1.0.3 server, to database that was > created using WIN1251 (Windows Ansi Cyrillic) CHARSET, via SqlDB > TIBConnection component, all Lazarus visual components display ASCII > (32-127) characters OK, but all Cyri

[fpc-pascal] request for help: connecting to WIN1251 (ANSI) codepaged DB (FB1.0.3) in Lazarus

2010-04-01 Thread 62mkv
Hello , when trying to connect to FB 1.0.3 server, to database that was created using WIN1251 (Windows Ansi Cyrillic) CHARSET, via SqlDB TIBConnection component, all Lazarus visual components display ASCII (32-127) characters OK, but all Cyrillic characters are displayed as I can