I believe you have two options.  You might prefer to recompile the antlr 
runtime DLL with vs2005 If your goal is minimizing dependencies.  Alternatively 
you could just drop the  redistributable C runtime from vs2008 into your 
packaging.  Unfortunately there's quite a bit of confusion on this point 
specific to msvcr9 due to some unclear release communications.  But if you use 
the runtime redist kit which actually ships with vs2008 you should be ok.  You 
may be able to get the redist from the express edition of vs2008 but you'll 
have to check that.

Good luck!

------Original Message------
From: J.R Karthikeyan
Sender: [email protected]
To: [email protected]
Subject: [antlr-interest] VS2005 and VS2008 problem
Sent: Aug 24, 2010 6:26 PM

Hi,

   My entire project is done in VS2005 which will create dll and later I will 
use those dll. I am creating the parser using ANTLR and those file I am planned 
to add it as a function in my project which is in VS2005. When I compiled ANTLR 
generated file seperatly in VS2005 I don't have any problem. Even when I 
combined and built with my project, it is fine. But when my dll calls 
antlr3cd.dll which in turn it callsMSVCR90D.dll. It looks that dll is VS2008 
dll. Any suggestion how to get rid of this. 



List: http://www.antlr.org/mailman/listinfo/antlr-interest
Unsubscribe: 
http://www.antlr.org/mailman/options/antlr-interest/your-email-address


Sent from my Verizon Wireless BlackBerry

List: http://www.antlr.org/mailman/listinfo/antlr-interest
Unsubscribe: 
http://www.antlr.org/mailman/options/antlr-interest/your-email-address

-- 
You received this message because you are subscribed to the Google Groups 
"il-antlr-interest" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/il-antlr-interest?hl=en.

Reply via email to