I am just starting to compile the examples and though, I did everything it said to in the pdf entitled "series 60 Examples" under "Building and Running the the SDK Examples", I could not get some examples to run. I would build them, and there would be errors. I thought I needed to freeze the dlls, but that didn't seem to work.
I then realized that abld most likely required a target platform to freeze. Instead of typeing in
abld freeze
as before, I read a little bit of the help using
abld help freeze
and found it did require a platform
For windows, typing
abld freeze wins
should do the trick.
I know this probably seems silly, but I can imagine a lot of people like me wasting a lot of time trying to figure this out.