home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 8
/
FreshFishVol8-CD2.bin
/
bbs
/
gfx
/
superview-lib-9.12.lha
/
SuperView-Lib
/
Programmers
/
Example_Tools
/
MicroView
/
READ_ME!!
< prev
next >
Wrap
Text File
|
1994-12-28
|
926b
|
24 lines
Bugs (V5.2, 21.5.94)
~~~~
The first versions of MicroView had a very mysterious bug :
They crashed when opening superview.library, but not always.
They only crashed (with GURU of type 3 or 4), when they were the
first program, which actually opened superview.library since startup,
so that the initialization procedure of superview.library had to be
called.
I searched for bugs in superview.library, but there were none.
So I changed MicroView, to use standard startup-code ("LIB:c.o") now.
To disable this, #define NO_STARTUP in MicroView.c and change
the smakefile not to link with "LIB:c.o".
- Andreas
P.S.:
The above bug might result of out a lack of stack-space or uninitialized
entries in any (more or less) "hidden" structures (e.g. process-structure),
but superview.library does not seem to be liable for this.
Why ? Because programs with usual startup-code and other libraries
do not have any problems with this.