On Sun, 2005-10-02 at 11:03 -0600, Dennis Clark wrote:
> > I have gone through the manual, and done exactly what it says to
> do, and all I can get back freom the compiler is that perfectly normal
> > operations, such as, for example, "a = b^3" are illegal, or that my
> > variables, which are, indeed, declared, do not exist or are of
> incorrect
> > type.
> You're doing embedded code now, not working on a PC. Bascom
> supports pretty decent amounts of math, but b^3 is not something that
> I've used in an embedded processor. Things that that for
> trancendentals or whatever tend to be interpolated from tables, not
> calculated in the limited abilities of little embedded processors.
That was an arbitrary example taken off the top of my head.
> > I went to the BASCOM mailing list with these problems, and got
> > absoutely NOLTHING but verbal abuse from the denizens thereof. I
> > downloaded some exampls of BASCOM code, and attempted to emulate
> what I found there, and had no success whatever.
> Did you go there with an attitude on or "playing nice"? I will
> guarantee you that if you go to any on-line group with a chip on your
> shoulder you'll get the boot. Don't EVEN ask a newbie question on the
> guru Java lists!
So, in a "support forum," newbies need not apply? *NOT* what I call
"good support."
> > I will grant that the PROBLEM is something I am doing incorrectly,
> but I also assert that the declaration requirements are **NOT** BASIC,
> nor even BASIC-like, and that the manuals are inadeqaute, and the
> suport non-existent.
>
> The manual is as good as Microchip's C18,
I wouldn't know, I don't use PIC or MicroChip products.
> and what manual do you get for GCC?
I don't need a manual with GCC. Is is standard C. (besides which,
I have the source code. If I *NEED* to know something, I can look it up
in the source code, and if I don't like the way it works, I have the
sources, I can fix it. Yes, I am a huge fan of Open Source!)
> I've found Mark to be very helpful with bugs.
I have no idea what this means or to whom you are referring.
> I think Bascom is a very good compiler for the money, and a very
> good educational tool for teaching embedded to those that are new to
> the concept.
I can tell you that I am DEAD glad I didn't buy the product before
trying it. Waste of mooneyk, in my opinion. If it would actually
compile a simPLE BASIC program without issuing mysterious "error
mesaages that cannot be tracked down through the "manual," I might have
a different opinion.
Finally, call me a judgemental jerk if you will, but in MY view
anyone who needs something like BASCOM to deal with embedded processors
has no business messing with embedded processors. Use what you know,
and study and LEARN before you try to use something new, don't rely on
broken crutches.
Tom