ClickteamLLC / windows-edif

Alternate, JSON-driven SDK for the Windows MMF2 runtime
23 stars 7 forks source link

Custom Parameters are not supported #1

Closed LB-- closed 12 years ago

LB-- commented 12 years ago

But there is an easy fix. In Edif.cpp in the function ReadParameterType, add something along the lines of this:     if(!_strincmp(Text, "Custom", 6))         return PARAM_EXTBASE+atoi(Text+6); Code by SortaCore: http://community.clickteam.com/showthread.php?t=61692&p=511266&viewfull=1#post511266