Search the web
Sign In
New User? Sign Up
frontierkernel · Frontier Kernel
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 3398 - 3427 of 3834   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3398
Hello all, I wanted to try the rtrim expression but I got an error like function not found. Anyone have any ideas why I can't access that expression? ...
creecode
Offline Send Email
Nov 1, 2007
9:57 pm
3399
RTRIM is a core function, so it should be compiled in by default. Could you post an SQL example to see it in context? -- David...
David Gewirtz
zatzdiagnostic
Offline Send Email
Nov 2, 2007
10:10 am
3400
Can anyone point me to an example or explain how I can access data stored in a table, and write to those tables, from within the C program? I've managed to...
u074036
Offline Send Email
Nov 2, 2007
9:41 pm
3401
... There are some html and webserver kernel works that have to deal with tables. Take a look at buildpagetableverb() or webserverparseheaders() in langhtml.c....
Andre Radke
andre_radke
Offline Send Email
Nov 3, 2007
11:15 am
3402
I downloaded the Frontier Kernel Source Code this weekend, and did builds with XCode 2.2.1 under Mac OS X 10.4.9. I was able to do a build successfully, but I...
Andy Sylvester
sylvester.andy
Offline Send Email
Nov 5, 2007
6:28 am
3403
1. Most of us don't have much to do with the OPML build. I'm not sure who constructed it, but it's not something we actively track here. That's not to say that...
David Gewirtz
zatzdiagnostic
Offline Send Email
Nov 5, 2007
7:25 am
3404
... I was responsible for adding the OPML Editor build. The difference between Frontier and OPML Editor are really minor at the kernel level. They are compiled...
Andre Radke
andre_radke
Offline Send Email
Nov 5, 2007
8:11 am
3405
Hello Andy, ... I would suggest working with the latest sources from the Subversion repository ( v10.1a15 ). Unless you have a specific need for 10.1a10. ... ...
creecode
Offline Send Email
Nov 5, 2007
8:22 am
3406
Neato. Andre, do you know if changes to the OPML binaries get checked in here? What about the root updates? I'd think the roots would be very different, right?...
David Gewirtz
zatzdiagnostic
Offline Send Email
Nov 6, 2007
7:08 am
3407
... There should be a tag in our repository that corresponds to the latest release of the OPML Editor variant of the kernel. I'm not aware of any kernel-level...
Andre Radke
andre_radke
Offline Send Email
Nov 6, 2007
8:50 am
3408
... Thanks Andre, that was very helpful - especially the commenting in buildpagetableverb....
u074036
Offline Send Email
Nov 6, 2007
8:09 pm
3409
... I've implemented the entire set of functions now, minus the "sign" function (which I'm not sure exactly what was intended). I have have not done any...
u074036
Offline Send Email
Nov 8, 2007
10:15 pm
3410
Hello Dave, I'd like to see your changes go into a repository branch first so that interested persons can take a look at what you've done, make comments, ...
creecode
Offline Send Email
Nov 10, 2007
8:01 pm
3411
... I've uploaded the source and the glue. Please let me know when you want me to check these out, and if you can give me a quick clue on how to do it I'd...
u074036
Offline Send Email
Nov 12, 2007
9:40 pm
3412
Hello Dave, ... To check them out, first install TortoiseSVN. Using Windows Explorer or the Desktop, right click and select "SVN Checkout..." from the menu. ...
creecode
Offline Send Email
Nov 13, 2007
1:34 am
3413
For your reference: How to create a new branch: http://manila.zatz.com/frontierkernel/stories/storyReader$32 Little out of date, but some useful reading: ...
David Gewirtz
zatzdiagnostic
Offline Send Email
Nov 13, 2007
1:43 am
3414
OK, this is pretty far afield from kernel hacking, but I'm a bit stuck. I'm trying to process macro calls inside my feeds, and I'm finding that the macro calls...
David Gewirtz
zatzdiagnostic
Offline Send Email
Nov 13, 2007
12:51 pm
3415
... I've completed the checkout as you described....
u074036
Offline Send Email
Nov 13, 2007
1:15 pm
3416
On or about 11/14/07 2:51 AM, thus spake "frontierkernel@yahoogroups.com" ... It's the angle-brackets. Macros don't run inside an HTML tag. To Frontier, your...
Matt Neuburg
mattneub
Offline Send Email
Nov 14, 2007
11:37 pm
3417
Hey Dave, ... Kewl. I've uploaded tweaked versions of the files you put up in the files area. You may want to take that zip down as your changes are now in...
creecode
Offline Send Email
Nov 14, 2007
11:41 pm
3418
Thanks, Matt. That's a big help. Hmm.. if they're tags, could I then also escape the tag and make it work, thusly: \<![CDATA[Each issue of OutlookPower...
David Gewirtz
zatzdiagnostic
Offline Send Email
Nov 15, 2007
2:51 am
3419
Hi guys, For the first time in over a year, I'm trying to build on VC++ Express 2005. I'm getting a bunch of linker errors related to MySQL. The source is...
Seth
yahoo.seth@...
Send Email
Nov 15, 2007
7:19 pm
3420
Hey Seth, I just checked out the math functions branch which is has only minor changes from the trunk and it compiled just fine. I wonder if your copy of 2K5...
creecode
Offline Send Email
Nov 15, 2007
8:06 pm
3421
Here's what I'm seeing: Linking... shell.obj : error LNK2019: unresolved external symbol _mysqlinitverbs referenced in function _shellinit shell.obj : error...
Seth Dillingham
macrobyteres...
Offline Send Email
Nov 15, 2007
9:11 pm
3422
... Hey, there's another option I hadn't noticed: my project file was conflicted, so svn didn't update it. All is well again. Sorry for the trouble. It built...
Seth
yahoo.seth@...
Send Email
Nov 15, 2007
9:28 pm
3423
I'm finally migrating from Frontier 3.0 (68K app, circa 1994) and I'm very grateful to find that Frontier is alive and well as the Kernel project. I use...
Doug Frick
doug_frick
Offline Send Email
Nov 16, 2007
5:37 am
3424
... One additional thing I thought of regarding overhead. If you call up the Help menu's "About Frontier" option, you'll see how many threads are currently...
u074036
Offline Send Email
Nov 16, 2007
1:10 pm
3425
... Welcome! ... My pleasure - please be aware that the math verbs are currently not part of the trunk nor included in the distributed binaries. You would ...
u074036
Offline Send Email
Nov 16, 2007
1:11 pm
3426
... Welcome! ... My pleasure - please be aware that the math verbs are currently not part of the trunk nor included in the distributed binaries. You would ...
u074036
Offline Send Email
Nov 16, 2007
2:34 pm
3427
Wow, Frontier 3, eh? That's a LONG time ago. I wouldn't worry much about the overhead of loaded databases, especially if you're running on modern hardware. We...
David Gewirtz
zatzdiagnostic
Offline Send Email
Nov 16, 2007
8:10 pm
Messages 3398 - 3427 of 3834   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