Dear Plug-in Developers,
I'm getting some errors when compiling PlugMain.cpp. First, the
enum pictureWin32Bitmap had a comma after it, and as the last line
of an enum, that's not correct C++ syntax.
After correcting that one error, I'm getting these:
Error : undefined identifier 'MovieController'
rb_plugin.h line 273 QT::MovieController
REALgetMoviePlayerController(REALmoviePlayer instance);
Error : undefined identifier 'Movie'
rb_plugin.h line 277 QT::Movie REALgetMovieMovie(REALmovie
instance);
Warning : function has no prototype
PluginMain.cpp line 916 QT::MovieController
REALgetMoviePlayerController(REALmoviePlayer instance)
Warning : function has no prototype
PluginMain.cpp line 927 QT::Movie REALgetMovieMovie(REALmovie
instance)
I could be missing something -- I'm not as familiar with RealBasic,
and I'm convering an older project, last compiled with the
RealBasic plug-in SDK that came with 3.5!
Sincerely,
Stephen Greenfield
Write Brothers, Inc.
_________________
Stephen Greenfield
Wite Brothers, Inc.
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
|