Yet I'm a very very newbie of Microsoft Visual Studio development, so please don't take my comment as crucial.
According the messages in the stackoverflow I referred, it would be impossible to build a DLL that can working with any version of MSVC runtime, thus, the redistribution of MSVC runtime would be a solution. Regards, mpsuzuki Samdev wrote: > Hello Suzuki, > > Thanks for your reply, I think you are right. because when i > configure the poppler library through CMAKE , it asks us for the name of > generator, and i have selected the Visual studio 2008 and then configure > it. thus it is working only on those systems which have Visual studio 2008 > instead of VS2006 or 2010. Can you please tell me how to make it independent > of visual studio dependency...? > > Thanks, > Sam > > suzuki toshiya wrote: >> You trouble sounds aslike the MSVC runtime incompatibility issues, like, >> >> http://stackoverflow.com/questions/4578423/side-by-side-madness-running-binaries-on-the-same-computer >> >> >> Samdev wrote: >>> Hello, >>> I am using poppler libraries,generated from CMAKE and Visual >>> studio 2008, in my application. I have used this link for generating >>> libs: >>> http://laconsigna.wordpress.com/2011/07/14/compiling-poppler-on-windows/ >>> >>> It works fine in my system but when i tried it on other systems which >>> have >>> Visual studio 2006 and 2010 . It shows an exception: >>> >>> "The application failed to initialized properly(0x15002c).Click on Ok to >>> terminate the application". >>> >>> I think the poppler library has any dependency on visual studio.Can you >>> please help me that am i on right track or the problem is somewhere >>> else.Please help me ASAP. >>> Thanks >>> SAM. >> _______________________________________________ >> poppler mailing list >> [email protected] >> http://lists.freedesktop.org/mailman/listinfo/poppler >> >> > _______________________________________________ poppler mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/poppler
