Skip to main content
Visitor II
May 17, 2016
Question

how to create library and hide its symbols

  • May 17, 2016
  • 1 reply
  • 844 views
Posted on May 17, 2016 at 16:56

Hi All.

When using the STM 32f407 board.

I want to create a library at keil uvision,based purely ANSI C.

i just want the user to have an api h file and the library ,when i want all the library functions and variables (and code...) to be hidden.

I created the library project and still i see the variables and function.

I want this library and h file to be used by other projects at keil uvision.

Thanks 

    This topic has been closed for replies.

    1 reply

    Graduate II
    May 20, 2016
    Posted on May 20, 2016 at 19:29

    Wrong forum, but you'd want to process the object/library files and obfuscate or remove the material you don't want to be visible.