Ticket #13 (closed enhancement: duplicate)

Opened 2 years ago

Last modified 21 months ago

Host API initialization mask.

Reported by: davidv Owned by: rossb
Priority: major Milestone: V19-RC1
Component: public-api Version:
Keywords: Cc:

Description

(edited from Rossb post)

Make host API Ids a bit-mask rather than a sequential enumeration. This would limit us to 32 host apis in the future, but I sincerely hope we will never get to the point of supporting 32 host APIs anyway.

Pa_SetHostApiInitializationMask() <- call this before calling Pa_Initialize() would not be _required_. If not called, this defaults to "init all host apis"

Truly portable code shouldn't have to know about host apis at all.

Change History

Changed 2 years ago by davidv

  • type changed from defect to enhancement
  • milestone set to V19-RC1

Changed 21 months ago by rossb

  • owner changed from somebody to rossb
  • component changed from bindings to common

Changed 21 months ago by rossb

  • component changed from common to public-api

Changed 21 months ago by rossb

  • status changed from new to closed
  • resolution set to duplicate

Duplicate of #10

Note: See TracTickets for help on using tickets.