This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to compile project to a library

Hi,
I have a project written in highest quality ansi C and I need to share it to another one in my company. I would like to ask you is this possible to share it like a library without any of the code in .c format. I do not want them to change it and say they did it.
I'm using micro vision 4 for 51s. I had tried to create the dll file from VS2005, but I don't know whether KEIL could import this dll file or not?
Thanks,
Taballe.

Parents
  • Does Visual Studio supports 8051 processors?

    Or do you expect the Keil 8051 linker to support Windows binaries?

    It would be a strange company if other employees would rebrand your code and claim that it is their own.

    The only time someone in a company would not allow other developers in the company see the source code would probably be if the original source code is actually ripped from Internet and there is fear that someone else may recognize the similarities between the inhouse code and the same code on the net.

Reply
  • Does Visual Studio supports 8051 processors?

    Or do you expect the Keil 8051 linker to support Windows binaries?

    It would be a strange company if other employees would rebrand your code and claim that it is their own.

    The only time someone in a company would not allow other developers in the company see the source code would probably be if the original source code is actually ripped from Internet and there is fear that someone else may recognize the similarities between the inhouse code and the same code on the net.

Children
No data