DPCollins / rabbitcpp

Automatically exported from code.google.com/p/rabbitcpp
0 stars 0 forks source link

compilation issues in VS2010 #2

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
latest SVN, last stable librabbitmq added as sources(not library)
Последний SVN, последний стабильный librabbitmq 
подключен в виде исходного кода.

AMQPException doesn`t compile as field names had changed
bzero calls replaced by memset
missing macros in AMQPQueue

AMQPException не компилится потому что 
поменялось название поля
вызовы bzero пришлось заменить на memset
в AMQPQueue что-то совершенно бешеное: макросы 
AMQP_SIMPLE_RPC и AMQP_MULTIPLE_RPC не объявлены нигде, и 
пришлось конкретно курочить код.

сорри за большой дифф - я неверно 
среагировал на предложение VS поменять 
newline`ы.

Original issue reported on code.google.com by vlad.bot...@gmail.com on 27 Jan 2011 at 4:19

Attachments:

GoogleCodeExporter commented 8 years ago
could you please send similiar patch for my version of lib? I'm interested in 
getting rid of bzero's.
http://github.com/xbojer/amqpcpp
It is compiling fine under linux, changed macros and filed names as well as 
refactored code a bit, also removing unnecesary method copies.

Original comment by fbo...@gmail.com on 14 Apr 2011 at 12:05