> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED]] On Behalf Of Juan Jos� 
> Andr�s Guti�rrez
> Sent: Wednesday, 17 July 2002 9:55 PM

>     As I can use these DLL in a program written with Visual C++?

1) Dlls are not libs. Conversion is not guaranteed.
2) These .dll's use a different C runtime than Visual C/C++ does, so you
can't use them with each other.
3) Why not just use g++?

Rob

Reply via email to