[Fxruby-users] Re: Build problem with FXRuby on Debian
Status: Inactive
Brought to you by:
lyle
From: Lyle J. <ly...@kn...> - 2003-11-25 02:37:02
|
On Nov 24, 2003, at 5:16 PM, cj...@ma... wrote: >> The FXDECLARE macro itself is defined in FXObject.h: > > Yup, but this doesn't define the static, just declares it. Where are > these > statics defined? Oh, yes. The FXIMPLEMENT macro (also found in FXObject.h) is the counterpart of the FXDECLARE macro, and you should find the statement: FXIMPLEMENT(FXApp, FXObject, ...) somewhere in FXApp.cpp. This is the one that actually defines FXApp::metaClass and the other declarations from FXDECLARE. |