swftools-common
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Swftools-common] C++ compilation of pdf2swf


From: Matthias Kramm
Subject: Re: [Swftools-common] C++ compilation of pdf2swf
Date: Thu, 24 Apr 2008 22:23:02 +0200
User-agent: Mutt/1.5.13 (2006-08-11)

On Fri, Apr 25, 2008 at 01:09:40AM +0530, Novice Programmer <address@hidden> 
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

[Prev in Thread] Current Thread [Next in Thread]