Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
General
GeneralPortable MacsHardwareNetworking
Applications
Mac ApplicationsEudoraFirefox / MozillaInternet ExplorerOutlook ExpressMS OfficeEntourageExcelPowerPointWordVirtual PCMedia PlayerOther MS Products
Programming
Mac ProgrammingCodeWarriorPerl
Country Specific
Australian Mac GroupUK Mac Group

Mac Forum / Programming / Mac Programming / February 2010



Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
odd behavior of if28 Feb 2010 03:26 GMT1
now THIS is extremely odd
it appears that if isn't being properly tested.
[commandLine string] contains @"-help"
- (IBAction)sendCommandLine:(id)sender
Has anyone installed gc-7.1 successfully on OS X?28 Feb 2010 03:02 GMT2
The garbage collector for C and C++?
I ran into some problems with compiling gc-7.1 on OS X 10.6.2:
The usual steps are ./configure; make; make install.
The make step produces the error:
Making a new 10.4 compatible project in 10.6?27 Feb 2010 13:48 GMT5
I hope this is a simple one...
When I start a new project in Xcode 3.2.1 (64bit) what are the steps I need
to do to ensure that the resulting code will work under MacOS X 10.4? What
settings in the project do I need to alter?
help using other classes25 Feb 2010 22:55 GMT4
ok, i've done my window in interface builder, created subclasses,
created instances, added actions and outlets, linked them together to
the window, and now i have a problem.  i click a button and it goes to
the button handler and the button has to see what's in a text field but
ioctl sockets and FIONREAD24 Feb 2010 14:28 GMT1
I am currently porting my tcp/ip socket class to Mac OS X and have the
following problem:
The function ioctl seems to be known, but FIONREAD is not known.
int result = ioctl (clientSocket, FIONREAD, &pendingBytes);
Subversion and IB woes23 Feb 2010 03:13 GMT2
My MainMenu.nib cannot be checked into my repository. I get an error
that says its already under version control. I just localized the
project into 3 other languages and although XCode's (3.2.1) SCM results
displays a (?) next to each localization, it also tells me that they are
ipfw / iptables config18 Feb 2010 17:07 GMT1
In order to use rtmpdump (which I have compiled on my mac) I have to
run this command :
sudo iptables -t nat -A OUTPUT -p tcp --dport 1935 -j REDIRECT
But there is no iptables on mac os, only ipfw ...
find a command in terminal18 Feb 2010 14:27 GMT5
When I use a command in the terminal (i.e curl) how can i know where
the command is located on my system ?
thanks !
carmelo
easy parsing problem in C for beginner15 Feb 2010 07:28 GMT11
I am having trouble as a C beginning trying to compile the code below
using XCode.  I am new to C and have always programmed in pascal in
the past. This is to be a plugin for 4th Dimension.  Most of the hooks
were generated with "4D Plugin Wizard".  It generates the C code for
pshared and multiprocessing08 Feb 2010 18:51 GMT1
I have a bit of code that do the following thing :
- create a shared_memory area with mmap and MAP_PRIVATE
- create in that shared area a mutex and a condition variable with a
pshared attribute set to pshared.
XCode and Glut.04 Feb 2010 23:03 GMT6
What kind of project template should I select within XCode if I want
to build an OpenGL application built on glut.
I tried a simple C++ tool and added the GLut framework to the project
from:
ranlib produces "has no symbols" msg03 Feb 2010 05:10 GMT13
Running Mac OS X 10.6.2 (Snow Leopard) ...
When running ranlib, I sometimes get error msgs saying that a particular
library entry has no symbols.  This most recently happened with the FLTK
libraries, e.g.:
privileged ports...02 Feb 2010 04:21 GMT1
I need to listen on port 104.
Its below 1024 so I need 'permission' to listen....
What do I do to an app bundle so that when the app is launched it will
be able to open port 104?
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2010 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.