I have installed dice on my A4000 and have some questions.
I checked out the shared library example. I needed to change the options to use
the 3.0 headers but the project would not use them unless I clicked Save. The
Use gadget was not applying setting changes to the current project. Is this the
way its supposed to work or did I miss a step?
Also the program mytest.c which uses the library does not do an explicit open
or close of the library. I see the library is included under linker options but
no reference in mytest.c. Is this linker option causing dynamic linking or
static linking of test.library? Can the conventional explicit method can still
be used?
Bob