This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
EXPORT directive
- From: Robert Spanton <rob at xgoat dot com>
- To: gcc-help at gcc dot gnu dot org
- Date: Fri, 28 Feb 2003 21:19:52 +0000
- Subject: EXPORT directive
- Organization: xGoat
- Reply-to: rob at xgoat dot com
I've sucessfully used the EXPORT directive in a C file. But when it
comes to using it in a c++ program, it doesn't work. I presume that this
is because C++ uses some different sort of thing here - can anyone tell
me what to do?
Thanks,
Robert