Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
non-paged supervisor code calling paged application code
#3
A trick (for the moment) to mark a function / sub as "used", is to do something like:
Code:
DIM dummy_var As UInteger: REM will be dropped by the optimizer

LET dummy_var = @my_sub: REM this marks my_sub as "used"
---
Boriel
Reply


Messages In This Thread
RE: non-paged supervisor code calling paged application code - by boriel - 2026-02-16, 10:30 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)