ClickteamLLC / windows-edif

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

Fix Edif::Runtime::WriteGlobal and Edif::Runtime::ReadGlobal #6

Closed LB-- closed 12 years ago

LB-- commented 12 years ago

Global Data was not working in EDIF because mvGetExtUserData and mvSetExtUserData want the hInstLib variable from General.cpp

LB-- commented 12 years ago

I can't get it to update with the changes I'm making for some reason.- here is what I changed:

Line 159 changed to: extern HINSTANCE hInstLib; Line 176 changed "EdifGlobalID" to "hInstLib" Line 187 changed "EdifGlobalID" to "hInstLib" Line 222 changed "EdifGlobalID" to "hInstLib"

jamesamcl commented 12 years ago

Maybe you can try again with the pull request?