View Single Post
  #14  
Old 11-25-2003, 05:11 AM
Eglin
Hill Giant
 
Join Date: Nov 2003
Posts: 168
Default Re: 1 question

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.
Reply With Quote