언어/Lazarus 썸네일형 리스트형 fpcupdeluxe Releases · LongDirtyAnimAlf/fpcupdeluxe · GitHub 더보기 Cross compiling on Lazarus IDE 출처: Cross compiling on Lazarus IDE (toradex.com) Cross compiling on Lazarus IDE Cross compiling on Lazarus IDE Article updated at 22 Oct 2019 Subscribe for this article updates Lazarus is a free cross-platform visual integrated development environment (IDE) for rapid application development using the Free Pascal compiler. The purpose developer.toradex.com Introduction Lazarus is a free cross-pla.. 더보기 Lazarus IDE on ARM Ubuntu (Raspberry Pi, Ubuntu Touch, etc) 출처: Lazarus IDE on ARM Ubuntu (Raspberry Pi, Ubuntu Touch, etc) (kriscode.blogspot.com) Lazarus IDE on ARM Ubuntu (Raspberry Pi, Ubuntu Touch, etc) Lazarus IDE runs on plethora of platforms but today we focus on ARM Linux: Embedded Linux, single board computers, smartphones and ta... kriscode.blogspot.com Lazarus IDE runs on plethora of platforms but today we focus on ARM Linux: Embedded Linux, .. 더보기 윈도우10에서 콤보박스 한글처리시 문제...? 개발자 Q&A - 윈도우10에서 콤보박스 한글처리시 문제...? (devgear.co.kr) 윈도우10에서 콤보박스에서 한글을 직접 입력하고 다른데로 포커스가 가면 한글 맨뒤 글자가 앞으로 옵니다 Windows 8, 10 에서 ComBoBox에서 한글을 입력한 후 마우스로 포커스를 이동 하면 마지막 한글이 앞으로 가는 문제가 발생할 경우에 아래와 같이 해결하세요. 예) 델파이 -> 이델파 ComboBox의 OnExit에 아래와 같이 입력해보세요 procedure TForm1.ComboBox1Exit(Sender: TObject); begin ComBoBox1.SelStart:=Length(ComBoBox1.Text); end; 더보기 Bluetooth wiki.freepascal.org/Bluetooth#Download Contents 1About 2Author 3License 4Download 5Status 6Dependencies / System Requirements 6.1Linux 6.1.1Ubuntu/Debian 6.1.2Mandriva/Redhat 7Installation 8Examples 8.1Identifying reachable Bluetooth devices 8.2Communicating using RFCOMM 9ToDo: Usage/Tutorial/Reference About The bluetoothlaz package provides bindings and functions to access bluetooth devices und.. 더보기 Linux-arm cross compiler for original Raspberry Pi ARMV6Z and FPV2 #148 original: github.com/LongDirtyAnimAlf/fpcupdeluxe/issues/148 Linux-arm cross compiler for original Raspberry Pi ARMV6Z and FPV2 · Issue #148 · LongDirtyAnimAlf/fpcupdeluxe I have a little problem: When I use fpcupdeluxe to install a Linux-arm cross compiler, the executable produced by Lazarus runs on Raspberry Pi B2 and B3, but not in the original one. That is becaus... github.com 더보기 라즈베리파이 bass 설치 I copyed the libbass.so to "/usr/lib/" then i have with "sudo chmod a+rx /usr/lib/libbass.so" give it the rights and last but not least with "sudo ldconfig -n -v /usr/lib" that configurated.위처럼 하니 잘 된다. 정말 맨땅에 헤딩하다 자료 찿기가 이렇게 어렵다..리눅스에 관한것은.. 더더구나 라즈베리에 관한것은 더~~~작업한 파일은 아래에 이야기 나온것처럼 hardfp 디렉토리것을 이용하였다.---------------------------------------------------------------------------------------------.. 더보기 리눅스 파스칼 (lazarus)에서의 home 폴더 지정에 관한 문제점 해결방안 출처: https://cosmosproject201507.blogspot.com/2016/05/lazarus-home.html 요즈음은 GTK 개발 작업을 파스칼로 하고 있다. 개발이 빠르고 빌드와 컴파일이 빠르기 때문이다. 한가지 단점이 있다면.. 기존의 C언어로서의 소스코드를 똑같이 제공하지 못한다는 점... 하지만 다른 상대방도 free pascal 소스코드만 있다면 어떤 아키텍쳐 에서도 리컴파일, 즉 리빌드가 가능하다. (armhf에서도 가능하다.) 하지만 정작 중요한 것은 gtk를 개발할때 부딛히는 한가지 문제점은 프로그램 자체에서의 홈폴더에서의 데이타를 불러 오는 일이다. 물론 예를들어 홈폴더가 user일 경우 memo1.lines.loadfromfile('/home/user/')로서 지정하면.. 더보기 fcl-json fcl-jsonEnglish (en) | русский (ru) Contents [hide] 1 Info2 Streaming3 Examples3.1 Getting Started3.2 Traversing Items3.3 Save/load dialog position/size3.4 Save/load TStringList3.5 From JsonViewer3.6 FpcTwit3.7 See alsoInfofcl-json is a JSON implementation.It contains units such as:fpjson: base unit which implements TJsonData and its children, e.g. TJsonObjectjsonParser: implements TJsonParser, .. 더보기 SQLite3을 설치하는 방법 출처: https://www.tweaking4all.com/software-development/lazarus-development/lazarus-pascal-getting-started-with-sqlite/#GettingstartedwithSQLiteunderLinuxUbuntuRaspbian Getting started with SQLite under Linux (Ubuntu/Raspbian)I have Ubuntu (v12 at the moment) available on a virtual machine and found that the easiest way to follow the following steps. These steps work for Lazarus on Raspberry Pi 2 .. 더보기 이전 1 2 다음