--- Kevin Atkinson <[EMAIL PROTECTED]> 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


_______________________________________________
Aspell-devel mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/aspell-devel

Reply via email to