FPC Help Programming Software Development by ecklcakes Need help with a program (console application in Lazarus) I need to load a bitmap (bmp) file in FPC and be able to directly edit the pixels (their colour). I then need to be able to save the bitmap again with the same name. Please put as many comments into the code as possible to explain it! Thanks in advance :) Lazarus & fpc-ide help Programming Software Development by JimBeam …'ve been trying for hours to get either Lazarus or fpc-ide installed with no luck. Lazarus - gives message like menubar…, and I haven't a clue what to do next. fpc-ide - cannot install either from ports or pkg_add. It mostly… error. I have googled and read the documentation on the fpc site. Does anyone know what's going on here. Re: Lazarus & fpc-ide help Programming Software Development by JimBeam Problem solved. I tried, once more, to install fpc-ide as a package, and this time got the message that it was already installed. This despite previous attempts where I got error codes. Looking in /usr/local/bin where fpc resides, I saw a file "fp" which does start fpc-ide. Unicode Support for Lazarus/FPC Programming Software Development by Brent720 …an example of how to display Unicode using Lazarus and FPC. It's supposed to be fully UTF-8 capable now… #: 0.9.26.2 beta Date: 2009-03-13 FPC Version 2.2.2 SVN Revision: 18980 i386-win32-win32…the closest equivalent control in Lazarus. I notice that Lazarus/FPC provides routines to convert from AnsiToUTF8, UTF8ToAnsi, also SysToUTF8 and… Download FPC Programming Software Development by Nathan Campos Hello, I'm trying to download the binarys of the [b]FPC ver. 2.1.2 Win32[/b], because i need to develop a program that i only can compile it in this version of FPC, then if you have the binary of this version of a link to it i will be very happy. Thanks, Nathan Paulino Campos Re: Unicode Support for Lazarus/FPC Programming Software Development by Brent720 I think I have found the answers to my own questions, but I'm still not sure if the LANG variable had anything to do with the solution. The SynEdit1 control seems to want to use the Courier font by default, so I set the Font.Name explicitly inside the program. That seems to help a lot. I did some more reading and figured out that I needed to … Re: Unicode Support for Lazarus/FPC Programming Software Development by Brent720 I found a reference for my conversion routine, or one very similar to it, not sure who the orignal author was, but presume it is this guy! I've seen other versions of the same code floating around out in cyberspace. I did not want to take credit for someone else's work. I still don't understand why SynEdit would not provide conversions for … Re: Unicode Support for Lazarus/FPC Programming Software Development by Brent720 Whoops! [code] Taken from Stefan Heymann's XML Parser at http://www.destructor.de/ FUNCTION AnsiToUtf8 (Source : ANSISTRING) : STRING; (* Converts the given Windows ANSI (Win1252) String to UTF-8. *) VAR I : INTEGER; // Loop counter U : WORD; // Current Unicode value Len : INTEGER; // Current real length of "Result… Text File Programming Software Development by Joe Hart …00:00') else: f.write('OUCT,+OUC2FPC+,,,,,,,OUC,FPC,11/18/2009 11:00,11/18/2009 12…2009 00:00') else: f.write('OUCT,+FPC2OUC+,,,,,,,FPC,OUC,11/18/2009 11:00,11/18/2009…00:00') else: f.write('OUCT,+RRI2FPC+,,,,,,,RRI,FPC,11/18/2009 11:00,11/18/2009 …00:00') else: f.write('OUCT,+OUC2FPC+,,,,,,,OUC,FPC,11/19/2009 11:00,11/19/2009 … Create and write to new text file. Programming Software Development by Joe Hart …"OUCT,"+str(intFCITC_list[1])+",,,,,,OUC,FPC,01/00/1900 10:00,01/00/1900 …"OUCT,"+str(intFCITC_list[1])+",,,,,,OUC,FPC,01/00/1900 11:00,01/00/1900 …"OUCT,"+str(intFCITC_list[1])+",,,,,,OUC,FPC,01/00/1900 12:00,01/00/1900…"OUCT,"+str(intFCITC_list[1])+",,,,,,OUC,FPC,01/00/1900 13:00,01/00/1900… Re: Text File Programming Software Development by woooee …/18/2009 %d:00', 0]) output_dict[1] = (['OUCT,0,,,,,,OUC,FPC,11/18/2009 %d:00,11/18/2009 %d:00…', 0], \ ['OUCT,+OUC2FPC+,,,,,,,OUC,FPC,11/18/2009 %d:00,11/18/2009 %d:00… Drupal 7 db_select condition using different tables and conditions Programming Web Development by harikris2007 … field_furniture_value FROM field_data_field_property_category AS fpc '; $qry .= 'JOIN field_data_field_property_type AS fpt ON fpc.entity_id =fpt.entity_id ';…gt;fields('fb',array('entity_id')) ->fields('fpc',array('field_property_category_value')) ->fields('fpt',array('… Control not declared? Programming Software Development by hness1 …: Start of reading config file c:\lazarus\fpc\2.2.4\bin\i386-win32\fpc.cfg Hint: End of reading config file… c:\lazarus\fpc\2.2.4\bin\i386-win32…\fpc.cfg Free Pascal Compiler version 2.2… Help with sound in Free Pascal Programming Software Development by elfman …. - if INT routine has no code, error occur anyway, but FPC don't show any line. - if I run program from… FPC again after it exit with RE216, it run normaly, but … This page cannot be displayed error Hardware and Software Information Security by haeleong …-4556-B644-420AB075B737} - C:\Program Files_Shareware\Flash & Pics Control\fpc.exe (HKCU) O9 - Extra 'Tools' menuitem: Flash && Pics…-4556-B644-420AB075B737} - C:\Program Files_Shareware\Flash & Pics Control\fpc.exe (HKCU) O12 - Plugin for .edf: C:\Program Files\Internet… Re: This page cannot be displayed error Hardware and Software Information Security by haeleong …-4556-B644-420AB075B737} - C:\Program Files_Shareware\Flash & Pics Control\fpc.exe (HKCU) O9 - Extra 'Tools' menuitem: Flash && Pics…-4556-B644-420AB075B737} - C:\Program Files_Shareware\Flash & Pics Control\fpc.exe (HKCU) O12 - Plugin for .edf: C:\Program Files\Internet… Re: Windows API Function: GetUserName Programming Software Development by FlamingClaw hope this helps.... [URL="http://www.hu.freepascal.org/lists/fpc-pascal/2003-July/005694.html"]http://www.hu.freepascal.org/lists/fpc-pascal/2003-July/005694.html[/URL] I'm pretty new and need some help with classes Programming Software Development by r0b0t1 … by alias R0b0t1 Player Information Routines See the file COPYING.FPC, included in this distribution, for details about the copyright. This… Tutorial: Handling Dates and Time in Delphi Programming Software Development by Duoas … them all here. I recommend you peruse your Delphi or FPC documentation. However, what follows should get you started. I will… Re: Tutorial: Handling Dates and Time in Delphi Programming Software Development by Duoas …. The [B]DateUtils[/B] unit was introduced in Delphi 6. FPC uses DateUtils also. For Delphi 5 and earlier all the… Some Error codes [Pascal] Community Center by codeforfun … know if other Pascal versions show each code error, but FPC doesn't. If you got one this encouragement killer errors… Easy Pascal example - unexpected error - please help Programming Software Development by pavel.pavel …[50];sex:0..1; begin max:=0; assign(F,'C:\FPC\2.4.0\bin\i386-win32\salary.txt');reset(F… Windows API Function: GetUserName Programming Software Development by EAnder … does not know which function to overload. I am using FPC and the FPS ide. Thanks. --EAnder Simple Crt module examples for color Programming Software Development by EAnder Using FPS IDE with FPC compiler on windows xp. pascal Programming Software Development by gatis_1 … me please validator make this error Compiling the source code.... $fpc -v0 viens.pas 2>&1 Free Pascal Compiler… Need a debugger for Lazarus on Mac, gdb not found Programming Software Development by AndresOend … line tools. The 'Configure Lazarus IDE' has recognised the compiler, FPC sources, and 'make', but says that the GNU debugger cannot… Re: Need a debugger for Lazarus on Mac, gdb not found Programming Software Development by Duoas … into LLVM. Unfortunately, the LLVM debugger doesn't work with FPC (yet, AFAIK). You'll either have to get an old… Re: Heap Overflow in Pascal Programming Software Development by Duoas FPC will generate exceptions for them. Check FPC's documentation for runtime errors. Good luck! Re: [TurboPascal, Dev-Pas, Free-Pascal] problem with longint and unexpected end of file Programming Software Development by Duoas … code? It is hard to diagnose what is wrong. With FPC, you must be sure to have the [inlinecode]{$goto on… don't think that the $N directive is used in FPC -- the FPC uses native floating-point types -- there is no need… Re: building 300$ XGA projector Hardware and Software Hardware by draven66 …-21020-0215 2 3.030 6.06 Molex .50mm FFC/FPC 6" JUMPER 20 CIRCUIT 2 538-52745-2090 2… 0.960 1.92 Molex .50mm FFC/FPC RA SMT ZIF TOP 20P