I was browsing Richard's website and noticed his big announcement - the short film he worked on called "Plumber" was nominated for a BAFTA award! That's great...
Yay indeed! Way to go, Richard! Pete ======== At 2004-05-04, 01:13:00 you wrote: ======== I was browsing Richard's website and noticed his big announcement -...
Hi all, ... Wow, that's great news! Congrats Richard!!! The pics on your site look very impressive and can't wait to see the final animation. It's great to see...
Steve Upham
steve@...
May 5, 2004 3:34 am
2490
I am Ramona, 30 years from the netherlands I just got filtermeister for a couple of days already have some questions lol 1. When I use filtermeister , psp...
Hi Alex, I'm using a switch statement in my OnCtl code that contains 53 case conditions. When I add one more case condition I get the error message "source...
Alex, I just found the problem. It had nothing to do with my switch statement specifically. My code was too complex or too large. I fixed the problem by ...
Today I am receiving mail finally so I will resend this one again hugs ramona ... From: Lady-Minnie To: FMML@yahoogroups.com Sent: Monday, May 10, 2004 2:00 PM...
... From: Harald Heim To: FMML@yahoogroups.com Sent: Wednesday, May 12, 2004 11:45 PM Subject: RE: [FMML] Fw: ontroduction Hi Ramona, I am Ramona, 30 years...
Excactly what I say, after using Filtermeister, by small plugins sources after 2, by big plugins sources, my psp is not responding anymore and I have to close...
Oh, I forgot. What operating system are you using? Thinking about it, it could be that mysterious bug that occurs on some computers or operatimng systems, but...
I am using FM 0418 beta version on a Pentium 3, 600 Mhz, 256 MB RAM , 120 gig HD, winxp (enough lol) the attachment is the one who gives problem after I...
... I believe it's still valid, certainly I haven't worked with FM much on that machine because of it. I'm just about to run out the door now but when I get...
... Aha, now that we've got the details I think I can explain the problem :) FM 0.4.18 is quite an old version now, and the attachment you've sent is designed...
on the site www.filtermeister.com that was the latest version I could get hugs ramona ... From: Kohan Ikin To: FMML@yahoogroups.com Sent: Thursday, May 13,...
Hi Kohan and Ramona, ... Sorry, but that's wrong. The Fractal Explorer source code is quite old. If it used an expression from the latest FM version, it would...
From: "Harald Heim" ... Very strange. I'm looking at the problem now, but haven't been able to reproduce it yet. My trial version of PSP 8 expired some time...
Hi All, I am new here; just downloaded Filter Miester a few days ago, I have been reading the instuctional books that came with it. I have Getting Started,...
Hi Alex, FM generates simple, straightforward direct machine code for the examples we're looking at -- no system calls or app/API calls are involved -- so it's...
this is all magic to me I don't understand much of the language yet lol hugs ramona ... From: Harald Heim To: FMML@yahoogroups.com Sent: Thursday, May 13, 2004...
... Using Win2000, PSP7.04, FM 0.4.21, copy and paste the above code, I get 0.888889 in the box. So it appears to be non-specific to PSP; maybe some other...
Hi Harry, ... using. I ... values with ... Maybe ... ignores the ... Okay, that's the problem (well, close to it...). The FM parser calls the C runtime...
Hi, I almost thought something like that, but as I don't know how FM parses this stuff I wasn't sure. When writing the decimal value support for standard...
Hi, I'm using an English version of Windows2000, but I use the German keyboard sheme, so that's probably why PSP produces this problem on my computer. Ramona...
that's right comma is used here for decimal values so and now I am gonna look for a good tut so I can make a simple filter myself and understand what I am...
You are probably not the only one who has that problem. I have the same problem with stuff fro which I don't have the necessary background knowledge. As...
Harry, strtod() is also locale-dependent, so it has the same problem. (Note: We should also replace the call to strtod() in AfhFMUI.c.) Might be able to use...