Andreas Schneider wrote:
Hi,
that works the same as in Windows and can probably be done with every
executable format. Simply append the data to the end of the file and store the
offset or length of that data at the end. All you have to do then is to let
the program open "itself" (ParamStr(0))
Graeme Geldenhuys wrote:
* How does one create such a standalone application?
* How do you include the application executable and other resources
(text, image, sound files etc) inside such an installation executable?
Hello Graeme,
I did this on Windows in Delphi, but the principle is pretty
th
Hello,
Does anybody have pascal source for programatical WakeUp
in standby mode through ACPI interfaces ?
--
Milan Marusinec
http://www.CrossGL.com
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman
Graeme Geldenhuys wrote:
> On Thu, Jan 29, 2009 at 9:00 AM, Graeme Geldenhuys
> wrote:
>> Quick question? How does CrossGL compare to AGG or AGG-PAS? It looks
>
> Ah, no wonder the feature set looked familiar - you worked on AggPas
first. :-)
> AggPas is pretty awesome. I hope to one day crea
Graeme Geldenhuys wrote:
> Nice work Milan. Seeing that it's a cross platform graphics library,
> it would be very nice if there was cross platform demos. Currently it
> only has 3 Windows demos available for download. Doesn't say much for
> Linux support. :-( Either way, the Windows demos did r
Dear Ladies & Gentlemen,
It is my greatest pleasure after a years of development
to announce the launch of a brand new general-purpose
vector & raster graphics imaging library called CrossGL.
Main highlights:
* Raster imaging (file formats, bitmap filters, depth conversions)
* Full featured set
Joost van der Sluis wrote:
Op dinsdag 15-04-2008 om 10:19 uur [tijdzone +0200], schreef Milan
Marusinec:
Florian Klaempfl wrote:
Who is Linus Torvalds?
___
fpc-pascal maillist -
[EMAIL PROTECTED]
http://lists.freepascal.org/mailman
Florian Klaempfl wrote:
Who is Linus Torvalds?
___
fpc-pascal maillist -
[EMAIL PROTECTED]
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
http://en.wikipedia.org/wiki/Linus_Torvalds
___
fpc-pa
Marco van de Voort wrote:
I've started binding libsvn to FPC, and I have encountered the
following macro that I do not know how to translate:
#define APR_ARRAY_IDX(ary,i,type) (((type *)(ary)->elts)[i])
The usage of such macro is as follows: APR_ARRAY_IDX (new_entries, i,
const char *);
How ca
Luiz Americo Pereira Camara wrote:
Matt Emson wrote:
I don't think this guy actually listens to anything anyone says to
him. He always seems, to me, to be speaking to an audience, rather
than a discussion list.
Adios Sybuck Flying, added you to my ignore list ;-)
+1
Googling for term "Skyf
Skybuck Flying wrote:
My most recent code uses the new feature "procedures in records".
It seems fpc 2.2.0 does not support procedures in records.
I was hoping fpc 2.2.0 could replace Delphi 2007 compiler because
Delphi 2007 compiler is malfunctioning...
I really like this new feature and I
For those PASCAL users, who doesn't have a clue about
which C/C++ programmers I am talking about in the rest
of my announcement, I must admit that I have made a mistake
in the content of the message (which was originally addressed
to other discussion group).
Again, sorry. It's 2.00 am here and I
Dear Ladies & Gentleman,
I am proud to announce I have just released a new version of AggPas,
the Object Pascal port of the wonderful AGG.
http://www.aggpas.org
A New version of AggPas 2.4 Release Milano 3 is now capable of doing
same things it's master library in C/C++ does.
On top of that,
Hello,
4. Do people make heavy use of Free Pascal objects?
I will answer this question in the sence of meaning the object as a type
for OOP.
Recently in my two pascal projects, which by the way are relatively very
current,
I used only "objects" and not "
This behaviour normal and while annoying, it is simply how things work
in the digital world, you will have to work around it.
Daniƫl
oh yes, this is one of the possible workarounds:
function is_equal_dbl(a ,b : double ) : boolean;
const
epsilon = 1e-14;
begin
result:=Abs(a - b ) < epsilon;
Hello folks,
This one looks pretty elementary, but to my big surprise
it doesn't work as I would expect.
I'd like to ask FreePascal compiler creators, how can I safely
evaluate double variables in case like this.
Sample program with comment is in attachement ...
Milano
//
// Hm. This is reall
Tom Verhoeff wrote:
Any idea what I messed up?
This is what my command line looks like:
fpc -Fu/Users/wstomv/Download/JEDI-SDLv1.0/SDL/Pas -Fl/usr/X11R6/lib
-XMSDL_main -k-L/sw/lib -k-lSDL -k-framework -kOpenGL -k-framework -kCocoa
-Mdelphi demo02
I would suggest to pass the -k switch this
oriented API.
It can be used with Delphi, Kylix and FreePascal compilers and it is
cross-platform (Windows & Linux).
You can find it at: http://www.icu4pas.org
Regards
Milan Marusinec
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
object oriented API.
It can be used with Delphi, Kylix and FreePascal compilers and it is
cross-platform (Windows & Linux).
You can find it at: http://www.icu4pas.org
Regards
Milan Marusinec
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
BlueCat wrote:
I have an additional question to Milan. Google tells me that there is
AggPas program by Milan, maybe you :-) Does this application use QuickTime
API? If QT or MPEG2 file can be easily accessed by FPC, porting my
application to Lazarus become quite a favourable choice (but it mus
BlueCat wrote:
Hello, Pascal folks,
I'm using FPC 2.0.4 on MacOSX 1.4.9 PPC and trying to write a Pascal library
that is externally called from REALbasic (Rb). But Rb needs Carbon.h header
included in dylibs which are called by Rb programs.
To include Carbon.pas in your fpc-mac os X project
Hello Felipe,
I have a function that will receive a Handle. That handle could be a
pointer to a structure, or a object. Is there any safe way to discover
it's nature?
What you want is possible with a little adjustment of the classes
you want to identify at runtime.
Look at the included example
22 matches
Mail list logo