The username is actually gaard, not gaad, though gaad does sound flattering being so close to GodPrima wrote:Gaad, thanks for your consideration and help.gaard wrote:http://dl.dropbox.com/u/11904592/pgort.zip
Here are pgort90 and pgort100. They should do the trick. There are 4 depending on if you are compiling for amd64 or x86 and for both VS2010 compilers or VS2008.
Both Ultimate and Professional editions of Visual Studio have the optimizing compiler. I thought the standard edition did as well. It is not always evident from the GUI however. Get a command and run "link". If you see the option /LTCG, then there should not be a problem.
On a side note, MS put out a free optimizing compiler some years ago in the MSVCPP Toolkit 2003. It's not fully compliant, however, but it does produce very fast binaries when it works.
After installing your pgor90 & 100.dll (placed in c:\Windows\System32), I still get incompatible error report. I did notice a difference between the pgort100.dll and the pgort100.dll I got from the inter: yours is 34.8KB and mine is 100KB. Still got the same error though
Here's the exact message attached.
I have seen that error before and I don't think it is related to the missing pgort dll. I believe it is an issue with linking to the correct run time libraries. If you could, try to link with /MD /NODEFAULTLIB:libcmt.lib or
/MT /NODEFAULTLIB:msvcrt.lib and see if that does it.