Win98 isn't officially supported, but I've heard mixed reports as to its
success. Can you give it a shot and let me know your results?
-david
PS: cc'd to the iGlance mailing list
> -----Original Message-----
> From: Jay Thompson [mailto:jtomm@...]
> Sent: Tuesday, August 08, 2006 10:01 PM
> To: David Barrett
> Subject: RE: iglance
>
> Thanks much for getting back to me. Quick
> question. Will iglance work on Win98? Didn't see
> any system requirements.
>
> I'm one of those who is still in the stone age on
> a Win98SE machine. I'll probably be getting
> another machine in the next few months, but would
> like to know if I can use on win98 in the
> meantime. Really looks fantastic.
>
> thanks
>
> --- David Barrett <dbarrett@...> wrote:
>
> > Hi there, no, iGlance is alive and kicking,
> > just been having server
> > troubles. I thought I had them licked, but
> > apparently not.
> >
> > Regardless, it's back up now; please let me
> > know if you experience any more
> > troubles.
> >
> > -david
> >
> > > -----Original Message-----
> > > From: Jay Thompson [mailto:jtomm@...]
> > > Sent: Tuesday, August 08, 2006 8:16 PM
> > > To: dbarrett@...
> > > Subject: iglance
> > >
> > > Hi David,
> > >
> > > Just recently read something on the web about
> > > iglance. Sounds really great. But the website
> > is
> > > down. Is iglance no more?
> > >
> > > -j
> > >
> > >
> >
> __________________________________________________
> > > Do You Yahoo!?
> > > Tired of spam? Yahoo! Mail has the best spam
> > protection around
> > > http://mail.yahoo.com
> >
> >
>
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
From:
iglance@yahoogroups.com [mailto:iglance@yahoogroups.com] On Behalf Of Peter Pan Sent: Saturday, August 05, 2006
7:17 PM To: iglance@yahoogroups.com Subject: Re: [iglance] iGlance is
back!
iGlance is
back online! I apologize for the temporary outage – a fan died on
the server causing it to auto shutdown, though it took a bit to realize it was
as simple as replacing the fan and turning it back on. Regardless, the
website, SVN repository, and service itself should be 100% operational –
please let me know if you have any further troubles. Sorry!
iGlance is back online! I apologize for the temporary outage – a fan died on the server causing it to auto shutdown, though it took a bit to realize it was as simple as replacing the fan and turning it back on. Regardless, the website, SVN repository, and service itself should be 100% operational – please let me know if you have any further troubles. Sorry!
iGlance is back online! I apologize for the temporary
outage – a fan died on the server causing it to auto shutdown, though it
took a bit to realize it was as simple as replacing the fan and turning it back
on. Regardless, the website, SVN repository, and service itself should be 100%
operational – please let me know if you have any further troubles.
Sorry!
Hi Tao,
Sorry to reply late. Just returned from a trip.
Please search motorola.com for "PoC OMA 2.0" and hopefully you can get a
list of all PoC related doc like
http://www.motorola.com/mot/doc/1/1571_MotDoc.pdf. I downloaded them there 2
yrs ago.
Good lucks!!
PP
----- Original Message -----
From: tao sun
To: iglance@yahoogroups.com
Sent: Monday, May 22, 2006 4:00 AM
Subject: Re: [iglance] About Push to talk with SIP
Hi Peter,
Where can I get the spec of PTT with SIP? I wen to OMA website, but it looks
like only members can access more details.
Thanx.
Tao
Peter Pan <huang-ming.pan@...> wrote:
OMA PoC can be a good reference of standardized PTT with SIP. The spec v2.0
seems available from Motorola, I remembered.
I wish I could share my completed implementation (server and client) of PoC
v2.0, but I don't own its IP and rights (-:
However, anyone experienced with SIP, SDP, RTP, and RTCP can build it from
scratch easily, since PoC architecture is well defined therein :-)
BTW, iGlance PTT seems p2p, both signaling & media, while PoC is centralized
in both streams. I now advocate anything of p2p, though I dont know how
iGlance p2p-ize its floor control.
PP
----- Original Message -----
From: David Barrett
To: iglance@yahoogroups.com
Sent: Sunday, May 21, 2006 10:06 AM
Subject: RE: [iglance] About Push to talk with SIP
Hi Tao, iGlance's push to talk over SIP is really quite basic. First, every
client establishes a non-compliant, SIP-like connection with every other
client on its buddy list. Thus everyone is pre-connected to everyone else
with live RTP streams. However, you only send audio/video when you're
actually broadcasting (so they don't cost much to maintain). Thus "push to
talk" is really just "only send audio when the user is holding down the
button". From a protocol standpoint, it's very simple. The application
logic is a bit trickier, however.
As for Java, iGlance is written entirely in C++. Sorry! However, all the
source code is available at http://www.iglance.com/code.html Of specific
interest, you might want to check out:
http://svn.iglance.com/svn/trunk/iglance/client/GDeviceSession.cpp
Good luck!
-david
From: iglance@yahoogroups.com [mailto:iglance@yahoogroups.com] On Behalf Of
taoandyang
Sent: Sunday, May 21, 2006 9:35 AM
To: iglance@yahoogroups.com
Subject: [iglance] About Push to talk with SIP
Hi David,
I am doing a sip-based research project now. Push to talk feature will
be added in my second prototype.
Could u tell me more details about push-to-talk within SIP, such as
document or source code?
Is it possible to develop push-to-talk based-on java using ur iglance
source code?
Thanx.
Tao
BANG LAB
University of Western Cape
South Africa
SPONSORED LINKS Open source software Open source
YAHOO! GROUPS LINKS
Visit your group "iglance" on the web.
To unsubscribe from this group, send an email to:
iglance-unsubscribe@yahoogroups.com
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
Make free worldwide PC-to-PC calls. Try the new Yahoo! Canada Messenger with
Voice
SPONSORED LINKS Open source software Open source
YAHOO! GROUPS LINKS
Visit your group "iglance" on the web.
To unsubscribe from this group, send an email to:
iglance-unsubscribe@yahoogroups.com
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
Where can I get the spec of PTT with SIP? I wen to OMA website, but it looks like only members can access more details.
Thanx.
Tao
Peter Pan <huang-ming.pan@...> wrote:
OMA PoC can be a good reference of standardized PTT with SIP. The spec v2.0 seems available from Motorola, I remembered.
I wish I could share my completed implementation (server and client) of PoC v2.0, but I don't own its IP and rights (-:
However, anyone experienced with SIP, SDP, RTP, and RTCP can build it from scratch easily, since PoC architecture is well defined therein :-)
BTW, iGlance PTT seems p2p, both signaling & media, while PoC is centralized in both streams. I now advocate anything of p2p, though I dont know how iGlance p2p-ize its floor
control.
PP ----- Original Message ----- From: David Barrett To: iglance@yahoogroups.com Sent: Sunday, May 21, 2006 10:06 AM Subject: RE: [iglance] About Push to talk with SIP
Hi Tao, iGlance's push to talk over SIP is really quite basic. First, every client establishes a non-compliant, SIP-like connection with every other client on its buddy list. Thus everyone is pre-connected to everyone else with live RTP streams. However, you only send audio/video when you're actually broadcasting (so they don't cost much to maintain). Thus "push to talk" is really just "only send audio when the user is holding down the button". From a protocol standpoint, it's very simple. The application logic is a bit trickier, however.
From: iglance@yahoogroups.com [mailto:iglance@yahoogroups.com] On Behalf Of taoandyang Sent: Sunday, May 21, 2006 9:35 AM To: iglance@yahoogroups.com Subject: [iglance] About Push to talk with SIP
Hi David,
I am doing a sip-based research project now. Push to talk feature will be added in my second prototype.
Could u tell me more details about push-to-talk within SIP, such as document or source code?
Is it possible to develop push-to-talk based-on java using ur iglance source code?
Thanx.
Tao
BANG LAB University of Western Cape South Africa
SPONSORED LINKS Open source software Open source
YAHOO! GROUPS LINKS
Visit your group "iglance" on the web.
To unsubscribe from this group, send an email to: iglance-unsubscribe@yahoogroups.com
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
There’s nothing currently in the way
of floor control (anyone can talk simultaneous). My intent was to use a token-passing
scheme (the current speaker has the token and gives it to the next guy; only
one token so only one speaker, and no server needed), but I haven’t yet
built the group conferencing capability into iGlance.
As for iGlance overall, it’s largely
P2P (peers send SIP, RTP, RTCP direct to other peers), but the central server
is used for lookup and NAT traversal.
-david
From:iglance@yahoogroups.com [mailto:iglance@yahoogroups.com] On Behalf Of Peter Pan Sent: Sunday, May 21, 2006 11:03
AM To:iglance@yahoogroups.com Subject: Re: [iglance] About Push
to talk with SIP
OMA PoC can be a good
reference of standardized PTT with SIP. The spec v2.0
seems available from Motorola, I remembered.
I wish I could share my completed implementation (server and client) of PoC
v2.0, but I don't own its IP and rights (-:
However, anyone experienced with SIP, SDP, RTP, and RTCP can build it from
scratch easily, since PoC architecture is well defined therein :-)
BTW, iGlance PTT seems p2p, both signaling & media, while PoC is
centralized
in both streams. I now advocate anything of p2p, though I dont know how
iGlance p2p-ize its floor control.
PP
----- Original Message -----
From: David Barrett
To: iglance@yahoogroups.com
Sent: Sunday, May 21, 2006 10:06 AM
Subject: RE: [iglance] About Push to talk with SIP
Hi Tao, iGlance's push to talk over SIP is really quite basic. First,
every
client establishes a non-compliant, SIP-like connection with every other
client on its buddy list. Thus everyone is pre-connected to everyone else
with live RTP streams. However, you only send audio/video when you're
actually broadcasting (so they don't cost much to maintain). Thus
"push to
talk" is really just "only send audio when the user is holding down
the
button". From a protocol standpoint, it's very simple. The
application
logic is a bit trickier, however.
From: iglance@yahoogroups.com
[mailto:iglance@yahoogroups.com] On
Behalf Of
taoandyang
Sent: Sunday, May 21, 2006 9:35 AM
To: iglance@yahoogroups.com
Subject: [iglance] About Push to talk with SIP
Hi David,
I am doing a sip-based research project now. Push to talk feature will
be added in my second prototype.
Could u tell me more details about push-to-talk within SIP, such as
document or source code?
Is it possible to develop push-to-talk based-on java using ur iglance
source code?
Thanx.
Tao
BANG LAB University of Western Cape South Africa
SPONSORED LINKS Open source software Open source
YAHOO! GROUPS LINKS
Visit your group "iglance" on the web.
To unsubscribe from this group, send an email to:
iglance-unsubscribe@yahoogroups.com
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
OMA PoC can be a good reference of standardized PTT with SIP. The spec v2.0
seems available from Motorola, I remembered.
I wish I could share my completed implementation (server and client) of PoC
v2.0, but I don't own its IP and rights (-:
However, anyone experienced with SIP, SDP, RTP, and RTCP can build it from
scratch easily, since PoC architecture is well defined therein :-)
BTW, iGlance PTT seems p2p, both signaling & media, while PoC is centralized
in both streams. I now advocate anything of p2p, though I dont know how
iGlance p2p-ize its floor control.
PP
----- Original Message -----
From: David Barrett
To: iglance@yahoogroups.com
Sent: Sunday, May 21, 2006 10:06 AM
Subject: RE: [iglance] About Push to talk with SIP
Hi Tao, iGlance's push to talk over SIP is really quite basic. First, every
client establishes a non-compliant, SIP-like connection with every other
client on its buddy list. Thus everyone is pre-connected to everyone else
with live RTP streams. However, you only send audio/video when you're
actually broadcasting (so they don't cost much to maintain). Thus "push to
talk" is really just "only send audio when the user is holding down the
button". From a protocol standpoint, it's very simple. The application
logic is a bit trickier, however.
As for Java, iGlance is written entirely in C++. Sorry! However, all the
source code is available at http://www.iglance.com/code.html Of specific
interest, you might want to check out:
http://svn.iglance.com/svn/trunk/iglance/client/GDeviceSession.cpp
Good luck!
-david
From: iglance@yahoogroups.com [mailto:iglance@yahoogroups.com] On Behalf Of
taoandyang
Sent: Sunday, May 21, 2006 9:35 AM
To: iglance@yahoogroups.com
Subject: [iglance] About Push to talk with SIP
Hi David,
I am doing a sip-based research project now. Push to talk feature will
be added in my second prototype.
Could u tell me more details about push-to-talk within SIP, such as
document or source code?
Is it possible to develop push-to-talk based-on java using ur iglance
source code?
Thanx.
Tao
BANG LAB
University of Western Cape
South Africa
SPONSORED LINKS Open source software Open source
YAHOO! GROUPS LINKS
Visit your group "iglance" on the web.
To unsubscribe from this group, send an email to:
iglance-unsubscribe@yahoogroups.com
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
Hi jtomm, I haven’t personally tried
running atop Win98, but I’ve heard mixed results. I know at least one
user has reported problems with the “PSAPI.dll”, but I believe others
have had it working. Please give it a shot and let me know what you find.
-david
From:iglance@yahoogroups.com [mailto:iglance@yahoogroups.com] On Behalf Of jtomm Sent: Tuesday, May 16, 2006 6:41
PM To:iglance@yahoogroups.com Subject: [iglance] Windows 98
Compatible?
Does iglance work on
Windows98SE?
I haven't tried iglance yet because I didn't see any system
requirements listed on the site. Looks great though.
Hi Tao, iGlance’s push to talk over
SIP is really quite basic. First, every client establishes a
non-compliant, SIP-like connection with every other client on its buddy
list. Thus everyone is pre-connected to everyone else with live RTP
streams. However, you only send audio/video when you’re actually
broadcasting (so they don’t cost much to maintain). Thus
“push to talk” is really just “only send audio when the user
is holding down the button”. From a protocol standpoint, it’s
very simple. The application logic is a bit trickier, however.
From:iglance@yahoogroups.com [mailto:iglance@yahoogroups.com] On Behalf Of taoandyang Sent: Sunday, May 21, 2006 9:35 AM To:iglance@yahoogroups.com Subject: [iglance] About Push to
talk with SIP
Hi David,
I am doing a sip-based research project now. Push to talk feature will
be added in my second prototype.
Could u tell me more details about push-to-talk within SIP, such as
document or source code?
Is it possible to develop push-to-talk based-on java using ur iglance
source code?
Does iglance work on Windows98SE?
I haven't tried iglance yet because I didn't see any system
requirements listed on the site. Looks great though.
Any probs on Win98?
Hi David,
I am doing a sip-based research project now. Push to talk feature will
be added in my second prototype.
Could u tell me more details about push-to-talk within SIP, such as
document or source code?
Is it possible to develop push-to-talk based-on java using ur iglance
source code?
Thanx.
Tao
BANG LAB
University of Western Cape
South Africa
Hi Hartford,
sorry for the slow reply. I’m not too familiar with GoToMyPC, but
iGlance has screen sharing, videoconferencing, and file sharing all in one
slick package. Check it out!
-david
PS: cc’d to the iGlance mailing list
From: Hartford
Matthews [mailto:hartford@...] Sent: Wednesday, May 10, 2006 9:15
AM To: dbarrett@... Subject: iglance
I just came across you site. Is this comparable to gotomypc.com
but with video?
Thanks
Hartford
Matthews
Acoustic Fuel
512 S. Washington
#274
Royal Oak,
Michigan48067
hartford@...
1.800.583.2134 ext.252
Hi Alec, screen sharing can be enabled by setting the following line in your
'settings.ini' file:
Enable_Screen_Share_Color: True
More settings can be found here:
http://svn.iglance.com/svn/trunk/docs/settings_quickref.txt
-david
> -----Original Message-----
> From: Alec Dorling [mailto:alec.dorling@...]
> Sent: Tuesday, May 09, 2006 2:28 PM
> To: dbarrett@...
> Subject: screen sharing
>
> Hi
>
> Any reason when screen sharing that the shared screen appears in
> black and white and not full colour
>
> Thanks
>
> ____________________________
> Alec Dorling
>
> Email: alec.dorling@...
>
Hi Tony, thanks for asking. iGlance currently offers no global directory
function; ID exchange happens via email, IM, phone, or however you like. As
it stands, iGlance isn't optimized for meeting new people, but rather
communicating better with those you already know.
As for screen sharing, yes this'll work fine even if they don't have a
camera or microphone. Indeed, you can send your audio/video to a buddy even
if they can only respond with text.
Good luck, and let me know how it goes!
-david
PS: cc'd to mailing list
> -----Original Message-----
> From: Tony Wasserman [mailto:tonyw@...]
> Sent: Thursday, March 09, 2006 12:52 AM
> To: dbarrett@...
> Subject: adding buddies in iGlance
>
> David:
>
> Thanks for your efforts with iGlance. It looks quite promising.
>
> I have a question about how one adds buddies. I looked on
> the Yahoo group, but didn't find an answer. You said that
> there was a wiki, but I didn't find it.
>
> Basically, the question is how to add someone as a buddy.
> For instance, how would I add you? I know your email
> address, but I can't just type that address and have you
> become a buddy. It doesn't appear that there is a connection
> with various IM systems, either.
>
> Any help or pointers that you can provide will be greatly
> appreciated.
>
> My eventual goal is to share a window on my screen, such
> as an OpenOffice Impress presentation, with about 10
> people at once. So we all have to become buddies as
> a first step. That reminds me: will I be able to share the
> screen/window with people who don't have a video connection?
> Do I have to do anything special for that?
>
> Tony Wasserman
Hi Lars, unfortunately no we don't have an OSX port, but we would absolutely
*love* to. If you know anyone who can do this, please encourage them
contact me!
-david
PS: cc'd to the iGlance mailing list
> -----Original Message-----
> From: Lars LB. Baumstark [mailto:l.baumstark@...]
> Sent: Tuesday, March 07, 2006 4:28 AM
> To: dbarrett@...
> Subject: iglance for OSX ?
>
> Hello David,
>
> excuse the (probably often recurring) question: Do you know of any iglance
> port to Apple OS-X ?
> I googled around and found nothing, and I´m not too familiar with the
> Xcode-Tools, so compiling it
> myself for that platform is (not yet) an option for me...
>
> Thanks in advance,
> Lars
>
> -----------------------------------------------------------
> embeX GmbH
> Lars Baumstark
> Systemingenieur
>
> Lörracher Strasse 16
> 79115 Freiburg
> -----------------------------------------------------------
> e-mail: l.baumstark@...
> Tel.: +49 (0)761 / 47 97 99 - 23
> Fax.: +49 (0)761 / 47 97 99 - 99
> -----------------------------------------------------------
Hi Paul, going back through the bug logs and came across this. FYI, if you
double-click on the user's icon it'll begin a "hands-free talk" session, but
if you double-click on the user's *name* it'll open the text-chat window.
Please give that a shot and let me know what you think. Regardless, thanks
for the suggestion!
-david
PS: cc'd to the iGlance mailing list
> -----Original Message-----
> From: iglanced@... [mailto:iglanced@...]
> Sent: Tuesday, February 14, 2006 4:25 PM
> To: dbarrett@...
> Subject: Bug Report: 'paulej@...' <paulej@...>
>
> If I double click on a buddy, I want to be able to send text, rather than
> take the default action of "talking". Can you make this configurable?
Yes, of course, I’d be happy to provide
server binaries under Win32 or Linux. Source code is also available. Let’s
talk more off-list to figure out your precise needs.
-david
From:iglance@yahoogroups.com [mailto:iglance@yahoogroups.com] On Behalf Of markspanagel Sent: Thursday, March 02, 2006
9:08 AM To:iglance@yahoogroups.com Subject: [iglance] iGlance Server?
Hi David,
This is an extremely cool product!! I'd love
to use it in my enterprise. It would exactly solve a problem
I'm having right now. Unfortunately, I need to prevent my users from
being able to chat / file share / screen share / etc... with users outside
the company. Is there any chance you'd be interested in releasing
the server software in an enterprise edition?
Hi David,
This is an extremely cool product!! I'd love to use it in my
enterprise. It would exactly solve a problem I'm having right now.
Unfortunately, I need to prevent my users from being able to chat /
file share / screen share / etc... with users outside the company. Is
there any chance you'd be interested in releasing the server software
in an enterprise edition?
-Mark
Hi, I believe that error occurs if you are
running a version of DirectX before 8. Please upgrade to the latest
version of DirectX and that should take care of it. Here’s a really
sketchy workaround I found online (haven’t tried it, but you’re
welcome to if you’re crazy):
DVD to VCD SVCD MPEG AVI Ripper
assumes that you have installed the latest version of DirectX sound software. It
needs a specific function (Ordinal 11) from a specific library (error in
finding the DLL).
When this error message appears, it means that you need to install DirectX SDK
to your computer.
If you do not want to install the DirectX, you may also try the following
steps,
·Step 1, download this new version
file "dsound.dll" to your computer. Download it
·Step 2, reboot your computer and
enter in safe mode.
·Step 3, rename the old file
"dsound.dll" under the windows' "System32" folder to
another file name for backup.
·Step 4, copy the new downloaded
file "dsound.dll" to the windows' "System32" folder.
·Step 5, reboot your computer.
Please let me know if this works.
-david
PS: cc’d this to iglance@yahoogroups.com
From: Sales Northern
IT Services [mailto:sales@...] Sent: Saturday, February 25, 2006
8:41 PM To: dbarrett@... Subject: I get this msg when I try
to run iglance, please help
Message: The ordinal 11 could not be located
in the dynamic link library DSOUND.dll.
--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.375 / Virus Database: 268.1.0/269 - Release Date: 24/02/2006
Crap. It’s not like this is a high
traffic list, but I’m turning on moderation to week out spam like this.
Sorry for the inconvenience.
-david
From:iglance@yahoogroups.com [mailto:iglance@yahoogroups.com] On Behalf Of vvijay.rao1281 Sent: Friday, February 24, 2006
9:50 PM To:iglance@yahoogroups.com Subject: [iglance] The Ultimate
Java forum destination on the web
Hi Friends;
On behalf of javalive.com, I'd like to extend an
invitation to javalive forums.
This forum has been launched from India and I
would request all you friends to use the same and make it a bigger
success than jguru.com or javaworld.com .
In addition to a versatile forum, javalive.com
offers complimentary features such as news,Techno News, Java Articles
,headlines, weblinks, Polls,java blogs, source codes,
downloads, and much more.
Here is a link to the javalive.com web site, where
you'll find many on-line services and resources to help the java
community:
Hi Friends;
On behalf of javalive.com, I'd like to extend an invitation to
javalive forums.
This forum has been launched from India and I would request all you
friends to use the same and make it a bigger success than jguru.com
or javaworld.com .
In addition to a versatile forum, javalive.com offers complimentary
features such as news,Techno News, Java Articles ,headlines,
weblinks, Polls,java blogs, source codes, downloads, and much more.
Here is a link to the javalive.com web site, where you'll find many
on-line services and resources to help the java community:
http://www.javalive.com
I hope you'll consider visiting the javalive forums.
If I can be of further assistance, please do not hesitate to contact
me.
Sincerely,
Webmaster
javalive.com
Hi Malcom, thanks for the great suggestions and I'm glad you're back online.
> -----Original Message-----
> From: iglanced@... [mailto:iglanced@...]
> Sent: Sunday, February 19, 2006 7:48 PM
> To: dbarrett@...
> Subject: Bug Report: 'malcolm@...' <malcolma@...>
>
> Hi Looks good - thanks for fixing the bug - now all fine. Now that we have
> used it for a while a few observations. Its great for interactions and
> works as you say - very useful product. It would be great if... 1) iGlance
> could be configured to remain on top of other windows (I run nview which
> enables to run always on top and semi tranparent but iGlance does not seem
> to support that), 2) iGlance could be minimised to taskbar icon only 3) It
> would be great if I could see a picture of myself so I knew what others
> were seeing of me, 4) When I have a conversation, only one iGlance window
> appeared for each person with the text changing to now listening to, now
> talking to, etc, rather than separate windows for listening and talking. I
> realise, though, that it is still early days and there are only so many
> hours in the day. Anyhow - great product and we will keep using it,
> Regards Malcolm
>
> PS - I forgot to mention echo canceling is a necessary feature of the
> audio management (as I like most people have PC speakers plus a headset
> and mike) and auto configuration of the video is necessary as well (I have
> different cameras set up in the difference offices where I work) - cheers
> malcolm
Great, please keep us up to date with your
progress!
From:iglance@yahoogroups.com [mailto:iglance@yahoogroups.com] On Behalf Of Rick S. Sent: Friday, February 17, 2006
3:08 PM To:iglance@yahoogroups.com Subject: Re£º Re: [iglance]
Question for compile
I look forward to
hacking. I ordered a couple of webcams, and hope to hack around on the weekend,
but probably not this weekend. As for it's use: start out with connecting to my
wife. We used to work out of the same room and could
banter. Now we aren't. Looks like a nice model to mimic that.
Rick
--- In iglance@yahoogroups.com,
"David Barrett" <dbarrett@...> wrote: > > Done, good suggestion. > > Now that you've taken a glance at the code, what
are your thoughts? What > would you like to do with it? > > -david > ________________________________________ > From: iglance@yahoogroups.com
[mailto:iglance@yahoogroups.com] On Behalf Of > Rick S. > Sent: Sunday, February 12, 2006 11:30 AM > To: iglance@yahoogroups.com > Subject: Re£º Re: [iglance] Question for
compile > > Hi David, > > I enjoyed your talk yesterday at
CodeCon. Inspired me enough to look > into getting a webcam for my laptop and to
build iglance. I hit a > compile problem which was addressed in a
previous mail you wrote. You > would you be willing to add this to the
process in BUILD.txt as a "if > you hit linking error, try this"
suggestion? Thanks. > > Rick > > --- In iglance@yahoogroups.com,
David Barrett <dbarrett@> wrote: > > > > Try this: > > > > 1) Right click on
"iGlanceClient" in the left pane > > 2) Choose "Properties" > > 3) Expand "Configuration
Properties" in the left hierarchy > > 4) Expand "Linker" in the left
hierarchy > > 5) Choose "Input" in the left
hierarchy > > 6) Insert into the "Ignore Specific
Library": > > > >
libc.lib;libcmt.lib;msvcrt.lib;libcd.lib;msvcrtd.lib > > > > 7) Click OK > > 8) Clean and build > > > > Any luck? > > > > -david > > > > > ________________________________________ > YAHOO! GROUPS LINKS > > • Visit your group
"iglance" on the web. > > • To unsubscribe from this group,
send an email to: > iglance-unsubscribe@yahoogroups.com > > • Your use of Yahoo! Groups is
subject to the Yahoo! Terms of Service. > > ________________________________________ >
I look forward to hacking. I ordered a couple of
webcams, and hope to hack around on the weekend, but probably
not this weekend.
As for it's use: start out with connecting to my wife. We used
to work out of the same room and could banter. Now we aren't.
Looks like a nice model to mimic that.
Rick
--- In iglance@yahoogroups.com, "David Barrett" <dbarrett@...> wrote:
>
> Done, good suggestion.
>
> Now that you've taken a glance at the code, what are your thoughts?
What
> would you like to do with it?
>
> -david
> ________________________________________
> From: iglance@yahoogroups.com [mailto:iglance@yahoogroups.com] On
Behalf Of
> Rick S.
> Sent: Sunday, February 12, 2006 11:30 AM
> To: iglance@yahoogroups.com
> Subject: Re£º Re: [iglance] Question for compile
>
> Hi David,
>
> I enjoyed your talk yesterday at CodeCon. Inspired me enough to look
> into getting a webcam for my laptop and to build iglance. I hit a
> compile problem which was addressed in a previous mail you wrote. You
> would you be willing to add this to the process in BUILD.txt as a "if
> you hit linking error, try this" suggestion? Thanks.
>
> Rick
>
> --- In iglance@yahoogroups.com, David Barrett <dbarrett@> wrote:
> >
> > Try this:
> >
> > 1) Right click on "iGlanceClient" in the left pane
> > 2) Choose "Properties"
> > 3) Expand "Configuration Properties" in the left hierarchy
> > 4) Expand "Linker" in the left hierarchy
> > 5) Choose "Input" in the left hierarchy
> > 6) Insert into the "Ignore Specific Library":
> >
> > libc.lib;libcmt.lib;msvcrt.lib;libcd.lib;msvcrtd.lib
> >
> > 7) Click OK
> > 8) Clean and build
> >
> > Any luck?
> >
> > -david
>
>
>
>
> ________________________________________
> YAHOO! GROUPS LINKS
>
> • Visit your group "iglance" on the web.
>
> • To unsubscribe from this group, send an email to:
> iglance-unsubscribe@yahoogroups.com
>
> • Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
>
> ________________________________________
>
Hi Anna. Unfortunately I don’t have
a list of supported/unsupported webcams, though I believe I do catch most of
them. I’ve tested extensively with the Creative webcams, so I would
recommend any of those. Thanks!
-david
From:iglance@yahoogroups.com [mailto:iglance@yahoogroups.com] On Behalf Of Anna Sent: Thursday, February 16, 2006
7:01 AM To:iglance@yahoogroups.com Subject: [iglance] Equipment
question
Hi David,
My friend Daniel introduced me to you at CodeCon..
and I promptly downloaded iglance on my home computer that night
(now just to find that webcam...)
I am leaving for Japan for a bit, and thought I
might try iglance on a laptop I'll be buying and taking with me.
A friend (former IT colleague at work) recommended the Dell Latitude
D410. I have Skype and was thinking of buying the Motorola Wireless
Internet kit - a bluetooth connection that uses a USB port.
I'm not sure what kind of webcam to get to use with this combination when
traveling (and not sure how many USB ports the D410 has... or if
the webcam uses a USB.
Do you have any configuration recommendations?
I played with iglance (w/o the webcam at home) and
really like its look and feel. Can't wait to see what it might do
for the Africa projects I mentioned!
Hi David,
My friend Daniel introduced me to you at CodeCon.. and I promptly
downloaded iglance on my home computer that night (now just to find
that webcam...)
I am leaving for Japan for a bit, and thought I might try iglance on
a laptop I'll be buying and taking with me. A friend (former IT
colleague at work) recommended the Dell Latitude D410. I have Skype
and was thinking of buying the Motorola Wireless Internet kit - a
bluetooth connection that uses a USB port. I'm not sure what kind
of webcam to get to use with this combination when traveling (and
not sure how many USB ports the D410 has... or if the webcam uses a
USB.
Do you have any configuration recommendations?
I played with iglance (w/o the webcam at home) and really like its
look and feel. Can't wait to see what it might do for the Africa
projects I mentioned!
-Anna
Hi there, thanks trying out iGlance. As for your issue, try removing each
other from your respective buddy lists, going online at the same time, and
then one adding the other. There's currently a problem if you both add each
other while the other is offline, then neither will ever notice the other.
Can you test to see if this is the case? Thanks!
-david
PS: cc'd to the mailing list
> -----Original Message-----
> From: iglanced@... [mailto:iglanced@...]
> Sent: Friday, February 10, 2006 2:18 AM
> To: dbarrett@...
> Subject: Bug Report: 'malcolm@...' <malcolma@...>
>
> Malcolm cannot see when Greg is online, Greg cannot see when Malcolm is
> online (consequently not much happens). We haven't tried adding anyone
> else. PS the editor in this screen is a bit primitive - eg no back arrows,
> etc. Great idea, great product, love the interface - well done.
Done, good suggestion.
Now that you've taken a glance at the code, what are your thoughts? What
would you like to do with it?
-david
________________________________________
From: iglance@yahoogroups.com [mailto:iglance@yahoogroups.com] On Behalf Of
Rick S.
Sent: Sunday, February 12, 2006 11:30 AM
To: iglance@yahoogroups.com
Subject: Re£º Re: [iglance] Question for compile
Hi David,
I enjoyed your talk yesterday at CodeCon. Inspired me enough to look
into getting a webcam for my laptop and to build iglance. I hit a
compile problem which was addressed in a previous mail you wrote. You
would you be willing to add this to the process in BUILD.txt as a "if
you hit linking error, try this" suggestion? Thanks.
Rick
--- In iglance@yahoogroups.com, David Barrett <dbarrett@...> wrote:
>
> Try this:
>
> 1) Right click on "iGlanceClient" in the left pane
> 2) Choose "Properties"
> 3) Expand "Configuration Properties" in the left hierarchy
> 4) Expand "Linker" in the left hierarchy
> 5) Choose "Input" in the left hierarchy
> 6) Insert into the "Ignore Specific Library":
>
> libc.lib;libcmt.lib;msvcrt.lib;libcd.lib;msvcrtd.lib
>
> 7) Click OK
> 8) Clean and build
>
> Any luck?
>
> -david
________________________________________
YAHOO! GROUPS LINKS
• Visit your group "iglance" on the web.
• To unsubscribe from this group, send an email to:
iglance-unsubscribe@yahoogroups.com
• Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
________________________________________
Hi David,
I enjoyed your talk yesterday at CodeCon. Inspired me enough to look
into getting a webcam for my laptop and to build iglance. I hit a
compile problem which was addressed in a previous mail you wrote. You
would you be willing to add this to the process in BUILD.txt as a "if
you hit linking error, try this" suggestion? Thanks.
Rick
--- In iglance@yahoogroups.com, David Barrett <dbarrett@...> wrote:
>
> Try this:
>
> 1) Right click on "iGlanceClient" in the left pane
> 2) Choose "Properties"
> 3) Expand "Configuration Properties" in the left hierarchy
> 4) Expand "Linker" in the left hierarchy
> 5) Choose "Input" in the left hierarchy
> 6) Insert into the "Ignore Specific Library":
>
> libc.lib;libcmt.lib;msvcrt.lib;libcd.lib;msvcrtd.lib
>
> 7) Click OK
> 8) Clean and build
>
> Any luck?
>
> -david