Hi all,
The issue was that SQLiteLibrary moduleName was incorrectly set to
libsqlite3.framework. Once I set that to 'libsqlite3.so', everything works
fine.
Thanks,
deech
On Thu, Feb 19, 2009 at 10:29 PM, aditya siram wrote:
> Hi all,
> I am not sure if this is the place to
Hi all,
Is there an SMTP server in Squeak?
Deech
_
E-mail for the greater good. Join the i’m Initiative from Microsoft.
http://im.live.com/Messenger/IM/Join/Default.aspx?source=EML_WL_
GreaterGood
Hi all,
I was wondering how to get an SSH server working in Squeak. I was told that
this service has been implemented but I can't find any documentation. I
originally posted to the Seaside mailing list but this is probably a better
forum for it.
Thanks ...
Deech
_
Anyone in this group from St Louis? Is there is an active groups in this
area? Want to start one?
Thanks..
Aditya
_
Get a FREE Web site, company branded e-mail and more from Microsoft Office
Live! http://clk.atdmt.com/MRT/go/mcrss
ect: [Newbies] Re: Setting Breakpoints to Read Code
Date: Sat, 5 May 2007 00:51:53 +0200
Aditya,
You can put this inside any method:
self halt. "Will show up a stack trace"
- Jeroen
"Aditya Siram" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi all,
Hi all,
I am new to Squeak and its debugging interface. I am trying to get a handle
on Seaside by setting breakpoints on the methods in the example apps.
Is there a way to bulk set breakpoints for all classes and methods in the
Seaside package(or any other package) ? I would like to see exactl
Hi all,
I would like to use Seaside to give users access to different services. Is
there a pre-built user authentication / user permissions package in Seaside?
Thanks...
Deech
_
Download Messenger. Join the im Initiative. Help ma
Hi all,
This is my first time working with a dynamically typed environment and my
first instinct is to error check all arguments. For example suppose I want
to create an object to represent an octet in an IP address (a number between
0 and 256) I would do something like this:
Object subclass: