paddax Posted January 14, 2015 Share Posted January 14, 2015 Is there a methodology for sharing #define(s) between compiled and scripted code? Link to comment Share on other sites More sharing options...
paddax Posted January 14, 2015 Author Share Posted January 14, 2015 Is there a methodology for sharing #define(s) between compiled and scripted code? Link to comment Share on other sites More sharing options...
bradp Posted January 14, 2015 Share Posted January 14, 2015 Put the #defines in their own .pmh file in the same directory as global definitions .pmh. Then in the C-code you can manually #include {path/filename} Link to comment Share on other sites More sharing options...
bradp Posted January 14, 2015 Share Posted January 14, 2015 Put the #defines in their own .pmh file in the same directory as global definitions .pmh. Then in the C-code you can manually #include {path/filename} Link to comment Share on other sites More sharing options...
Recommended Posts