Some problems with plugin for FTC



hello brendan,

First of all, thanks for your FTC program

I bought in 2007 your product under development. Now, i have to use it.

I think your installation documentation is Ok but the documentation about the plugins installation is to improve, I believe.

My problem is the following

I bought on the Einhugur web site GraphicsFormats plugins  for doing
picture conversions.

I put into "plugins" directory of realbasic 2 plugins (but i believe GraphicsFormats.rbx is not necesary) :

1/ GraphicsFormats.rbx
2/ WindowSplitter.rbx

When I run my application there is a compilation error dealing with FTCPluginMethods


code :  pictureToPNGString

  #if FTCConfiguration.USE_EINHUGUR_MBS_CONVERTERS

    Dim png as PngExporter => there is no class of this name

    ' Create the exporter.
    png = new PngExporter => idem

    ' Convert the picture.
    return png.SaveToString(p) => this method or property don't exist

  #else

    ' Convert the picture.
    return PictureToPNGStringMBS(p, 0)

  #endif

idem code pictureToJPEGString
idem code PNGStringToPicture
idem code JPEGStringToPicture


My configuration is with

USE_EINHUGUR_MBS_CONVERTERS=true
USE_EINGHUGUR_PLUGINS = true ( before false by defaut but the problem is the same with true)

so I don't understand and i can't use FTC

thanks for your cooperation


 From PARIS
Patrick Santoni

MAC OS 10.5.5 RB 2008 R2
----------------------------------------------------------------------------------------------------------------------------------------
La sagesse
108, rue de villiers
78300 POISSY - FRANCE
courriel :  flyconcept@xxxxxx
Portable                : 06 88 83 47 75
Téléphone Fixe         : 01 30 74 49 02
----------------------------------------------------------------------------------------------------------------------------------------






Other related posts: