visy / oscpack

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

Assertion Failed problem #19

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. I compiled with win8 64bit and mingw latest version x86x64 after that I 
tried to run the SimpleSend exe file and here is the error

C:\Users\M\oscpack_1_1_0\bin>SimpleSend.exe
Assertion failed!
Program: C:\Users\M\oscpack_1_1_0\bin\SimpleSend.exe
File: osc\OscOutboundPacketStream.cpp, Line 168
Expression: sizeof(osc::int64) == 8
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.

how can I solve this issue?
another question is I want to use OCSPacket on a code that developed in VC++ 
2008... May I know how can I make a lib file that would be compatible with vc++ 
2008?

thanks
Majid

Original issue reported on code.google.com by Majid.na...@gmail.com on 2 Oct 2014 at 8:46