about the .dll and .lib

I made 2 experiments :

  1. .dll and.lib compiled under VS2010 could not be used in C++code compiled in PGI compiler.There will be errors.

  2. .dll and .lib compiled by PGI compiler could not be used in C++code under VS2010. There will be errors

I’m wondering whether dll files gernerated by these two platforms could be uncompatible

Hi,

I checked around, and our Windows C++ objects are not interoperable with VS2010 C++ at this time.

Best regards,

+chris

I see.

thanks,Chris