Re: Running into compile problems when tring to create the MyImpOfPrompt shared library
Posted By:
Muyeen_Munaver
Posted On:
Wednesday, October 10, 2001 07:45 AM
The Prompt example that is there in the tutorials is for the C language. At the end of the tutorial there is a section which tells what is the modification that needs to be made for C++.
Whereever there is
(*env)-> change to (env)-> and also change the parameter for functions which take env as a parameter, remove the env as a parameter.
Regards,
Muyeen