On Fri, Apr 25, 2008 at 01:09:40AM +0530, Novice Programmer <[EMAIL PROTECTED]> 
wrote:
> 1. rename pdf2swf.c to pdf2swf.cpp
> 2. change the make file to use $(CXX) rather than $(C)
> 
> but i get undefined references to functions such as setConsoleLogging etc..

try wrapping

extern "C" {
    ...
}

statements around the external function references.

Why do you spend so much time trying to compile swftools in "unusual"
ways, btw.? What's your project goal?

Greetings

Matthias




Reply via email to