On Wed, 2010-02-17 at 08:54 -0800, asarang wrote: > clean did not help get so far then come up with the error. Im also getting > > fatal error C1083: Cannot open include file: 'sys/socket.h': No such file or > directory
Don't know on that one, that shouldn't be included on Windows unless there was some changes to the Config.h file in decaf/util You may want to consult the MS knowledge base on the error number you are getting to see if there's any insight in there. Regards Tim. > > is this why it cant connect to database? > > > > 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 > > > > 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/