Jo, worked out really nice ! Instead of 144 Entries before,
we now have 947 nice and cleanly formated ones in the new api file!
Have Fun!
--
Add: im still at the (very) begining of training c/cpp. So, at this time, im playing with makefiles, linking and mingw in general. Im movin not very fast in the learning curve, but at least i get solutions
For example, i was searching hours for a reason why my written makefile wont result in a static link to a lib.
Answer: - Hey - why the heck the mingw gcc linker accepts lib.lib silently - when the buils fals later at run time ??
Finally it came to me, that im not dealing with gcc linux, but with mingw on win - so i need lib.a format instead of lib.lib. Now it does the trick.... hrmof.