Where is the dev studio project?

Timothy Bish wrote:
> 
> On Wed, 2010-02-17 at 04:48 -0800, asarang wrote:
>> Sorry if this has already been ansewered but i can not seem to find the
>> answer.
>> 
>> I have downloaded and built the activemq-cpp-library-3.1.0 but there is
>> no
>> lib file created for me to link to the project.  
>> 
>> how do i create this file and link it to my project?
>> 
>> any help appreciated.
>> 
>> Thanks
>> Abu
> 
> There are targets in the dev studio project for DLL and Static libs, you
> need to build the right one, I usually just do a batch build for the
> solution and build all targets.  
> 
> Regards
> 
> 
>> 
>> error recieved
>> -------------------------------------------------------------------------------------------
>> 1>Linking...
>> 1>FileTransfer.obj : error LNK2019: unresolved external symbol "public:
>> static void __cdecl
>> activemq::library::ActiveMQCPP::initializeLibrary(void)"
>> (?initializelibr...@activemqcpp@libr...@activemq@@SAXXZ) referenced in
>> function "public: int __thiscall FileTransfer::run(void)"
>> (?...@filetransfer@@QAEHXZ)
>> 1>C:\Workdir\Branches\networking-live\telemetry\Debug\SpikeControl.exe :
>> fatal error LNK1120: 1 unresolved externals
>> 
>> code causing error
>>      activemq::library::ActiveMQCPP::initializeLibrary();
>> 
> 
> -- 
> Tim Bish
> 
> Open Source Integration: http://fusesource.com
> ActiveMQ in Action: http://www.manning.com/snyder/
> 
> Follow me on Twitter: http://twitter.com/tabish121
> My Blog: http://timbish.blogspot.com/
> 
> 
> 

-- 
View this message in context: 
http://old.nabble.com/linking-activeMQ-with-visual-studio-2009-tp27623168p27624722.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to