Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. Replies
    14
    Views
    33,133

    Re: How to include a .DLL?

    There is some programmers that would you probably allow you to load two hex...
    I always put precompiled bootloader at end of main app and every thing i need for production is in one HEX.
  2. Replies
    14
    Views
    33,133

    Re: How to include a .DLL?

    Forget about that...
    First you can easily dissemble hex file, and get that ASM code. Second, how PIC will execute commands if they are encrypted. Any way you must write original source code to FLASH...
  3. Replies
    14
    Views
    33,133

    Re: How to include a .DLL?

    Can I ask you what you are trying to accomplish?
  4. Replies
    14
    Views
    33,133

    Re: How to include a .DLL?

    Found it.
    http://www.picbasic.co.uk/forum/showthread.php?t=21100
  5. Replies
    14
    Views
    33,133

    Re: How to include a .DLL?

    There is. I can't remember topic name. In that topic I explained how variables can be shared between main app and bootloader.
  6. Replies
    14
    Views
    33,133

    Re: How to include a .DLL?

    There is no easy way to include Dynamic-link library, it could be done, but...
    There is easy way to include static-link library. Just look up for my bootloader posts, and explanation how to pass...
Results 1 to 6 of 6