That was it. Adding the macros fixed the problem.

Shane Nay wrote:

> Can you attach the errors you're getting?  In all likelihood the
> cli_c headers aren't C++ clean, i.e. they probably don't have the
> macros to check for a c++ compiler to make sure that the symbols
> aren't getting mangled.  C++ uses symbol mangling and C does not,
> this is so you can have more than one function with the same name but
> different arguments.
>
> Anyway, just change it to-
> extern "C" {
> #include <picogui.h>
> }
>
> Thanks,
> Shane Nay.
>
> Thanks,
> Shane Nay.
>
> _______________________________________________
> Pgui-devel mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/pgui-devel

--
----
Carpman the Great - Guild of the Void Pointer
Ham Radio Opr: KD5HME | Keeper of the arcane derefrence

Guild of the Void Pointer
All your base are belong to us
Somebody set us up the bomb




_______________________________________________
Pgui-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/pgui-devel

Reply via email to