[Newbies] [Solved] Re: SQLite3 'Unable to find function address'

2009-02-19 Thread aditya siram
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 aditya.si...@gmail.comwrote: Hi all, I am not sure if this is the place

[Newbies] Mail server in Squeak

2008-05-28 Thread Aditya Siram
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_

[Newbies] SSH server in Squeak

2008-05-08 Thread Aditya Siram
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

RE: [Newbies] Re: Setting Breakpoints to Read Code

2007-05-05 Thread Aditya Siram
Subject: [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, I am new to Squeak and its

[Newbies] Any Smalltalkers/Squeakers in St Louis?

2007-05-05 Thread Aditya Siram
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!

[Newbies] Setting Breakpoints to Read Code

2007-05-04 Thread Aditya Siram
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

[Newbies] Setting up User Accounts and Authentication in Seaside

2007-04-03 Thread Aditya Siram
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 i’m Initiative. Help

[Newbies] Newbie: Error Checking in Dynamically typed Language

2006-12-09 Thread Aditya Siram
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