Tagged Questions

2
votes
3answers
61 views

What kind of applications could be rewritten to use OpenCL?

Mac OS X 10.6 comes with OpenCL, but how many applications could have better performances if they would be rewritten to use OpenCL? What kind of applications should be rewritten to use OpenCL?
4
votes
6answers
269 views

Is Mono really cross-platform?

Official Mono project website says that Mono works successfully on Windows, Linux and Mac OS. Is that true? I want to build applications which work at least on Windows and Linux. Is it possible with …
2
votes
3answers
125 views

Insert a Newline in Excel Formula (MacOS)

I am using MS Excel on a Mac. I have a formula. Guests!A1 & " " & Guests!B1 & I WANNA PUT NEWLINE HERE Guests!C1 ... How do you do this???? Thx!
0
votes
0answers
38 views

Creating a plain C shared library in Mac OS that uses Objective-C libraries

Hi, I want to create a plain BSD library in Mac OS which provides a plan C wrapper for Objective-C bases system APIs (like the CoreLocation API). Although I've written and gotten this to compile, it …
0
votes
2answers
54 views

Is there any FOSS lib for reading Excel files using C

Hi As the title says, I am looking for source code that shows how to read(write) MS Excel files in pure C (OS agnostic). I have seen some Java code (e.g. JExcel) and would use that if I can't find …
4
votes
3answers
59 views

Decoding Mac OS text in Python

I'm writing some code to parse RTF documents, and need to handle the various codepages they can use. Python comes with decoders for all the necessary Windows codepages, but I'm not sure how to handle …
0
votes
1answer
31 views

install java se 6 on a mac without software updater

hello guys i've come from a very long issue where i was obliged to remove the /System/Frameworks/JavaVM.framework/Versions/1.6.0 and the 1.6. now i downloaded the JavaForMacOSX10.5Update1, because …
0
votes
1answer
68 views

tokyo cabinet perl api libtokyocabinet.dylib, file is not of required architecture

Helle there, compiling the perl api for tokyo cabinet is diving me crazy ! i've always this error message : ld: warning: in /usr/local/lib/libtokyocabinet.dylib, file is not of required …
0
votes
1answer
37 views

How to get an output console in an Ogre project under MacOS?

Hello, I'm working on a project using Ogre3D. We recently ported our project to MacOS but there are some things that were linked to the Windows API. In particular I don't know how this should be …
0
votes
3answers
179 views

NSString text pixel length

How to know how much pixels my text is taking in a UILabel ? I want to insert a small picture in between text. Can be usefull to adjust my label width.
0
votes
1answer
56 views

Flex text field do not work under MacOS X

Hello. Strange problem. Text fields in my flex simply do not work under Mac. Inputted characters do not appear within it. I do not have any specific font set (just _serif), so I don't thing it's font …
0
votes
3answers
91 views

Send Apple Event from Windows?

My son has a MacOS 9 box to which he is sending remote AppleEvents from his Leopard-based MacBook. Is there any way, programmatically, that I can send remote AppleEvents via TCP/IP from my Windows 7 …