On Fri, 2013-01-04 at 08:56 -0800, gacek wrote: > Hi, I have a big problem with ActiveMQ fo C++. After building examples from > apache, i run an exe file and i get the error (translated from polish) "you > can not start program because libapr-1.dll was not found on the computer". > Can anyone help me ? > >
The DLL needs to be located somewhere on the system path so that it can be found and loaded at runtime, otherwise you need to use the static linked builds to avoid the DLL lookup issue > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/ActimeMQ-CPP-run-exe-problem-tp4661362.html > Sent from the ActiveMQ - Dev mailing list archive at Nabble.com. -- Tim Bish Sr Software Engineer | RedHat Inc. [email protected] | www.fusesource.com | www.redhat.com skype: tabish121 | twitter: @tabish121 blog: http://timbish.blogspot.com/
