Re: [Cegcc-devel] Using DLL with MSVS

2008-03-20 Thread Guy Prefontaine
If I pass by LoadLibrary and GetProcAddress, it's working good. So it's a nice by pass for the performance leak of MS compiler for the floating point. Thank's Guy - This SF.net email is sponsored by: Microsoft Defy all

[Cegcc-devel] Using DLL with MSVS

2008-03-18 Thread Guy Prefontaine
The compiler look to be very good. For the floating point with the VFP, it's go 5 - 6 times faster that with MSVS with the hard lib used. I want to use it for some modules in a ms visual studio application. I try with dll to use it from MSVS app and I have some trouble. That's the way I try it: