reaction_lib_protos.h and NDK3.2, where is reaction.lib ?
hello, still playing around with boopsi when I find the time...
I've been modifying the old reactiondemo example so it would compile on some gcc, and I noticed at some points, for some radio buttons and some lists, functions from reaction_lib_protos.h are still needed, and so is static llink llibrary "reaction.lib".
The things is , in NDK3.2 , clib/reaction_lib_protos.h is present, some sources in Examples use it, ... but the reaction.lib is nowhere to be found, so I guess it's just missing.
Apparently it is istalled with some vbcc SDK... I guess it must be in very old reaction packages.
Basically, my question is: what version should be used ?
... also: are the sources of it somewhere ?
Hello.
There is this RadioButtons("string a","string b", ...) function that looks very fine in reaction.lib, ... also something called LBAddNode() that is used to create list... and ChooserLabels("string, "string") ...
... once again: clib/reaction_lib_protos.h is present in NDK3.2.
Also, I use mainly crosscompiler GCC6.5 "bebbo", which download the NDK3.2 and integrates it when it installs.
Also on Amiga aminet's ADE Gcc 2.95 + NDK3.2 , also SASC6.5 + ndk3.2 , ...
GCC6.5 bebbo also install VBCC , which i don't use, but it comes with a version of reaction.lib.
That said, gcc6.5 bebbo support C11 and C++11 , and generate the best 680X0 assembler I've ever seen from a C compiler.
Online Status
What compiler are you using? Also, what example are you trying to compile? Under normal circumstance, reaction.lib should not be needed. I make reaction apps and do not need the library at all.