Jump to content
Software FX Community

Re: Problem with AddCommand in C++


Software FX

Recommended Posts

As you said, the Command ID is a short (by design) so you must pass a number 

lower than 32767. Also please note you must NOT use numbers between

CFX_ID_FIRST (29440) and CFX_ID_LAST (29951) for the command id. These

numbers are internally used by Chart FX and must not be used by your

application when adding commands to the Chart FX commands list.

Frank

SFX

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...