Search the web
Sign In
New User? Sign Up
iglance
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 11 - 40 of 133   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
11
Ok, so I blew away the old blog because it was so boring, I feel asleep writing it. Let's try this thing again. -- Posted by quinthar to iGlance News at...
quinthar
Offline Send Email
Oct 31, 2005
8:42 am
12
So you all know I've been working on iGlance for ages. Well, I'm happy to report that after all this time, it's done. (Well, as much as anything in this...
David Barrett
quinthar
Offline Send Email
Nov 5, 2005
10:00 pm
13
Congrats, David!! The web site does look snazzy, and the app looks nice too, although I think I was bad about following the directions and creating a new user...
Adam Fisk
afisk3
Offline Send Email
Nov 5, 2005
10:35 pm
14
Sorry folks -- didn't realize I was replying to the whole list. Lucky I didn't say anything too perverse, eh? Ya'll should check out the p2p SIP ad hoc group...
Adam Fisk
afisk3
Offline Send Email
Nov 5, 2005
10:36 pm
15
Thanks for the P2P SIP reference -- I'll definitely check it out. As for not being able to get online, that's not good. Please try these: - When logging on,...
David Barrett
quinthar
Offline Send Email
Nov 5, 2005
11:21 pm
16
Hm.. I really don't know. The source code is available at http://www.iglance.com/code.html -- perhaps you can give it a shot? 'libpig' has built in...
David Barrett
quinthar
Offline Send Email
Nov 8, 2005
9:19 pm
17
... From: "David Barrett" <dbarrett@...> To: "Enzo Michelangeli" <enzomich@...>; <iglance@yahoogroups.com> Sent: Wednesday, November 09, 2005...
Enzo Michelangeli
enzomi
Offline Send Email
Nov 9, 2005
1:16 am
18
... Heh, a bit of a chicken/egg problem, then. I expect it'd compile fine on earlier versions (such as MSVC6.0), but unfortunately you'd need to hack apart...
David Barrett
quinthar
Offline Send Email
Nov 9, 2005
1:29 am
19
... From: "David Barrett" <dbarrett@...> To: <iglance@yahoogroups.com> Sent: Wednesday, November 09, 2005 9:29 AM Subject: Re: [iglance] Re: iGlance...
Enzo Michelangeli
enzomi
Offline Send Email
Nov 9, 2005
1:56 am
20
... There's actually a great tool for automatically converting .vcproj/.sln back to .dsp/.dsw. I've used it several times and never had any problems: ...
Tom Grandgent
tgrandgent
Offline Send Email
Nov 9, 2005
2:00 am
21
... Heh, ok, ok, I submit. I'm really just ignorant of what it takes. I'm totally cool with the idea of having a Cygwin build process. I just want to *also*...
David Barrett
quinthar
Offline Send Email
Nov 9, 2005
2:45 am
22
... Oh, sweet, thanks for the reference. Do you know of anything similar between sln/makefile (or more likely, DSW/makefile)? -david...
David Barrett
quinthar
Offline Send Email
Nov 9, 2005
2:47 am
23
... Well, in the VC++ 6 IDE, on the Project menu, there's an Export Makefile command. There's also dsw2mak: ...
Tom Grandgent
tgrandgent
Offline Send Email
Nov 9, 2005
2:54 am
24
Hey David- Looks like I get an invalid username/password response from the server (from the logs). I don't get any visual error saying my username/password...
Adam Fisk
afisk3
Offline Send Email
Nov 15, 2005
2:52 am
25
So I've had some requests as for where to get started in the code, and #1 on that list is audio quality. What I've got so far "works", but it really needs the...
David Barrett
quinthar
Offline Send Email
Nov 26, 2005
5:04 am
26
David, You menntion conversion from short to float. I see that Speex 1.1.11 includes a fixed-point implementation, which would probably make that codec viable...
Enzo Michelangeli
enzomi
Offline Send Email
Nov 26, 2005
10:27 am
27
I'm trying to compile iglance. It needs openssl/sha.h which is not in win32.zip. I guess the library is in win32_full.zip but i can't find it anywhere. Where...
thaolx
Offline Send Email
Nov 26, 2005
11:32 pm
28
It's located at: $SVN\libpig\libs\win32\openssl-0.9.8\inc32\openssl\sha.h It should be in win32.zip; please let me know if you can't find it. Also, the include...
David Barrett
quinthar
Offline Send Email
Nov 27, 2005
3:40 am
29
(Cross posted to speex-dev from iglance) Enzo -- I haven't tried the fixed point engine, though I've considered it for the WinCE port. For the desktop/laptop...
David Barrett
quinthar
Offline Send Email
Nov 27, 2005
3:43 am
30
... The include path is correct. The problem is that openssl is not included in win32.zip....
Le X. Thao
thaolx
Offline Send Email
Nov 27, 2005
5:35 am
31
Ah, I see the problem. Sorry about that; my oversight. I've checked in the new win32.zip. -david...
David Barrett
quinthar
Offline Send Email
Nov 27, 2005
8:18 am
32
No problem; please sign up for the mailing list and let me know how I can help. -david...
David Barrett
quinthar
Offline Send Email
Dec 6, 2005
3:46 am
33
Hi, David When I open the iGlance solution in my Visual Studio 2005 released edition and compile, I have following messages( have removed the duplicated ones),...
lanlan78123
Offline Send Email
Dec 7, 2005
1:49 am
34
Thanks Lilly, I've seen a couple reports on this and I'm a bit stumped. Other users have been able to compile just fine, so my best guess is it's some kind of...
David Barrett
quinthar
Offline Send Email
Dec 7, 2005
2:28 am
35
I overcame the link errors by adding following parameters when I linked project iGlaneClient as suggested here ...
Le X. Thao
thaolx
Offline Send Email
Dec 7, 2005
2:29 am
36
Thanks, David, I have check my setting per your instruction, This is my INCLUDE setting: INCLUDE=C:\Program Files\Microsoft Visual Studio...
yulan qiang
lanlan78123
Offline Send Email
Dec 7, 2005
3:29 am
37
Thaolx ,Thanks for your help, But where to set these option? I haven't found the place. I am new to the enviroment "Le X. Thao" <thaolx@...> wrote£º I...
yulan qiang
lanlan78123
Offline Send Email
Dec 7, 2005
3:44 am
38
Try this: 1) Right click on "iGlanceClient" in the left pane 2) Choose "Properties" 3) Expand "Configuration Properties" in the left hierarchy 4) Expand...
David Barrett
quinthar
Offline Send Email
Dec 7, 2005
4:22 am
39
Hi, David, Thaolx There isn't any error messages now! Great! The only problem now is not found libpng3.dll, so the program couldn't run. Lilly David Barrett...
yulan qiang
lanlan78123
Offline Send Email
Dec 7, 2005
5:02 am
40
It wants 'libpng3.dll'? I'm guessing (hoping) you mean 'libpng13.dll', and it should be located in: $SRVROOT\trunk\iglance\redist As for why it's not finding...
David Barrett
quinthar
Offline Send Email
Dec 7, 2005
5:13 am
Messages 11 - 40 of 133   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help