realbasic-plugins
[Top] [All Lists]

Error compiling PlugMain.cpp

To: realbasic-plugins at lists dot realsoftware dot com
Subject: Error compiling PlugMain.cpp
From: Stephen Greenfield <smg2006 at mac dot com>
Date: Tue, 21 Feb 2006 10:52:45 -0800
Delivered-to: realbasic-plugins at lists dot realsoftware dot com
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>


<Prev in Thread] Current Thread [Next in Thread>
  • Error compiling PlugMain.cpp, Stephen Greenfield <=