Question regarding type conversions fmx::text to String^ Visual C++ 2008

1 message Options
Embed this post
Permalink
frank_seipel

Question regarding type conversions fmx::text to String^ Visual C++ 2008

Reply Threaded More More options
Print post
Permalink
Hi,

I had a brief question, I have developed a plugin, it works as a standalone console application, but when integrated with the Filemaker example, it does not work.

The problem is, the plugin needs to accept parameters as strings, e.g.

  String^ data = dataVect.AtAsText(0); // This doesn't work due to a Type error

and it also needs to be able to return strings back to Filemaker.

Can someone provide:

1.) A code snippet to convert type fmx::text to String^

2.) A code snippet to convert String^ to type fmx::text

Much thanks,

Frank