I am an iOS developer and I found a great library that handles all kinds of astronomy related calculations for me. The problem is that it\'s written in Java. Although I have enough experience with lan
I\'m trying to run uic3 -convert to convert some开发者_如何转开发 QT3 .ui files to QT4. When I run it, uic3 reports that it\'s unable to find the rules file (q3porting.xml).
I have in my C++ application a failure that arose upon porting to 32 bit FreeBSD 8.1 from 32 bit Linux. I have a TCP socket connection which fails to connect.In the call to connect(), I got an error r
I\'m porting a small (<10 classes) C++ project to Java. The project manipulates sound files, and in C++ does this using libsndfile. The code includes stuff like:
I am attempting to port a small data analysis program from a 64 bit UNIX to a 32 bit Windows XP system (don\'t ask :)).
I\'m trying to write an interface for commu开发者_C百科nicating with a network protocol, but the IEEE document describes the protocol at the bit level with information split accross a single byte.
Qt3 used to provide QMenuBar::insertItem with QWidget* parameter. This way any custom widget could be added to menu bar - for example a cloc开发者_开发技巧k-widget.
I\'ve translated the following C++ code to C#, but I can\'t determine where and how to instantiate the class. If I do it using:
I\'m writing a compiler project which will produce assembly code as the target language. However, there are some small changes that need to be accounted for depending on the operating system, an开发者
I\'m porting a Windows app written in C# to Mac OS using Java and Swing. The Windows app stores the logs (environment info, exceptions, etc.) in the file C:\\Program Files\\MyProgram\\Logs\\app.log.