Re: [Flightgear-devel] Including a camera API in Cygwin

2008-07-23 Thread Stefan Seifert
On Wednesday, 23. July 2008, cullam Bruce-Lockhart wrote: > ../../src/Main/libMain.a(renderer.o): In Function > '_ZN6Camera12countCamerasEv': > /home/RAVEN/FlightGear-1.0.0/src/Main/camera.cpp:32: undefined reference to > '[EMAIL PROTECTED]' This is a linker-error, not a compiler-error. > I presu

[Flightgear-devel] Including a camera API in Cygwin

2008-07-23 Thread cullam Bruce-Lockhart
Hi there. I've been working on adding a live video functionality into Flightgear, using a Lumenera Camera. Just to be sure it works, I've created a standalone C++ program that interacts with the Cameras API, just to be sure that I know how to use all the functionalities that I'm going for. I'm n