[Geany-Users] CString Class

Lex Trotman elextr at xxxxx
Tue May 23 23:34:23 UTC 2017


On 24 May 2017 at 06:29, Charles Miller <chasmiller46 at gmail.com> wrote:
> As a long time Visual Studio C++ developer, I made heavy use of the CString
> class.  I am now learning to use Geany on Windows as a development platform
> with the intent of then moving the source code to a Raspberry Pi 3 and
> re-compiling it there under the RPi version of Geany.
>
> So, is there a CString class available for Geany?

Geany does not control what libraries are available to your code,
thats totally dependent on the platform you use.  So the question is,
is Cstring available in a library on both Windows and RPi independent
of Geany.

Since Cstring is part of the Microsoft Foundation Class library[1] (so
its not actually part of visual studio either) and I doubt MFC is
available on RPi since RPi runs a Linux derived operating system.  You
may have success with emulators like Wine.

Cheers
Lex




[1] from https://msdn.microsoft.com/en-us/library/aa300688(v=vs.60).aspx

>
> --
> Charlie Miller
>
> _______________________________________________
> Users mailing list
> Users at lists.geany.org
> https://lists.geany.org/cgi-bin/mailman/listinfo/users


More information about the Users mailing list