aspell-devel
[Top][All Lists]
Advanced

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

Re: [aspell-devel] Another Win32 build method


From: Ruurd Reitsma
Subject: Re: [aspell-devel] Another Win32 build method
Date: Mon, 25 Nov 2002 13:31:46 -0800 (PST)

--- Kevin Atkinson <address@hidden> wrote:

> > When using Visual Studio 6 with Intel C++ 6.0 & STLport, the aspell .dll
> > (vanilla 0.50.2) compiles with a few small hickups. That is, when combining
> > commom with the aspell lib into one .dll, and adding the proper dllexport
> > nonsense to the C frontend.
> 
> The same way it is required for VC++?
> 

Yep. replace
extern "C"
with:
extern "C" __declspec(dllexport)

Adding this to other areas in the code is quite a nuisance. Not really
necessary in my opinion.

> That attached patch should fix the problem.

Cool! It works... Just ran a build without any errors. Actually, VC6 (along
with it's STL) is pretty crappy, but things have improved alot with VC7 or
Intel 6.0 for that matter.

Ruurd


__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus – Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com




reply via email to

[Prev in Thread] Current Thread [Next in Thread]