Eicon Networks CX1 Dokumentacja Strona 212

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 232
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 211
Across the Boards
Communications Device Drivers
Miscellaneous Topics
Page 362
cfSOFTWARE Confidential,
2000
7.2 WATCOM C
The WATCOM C compiler does not, by default, use standard Microsoft C calling conventions. It can be forced
to generate MS C style calls on a routine-by-routine basis, however. The following pragmas should be added
before the function prototypes that they modify:
#pragma aux MS_C _* \
parm caller [ ] \
value struct float routine [ax] \
modify [ax bx cx dx es];
#pragma aux (MS_C) cfxappx;
#pragma aux (MS_C) cfxapi;
#pragma aux (MS_C) cfxdial;
#include <cfxappxi.h>
#include <cfxapii.h>
#include <cfxdiali.h>
Przeglądanie stron 211
1 2 ... 207 208 209 210 211 212 213 214 215 216 217 ... 231 232

Komentarze do niniejszej Instrukcji

Brak uwag