Re: Compiling error while compiling VC++ code on Ubuntu using GCC

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 7 August 2013 09:19, Raman wrote:
> #ifdef CRUNTIMEDLL_EXPORTS
> #ifdef _WIN32
> #define CRUNTIMEDLL_API extern "C" __declspec(dllexport)
> #else
> #defineCRUNTIMEDLL_API extern "C"

Did you read the error message? It tells you there's an error on the
line above, which should be obvious: it's missing a space.




[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux