Quote:
Originally Posted by Wumpas
Defining EMBPERL and optionally EMBPERL_PLUGIN
Im kind of green to this so bear with me please
How and whare do i do this step?
|
Right-click on "Zone" in the solution explorer inside Visual Studio. Select "Properties". In the left tree-view, select C/C++->Preprocessor. In the right pane, add EMBPERL,EMBPERL_PLUGIN, to the list of defines.
Of course, you don't want to define these guys if you don't already have
Perl installed. You will also need to add Perl's directories to your search path in the same way that you did for zlib.