Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Miscellaneous
»
Jobs
»
New MacOS 64bit Cocoa bountie
Free Pascal
Website
Downloads
Wiki
Documentation
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Documentation (RTL/FCL/LCL)
Bugtracker
CCR Bugs
GIT
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
Forum Rules
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
exception external SIGSEG...
by
dseligo
[
Today
at 07:57:12 am]
Single / Double / Float s...
by
Khrys
[
Today
at 07:12:43 am]
Has anyone installed TeeB...
by
egsuh
[
Today
at 06:34:29 am]
Commerce website written ...
by
Handoko
[
Today
at 05:24:32 am]
Hashing pointers by using...
by
440bx
[
Today
at 01:15:38 am]
FPC 3.2.4-rc1 available
by
dsiders
[
Today
at 12:59:46 am]
Introducing PasBuild 1.0....
by
dbannon
[December 11, 2025, 11:54:37 pm]
[SOLVED] Program compiles...
by
Schmitty2005
[December 11, 2025, 07:35:39 pm]
TIBDataSet "Closing"? on ...
by
RedOctober
[December 11, 2025, 05:00:04 pm]
So many "newbies"
by
gidesa
[December 11, 2025, 04:18:38 pm]
How can I make a safe app...
by
LeP
[December 11, 2025, 03:30:34 pm]
Lazreport. Multiple print...
by
paweld
[December 11, 2025, 03:12:47 pm]
[SOLVED] Need help conver...
by
srvaldez
[December 11, 2025, 01:52:33 pm]
SpkToolbar custom update
by
wp
[December 11, 2025, 01:48:16 pm]
OS/2 Warp 4 problem with ...
by
Thaddy
[December 11, 2025, 01:35:10 pm]
Is FPGUI still active?
by
BSaidus
[December 11, 2025, 01:25:31 pm]
Bitmap into Paintbox
by
BubikolRamios
[December 11, 2025, 12:58:20 pm]
Notetask 1.1.0 - Free cro...
by
AlexanderT
[December 11, 2025, 12:11:14 pm]
Matching video to form
by
Pe3s
[December 11, 2025, 10:56:47 am]
Is Lazarus' Tool Palette ...
by
Ed78z
[December 11, 2025, 10:37:03 am]
[SOLVED] RXSwitch
by
Petrus Vorster
[December 11, 2025, 10:35:00 am]
fpsockets error: 10047
by
rvk
[December 11, 2025, 09:50:08 am]
Military Grade Directives
by
Thaddy
[December 11, 2025, 08:56:12 am]
Permutation of rows and c...
by
Zvoni
[December 11, 2025, 08:33:20 am]
Jacks or Better card game...
by
TBMan
[December 11, 2025, 03:12:03 am]
« previous
next »
Print
Pages: [
1
]
2
Author
Topic: New MacOS 64bit Cocoa bountie (Read 11243 times)
freq
New Member
Posts: 23
New MacOS 64bit Cocoa bountie
«
on:
October 18, 2013, 05:50:02 pm »
I'm looking for co-workers for bringing the cocoa widgetset to a next level. Big task but has to be done. Carbon support will expire sooner or later on MacOS
http://wiki.lazarus.freepascal.org/Bounties#Increase_Cocoa_LCL_widgetset_significant_.2864bit.29
Logged
taazz
Hero Member
Posts: 5368
Re: New MacOS 64bit Cocoa bountie
«
Reply #1 on:
October 18, 2013, 06:28:50 pm »
cocoa widgetset is 64 bit only isn't it?
Logged
Good judgement is the result of experience … Experience is the result of bad judgement.
OS : Windows 7 64 bit
Laz: Lazarus 1.4.4 FPC 2.6.4 i386-win32-win32/win64
kamischi
Full Member
Posts: 177
Re: New MacOS 64bit Cocoa bountie
«
Reply #2 on:
October 19, 2013, 10:15:57 am »
Quote from: taazz on October 18, 2013, 06:28:50 pm
cocoa widgetset is 64 bit only isn't it?
To the best of my knowledge, it depends on the version of Mac OS X. For example, 10.6 has 32bit cocoa libraries.
Logged
fpc 2.6.4, lazarus 1.4.0, Mac OS X, fink
jwdietrich
Hero Member
Posts: 1266
Re: New MacOS 64bit Cocoa bountie
«
Reply #3 on:
October 19, 2013, 01:23:56 pm »
Cocoa supports both 32-bit and 64-bit binaries on all supported processor families (PPC, x86 and ARM).
It would be great, it the new cocoa widgetset would be flexible enough to also support CocoaTouch (for iOS) and GNUstep.
Logged
function GetRandomNumber: integer; // xkcd.com
begin
GetRandomNumber := 4; // chosen by fair dice roll. Guaranteed to be random.
end;
http://www.formatio-reticularis.de
Lazarus 4.2.0 | FPC 3.2.2 | PPC, Intel, ARM | macOS, Windows, Linux
freq
New Member
Posts: 23
Re: New MacOS 64bit Cocoa bountie
«
Reply #4 on:
October 19, 2013, 07:07:24 pm »
With the latest commits
http://svn.freepascal.org/cgi-bin/viewvc.cgi?view=revision&root=lazarus&revision=42071
one is able to create 64bit cocoa apps (use trunc 1.3 version). It works quite ok for a simple TForm with TButton and TEdit But e.g. TLabel crashes with EXC_BAD_ACCESS in 64bit version (32bit works - see
http://mantis.freepascal.org/view.php?id=25217
). Also some strange "__NSAutoreleaseNoPool() of NSCFNumber, NSCFString autorelease with no pool in place" console messages happens. I'm happy to share my simple test code.
«
Last Edit: October 19, 2013, 07:44:55 pm by freq
»
Logged
freq
New Member
Posts: 23
Re: New MacOS 64bit Cocoa bountie
«
Reply #5 on:
October 20, 2013, 05:19:11 pm »
Fixed the crash:
http://mantis.freepascal.org/view.php?id=25217
Logged
IndianaJones
Hero Member
Posts: 509
Re: New MacOS 64bit Cocoa bountie
«
Reply #6 on:
October 26, 2013, 01:24:40 am »
Just another tribute for the Pascal, I just give 300$ for cocoa widgetset, Full test is reasonable.
I mean all the usable components.
Anyone can touch to me in this forum.
Thanks.
PS. DB part is more extra $.
Thanks.
«
Last Edit: October 26, 2013, 01:31:14 am by IndianaJones
»
Logged
skalogryz
Global Moderator
Hero Member
Posts: 2770
Re: New MacOS 64bit Cocoa bountie
«
Reply #7 on:
October 26, 2013, 01:31:07 am »
ooh... extra cash. the bounty page shows $500.
Logged
IndianaJones
Hero Member
Posts: 509
Re: New MacOS 64bit Cocoa bountie
«
Reply #8 on:
October 26, 2013, 01:32:03 am »
Plus $300 + Extra
Logged
IndianaJones
Hero Member
Posts: 509
Re: New MacOS 64bit Cocoa bountie
«
Reply #9 on:
October 26, 2013, 01:36:39 am »
Pardon me, another thing is +50 for extra component, doesnt matter.
Logged
IndianaJones
Hero Member
Posts: 509
Re: New MacOS 64bit Cocoa bountie
«
Reply #10 on:
October 26, 2013, 01:38:58 am »
Pardon me, full test of course.
Logged
skalogryz
Global Moderator
Hero Member
Posts: 2770
Re: New MacOS 64bit Cocoa bountie
«
Reply #11 on:
October 26, 2013, 01:43:58 am »
full test? is there a list of test applications that could be used? I recall working on widgetest graphical API emulation through Carbon
you'll never know how people can write the code.
Logged
IndianaJones
Hero Member
Posts: 509
Re: New MacOS 64bit Cocoa bountie
«
Reply #12 on:
October 26, 2013, 01:45:01 am »
I will add this thing to bounty page, tomorrow.
Logged
IndianaJones
Hero Member
Posts: 509
Re: New MacOS 64bit Cocoa bountie
«
Reply #13 on:
October 26, 2013, 01:47:26 am »
I mean no bug man.
Logged
IndianaJones
Hero Member
Posts: 509
Re: New MacOS 64bit Cocoa bountie
«
Reply #14 on:
October 26, 2013, 02:10:07 am »
To be honest, no one care about carbon in lazarus.
I opened a case but nothing happened, even the case svn compiling is f*
ing problem.
«
Last Edit: October 26, 2013, 02:34:12 am by skalogryz
»
Logged
Print
Pages: [
1
]
2
« previous
next »
Lazarus
»
Forum
»
Miscellaneous
»
Jobs
»
New MacOS 64bit Cocoa bountie
TinyPortal
© 2005-2018