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

Can I develope the AGSI function by Borland C++ builder 5.0?

SPeriDLL, is a synonym for 'Sample Peripheral DLL' ,it is used by VC6.0,

Can I develope the AGSI function by
Borland C++ builder 5.0?

I wish do it !

Parents
  • the resulting DLL in uVision v2.07 gives this warning:
    The specified DLL is not complete:
    c:\program files\Keil\C51\BIN\SPeriDLL.dll
    Continuing without specified peripheral...


    I have found that DLL export names have the underscore prefix; eg, _AgsiEntry.

    If I turn off underscore generation, it won't link to the RTL funtions (_sprintf, etc).

    If you're familiar with BCB5, do you know how I can turn off the underscore generation for just AgsiEntry?

Reply
  • the resulting DLL in uVision v2.07 gives this warning:
    The specified DLL is not complete:
    c:\program files\Keil\C51\BIN\SPeriDLL.dll
    Continuing without specified peripheral...


    I have found that DLL export names have the underscore prefix; eg, _AgsiEntry.

    If I turn off underscore generation, it won't link to the RTL funtions (_sprintf, etc).

    If you're familiar with BCB5, do you know how I can turn off the underscore generation for just AgsiEntry?

Children