Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
ARC, Cocotron communications
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  6 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
parels  
View profile  
 More options Feb 9 2012, 10:11 pm
From: parels <andre.par...@gmail.com>
Date: Thu, 9 Feb 2012 19:11:41 -0800 (PST)
Local: Thurs, Feb 9 2012 10:11 pm
Subject: ARC, Cocotron communications
Hello, I am currently building an app using Cocoa which I plan to port
later to Windows etc. Because of Cocotron I have already decided
against CoreData and WebKit. However, I am still on ARC and would like
to know, if there will be support for ARC in the foreseeable future (1
year or so)? If not, I could skip on ARC too, just now when it doesn't
hurt so much as compared to maybe 1 year down the road.

As a general thought, you guys are doing a great job with Cocotron. I
like the approach so much, making a program beautiful where it matters
(on the Mac) and just let it run on Windows, however ugly it is ;) It
should not be the other way around like in most other cross-platform
tools. So thanks for Cocotron.

However, having said that, I would be a lot happier if the information
on the website would be updated more frequently. For example I
strongly miss announcements of what's planned in the future and what's
the status of the various frameworks. And a last blog entry from 2010
saying we re alive and kicking is not very encouraging for new
visitors. I wasn't new but when I revisited after a few months the
project looked just dead. Is the reason for the infrequent updates
that you wrote the web server in Objective-C and have no time to
maintain it? Maybe then it's just not the right tool for the job...


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
parels  
View profile  
 More options Feb 11 2012, 9:52 am
From: parels <andre.par...@gmail.com>
Date: Sat, 11 Feb 2012 06:52:28 -0800 (PST)
Local: Sat, Feb 11 2012 9:52 am
Subject: Re: ARC, Cocotron communications
Oh and BTW, I would strongly suggest that you don't let the issue
tracker "spam" updates to this discussion group. It is very
frustrating to find the real discussions among those many automated
posts. This keeps people away from contributing useful input, because
no one answers their posts which in turn is because no one reads them
(read: no one find's them among the hundreds of automated messages).

Let the forum be the forum and the issue tracker be the issue tracker.

I say this because I am very frustrated at the moment because I
managed to compile cocotron with Xcode 3.2.6 on Snow Leopard
successfully but I could not get any of the examples to work on my
Windows7-64, they all keep crashing. And I am not able to find a
useful discussion on this board which could help me.

On Feb 10, 4:11 am, parels <andre.par...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Pauli Ojala  
View profile  
 More options Feb 12 2012, 5:45 am
From: Pauli Ojala <pa...@lacquer.fi>
Date: Sun, 12 Feb 2012 02:45:59 -0800 (PST)
Local: Sun, Feb 12 2012 5:45 am
Subject: Re: ARC, Cocotron communications
I also had a problem with crashing Win32 exes produced by a new
installation of Cocotron. A fix is here:

http://code.google.com/p/cocotron/issues/detail?id=920

Give it a try?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
rosstulloch  
View profile  
 More options Feb 11 2012, 11:02 pm
From: rosstulloch <r.tull...@gmail.com>
Date: Sat, 11 Feb 2012 20:02:41 -0800 (PST)
Local: Sat, Feb 11 2012 11:02 pm
Subject: Re: ARC, Cocotron communications

> I could not get any of the examples to work on my
> Windows7-64, they all keep crashing.

Make sure you see:

http://groups.google.com/group/cocotron-dev/t/9621d9932497e6f


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Andre Pareis  
View profile  
 More options Feb 12 2012, 9:45 am
From: Andre Pareis <andre.par...@gmail.com>
Date: Sun, 12 Feb 2012 06:45:21 -0800 (PST)
Local: Sun, Feb 12 2012 9:45 am
Subject: Re: ARC, Cocotron communications
Thank you for taking the time to help me. I managed to get it working
by updating the trunk from hg and I also applied the "class!=0" check
to the runtime. Pauli, but how does your actual patch (which was
already merged by Chris into the trunk when I was having these
problem) solve the actual problem? I mean, the patch is for something
with dllmain not NSObject? I was confused by that.

Nonetheless, I am happy that it works now! I'm also glad that the
color picker dialog looks much better now than in the binary cocotron
examples. I look forward to exploring more of current Cocotron now.

Thanks again

On Feb 12, 5:02 am, rosstulloch <r.tull...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Pauli Ojala  
View profile  
 More options Feb 12 2012, 1:06 pm
From: Pauli Ojala <pa...@lacquer.fi>
Date: Sun, 12 Feb 2012 10:06:52 -0800 (PST)
Local: Sun, Feb 12 2012 1:06 pm
Subject: Re: ARC, Cocotron communications
Yeah, sorry -- my commit history was confusing because I had
accidentally committed some debug printout code together with the fix,
and then I had to undo those. So the revision to which I posted the
link appeared to be about dllmain.m only, but actually it was just the
"cleanup" for my commit mistake.

Anyway, I merged my clone with the main branch. There seems to be
things happening with the runtime, so it's possible that my "check for
NULL superclass" fix isn't even necessary anymore... It doesn't hurt
to have it, though. I'll ask Chris to pull it to the main branch.

Here's the latest merge:
http://code.google.com/r/pauli-cocotron/source/detail?r=fffacabc3d861...

On Feb 12, 4:45 pm, Andre Pareis <andre.par...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »