View Single Post
Old 06-02-2014, 01:20 PM   #52
Xenakios
Human being with feelings
 
Xenakios's Avatar
 
Join Date: Feb 2007
Location: Oulu, Finland
Posts: 8,062
Default

Quote:
Originally Posted by WyattRice View Post
Noobie question again.

I can get the example to build on mac (Xcode) only if I comment out these two lines.
Code:
#include "res.rc_mac_dlg"
#include "res.rc_mac_menu"
Would that have anything to do with shellexecute not working?

Thanks, Wyatt
No, those lines are junk that I had left by accident in the main.cpp file. If those header files existed to be included, they would be files generated by Justin's little php-script that translates Windows dialog resource files into Cocoa code. But as I intended the example plugin to not use dialogs, those lines are unnecessary.
__________________
I am no longer part of the REAPER community. Please don't contact me with any REAPER-related issues.
Xenakios is offline