FDK: FDK8 and Visual C++ 2003

Rick Quatro frameexpert at truevine.net
Mon Apr 7 13:46:14 PDT 2008


According the FrameMaker 8 FDK Supplement, I can compile FDK 8 clients in 
Visual C++ 2003 (7.1). On page 22, it says to put the following lines in the 
source code of the FDK client:

extern "C" {
  long _ftol2(double);
  long _ftol2_sse(double dblSource) { return _ftol2(dblSource); } }

When I do that and attempt to build the plugin, I get a synax error pointing 
to the line

extern "C"

The error is

error C2059: syntax error: 'string'

Any help would be appreciated. Thanks.

Rick Quatro
Carmen Publishing
585-659-8267
www.frameexpert.com




More information about the framers mailing list