Hi,
I want to make a library that with adl_main ( ) inside, so that if this library is included this function will be executed first. No user’s adl_main( ) needed.
However I find the .lib file made does not contain the adl_main ( ) inside. So I cannot omit adl_main ( ) in source code even with this lib is inlcuded.
Thnaks. I finally make it out. It seems I need to declare all functions once within the .c file (not on separate header file) to let them be included in the .lib file