Wow, this'll be a handy extension - how are things going with it?
Bryce
On Wed, Apr 20, 2005 at 07:54:00AM -0400, Michael Forbes wrote:
The init.cpp issue was the problem and now it works (not fully, but at least I can "Save as").
-Michael Forbes
On Tue, 19 Apr 2005, Ted Gould wrote:
On Tue, 2005-04-19 at 20:38 -0400, Michael Forbes wrote:
I am trying to develop a barebones LaTeX export extension. I have wrote the code mostly based of the PovRay export and included the .h and .cpp file in src/extension/internal/Makefile_insert. libinternal.a includes the extension but the main program does not. Can anyone help me with this?
I guess, what do you mean by the main program not including it? For the internal extensions their init function must be called in init.cpp -- could you not have put that call in? Are you saying that the code isn't getting linked in?
--Ted
PS - LaTeX export would be pretty cool, neat feature.