objective-c++
Dylib error 'Library not loaded' distributing application
I\'m developing an app in objective-C++ that uses dynamic libraries of OpenCV and VTK but I\'ve a problem on distribution, if I launch my app in a different system I got this issue:[详细]
2023-03-28 12:03 分类:问答After changing AppDelegate to Objective-C++, can't addSubview to UIWindow anymore
开发者_运维百科After adding OpenFeintX, I had to change my AppDelegate to (.mm). Not sure f this is absolutely the reason of the issue but it seems like the only thing that changed.[详细]
2023-03-28 09:50 分类:问答Cocoa Socket Programming NSInputStream read returns 0
In my App, have setup the stream like this, (void)connectStream:(NSString *)pHostName PortNo:(int)inPortNo HasInput:(bool)bInput HasOutput:(bool)bOutput{[详细]
2023-03-27 17:56 分类:问答Regexp to find strings enclosed by ** (double-star)
I\'m trying to find a way to make an array of matched patterns out of a string. I\'ll explain myself with an example.[详细]
2023-03-26 13:32 分类:问答Is my math over complicated, it works
I\'ve made a function to perform a calculation against four fields. Then outputs the that calculation to a receiver field.[详细]
2023-03-26 06:32 分类:问答Size of Cocoa application based on Boost
What I need: wrap boost-based C++ library into Objective-C++; create Cocoa app using that Objective-C++ library.[详细]
2023-03-25 23:06 分类:问答How can I import compiled C++ libraries into an Objective-C++ project in Xcode 4?
I\'m trying to use the Skyp开发者_StackOverflow中文版eKit SDK to create an Objective-C++ project using Xcode 4. I have two compiled libraries from SkypeKit, libskypekit_cyassl_lib.a and libskypekit_cp[详细]
2023-03-25 06:06 分类:问答Xcode and Objective-C++ can't find <cstdio>
I\'m writing Cocoa code that uses some classes defined in a C++ library.I give the filename the extension .mm, and things are usually fine.[详细]
2023-03-25 00:54 分类:问答How to convert a XZ compression output to a NSString?
I\'ve successfully set up a small XZ compressor which returns a std::string that contains the compressed output. To process the result I need to \"convert\" the std::string to a NSString. Unfortunatel[详细]
2023-03-24 08:18 分类:问答Problem for template class<class_name> that has bitset as argument
I want to write a class in C++ in which one of the parameter is a bitset<size>. I want to give the facility to vary this \"size\" for any object of that class but should be constant for that obj[详细]
2023-03-23 12:20 分类:问答