Search Results - MEL PICBASIC Forum


Search:

Type: Posts; User: picmilan; Keyword(s):

Search: Search took 0.00 seconds.

  1. Replies
    14
    Views
    32,757

    Re: How to include a .DLL?

    I don't mind if they dissemble the hex.I just don't want it to be too easy to simply read the code.As far as I can call a function in Bootloader then I am fine.I am a bit new to bootloader but can I...
  2. Replies
    14
    Views
    32,757

    Re: How to include a .DLL?

    Most of it will be open source but I don't want to open source small part of it dealing with USB.So basically I want to release the source code but not one of include files.
  3. Replies
    14
    Views
    32,757

    Re: How to include a .DLL?

    The purpose is to have an open source code that part of it is encrypted. So I don't want to release part of it.Either using an object file,DLL, or code in bootloader and then call it from main code.
  4. Replies
    14
    Views
    32,757

    Re: How to include a .DLL?

    Seems like there are lots of bootloader posts that you are involved.But I think bootloader is the way to go. Is there any example for reading data/including code from bootloader to main code?
  5. Replies
    14
    Views
    32,757

    How to include a .DLL?

    Hello all,

    I would like to encrypt part of my code by turning it to a .DLL.

    I am trying to turn part of my code to assembly and trun that to a DLL.

    Now I am a bit confused on how to include...
Results 1 to 5 of 5