Ignore this message - looks like I had created a CRL project. -----Original Message----- From: Powers, Matthew [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 26, 2008 11:54 AM To: users@activemq.apache.org Subject: RE: Installation with VS2005
I tried looking at this and got the most recent build to compile...but I had problems finding app_pools.h which is included in the APR release. So I installed that, built it, and added the include directory to my VS project. Now I get a lot of unresolved symbols similar to this... Error 180 error LNK2019: unresolved external symbol "public: virtual class "cms::Connection * __clrcall activemq::core::ActiveMQConnectionFactory::createConnection(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" ([EMAIL PROTECTED]@[EMAIL PROTECTED]@@$$FUAMPAVCon [EMAIL PROTECTED]@@[EMAIL PROTECTED]@[EMAIL PROTECTED]@@[EMAIL PROTECTED]@2@@ std@@[EMAIL PROTECTED]) referenced in function "void __clrcall `dynamic initializer for 'const activemq::core::ActiveMQConnectionFactory::`vftable'''(void)" ([EMAIL PROTECTED]@activemq@@6B@@@[EMAIL PROTECTED] 35d@@$$FYMXXZ) Forms_App_ActiveMQ.obj " Any ideas on this problem? -----Original Message----- From: Timothy Bish [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 26, 2008 7:48 AM To: users@activemq.apache.org Subject: Re: Installation with VS2005 Look at the project settings we use in our own VC project files to build and link the example program. Regards Tim. On Mon, 2008-08-25 at 15:43 -0400, Powers, Matthew wrote: > I am a newbie to CMS and Visual Studio and was seeing if there was a > guide to getting this up and running. I downloaded the libraries, but > if I want to create a new app and just reference these libraries how > would I do that? > Thanks of the information