|
Next: IIT Kharagpur Kshitij ' 08 Javawise
|
| Author |
Message |
External

Since: Feb 01, 2008 Posts: 1
|
(Msg. 1) Posted: Fri Feb 01, 2008 3:42 am
Post subject: Wanted: Programmer to build utility for Mac Archived from groups: comp>sys>mac>programmer>codewarrior (more info?)
|
|
|
Hi all,
I'm an Apple IIgs fanatic that likes to use an emulator to continue
working on IIgs projects.
What I need is a way to connect the TCP/IP stack within the emulator
that I use to the host machine's TCP/IP stack.
Unfortunately the emulator authors are long gone so modifiying this
app is probably not an option.
My host machine of choice at the moment is a PB1400 running MacOS 8.6.
So I believe the host TCP/IP stack is Open Transport.
The emulator has the ability to output to the host machines serial
ports very reliably.
So the utility that I've imagined would watch the Mac serial port and
grab data passed to it and shove it into an IP datagram that is then
passed to the Open Transport interface and vice versa.
This utility does not necessarily need a user interface, however some
method of watching the packets flow through would be nice to confirm
everything is working as expected (e.g. dump to disk file).
So, is this kind of utility possible to build? (e.g. can two
applications use the same serial port at the same time?)
Does anyone here have the know-how to build it?
Is anyone willing to have a go themselves or mentor me to have a go?
I've never done any mac programming, so there's a huge learning curve
for me that I'd rather not attempt if I don't have to. But just in
case I do have to, what version of CodeWarrior should I look for to
run in this environment?
What language would be best for this? Can C do the job or would some
of it have to be in done in something else?
Thanks for any input on this.
Regards,
Andrew |
|
| Back to top |
|
 |  |
External

Since: Feb 02, 2008 Posts: 1
|
(Msg. 2) Posted: Sat Feb 02, 2008 3:49 am
Post subject: Re: Wanted: Programmer to build utility for Mac [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
On Feb 1, 10:42 pm, roughana <rough... DeleteThis @gmail.com> wrote:
> what version of CodeWarrior should I look for to
> run in this environment?
I actually have CodeWarrior 6 Academic. This has min requirements of
System 7.1.
Can this still be used to build stuff for MacOS 8.6 Open Transport
v1.3 ??
Does it have the necessary libraries / headers etc already or would I
have to get them from somewhere?
Thanks,
Andrew |
|
| Back to top |
|
 |  |
External

Since: Jun 14, 2007 Posts: 4
|
(Msg. 3) Posted: Sat Feb 02, 2008 10:31 am
Post subject: Re: Wanted: Programmer to build utility for Mac [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
In article
<2cada53b-482a-46bf-84e8-0010b60d81d1 RemoveThis @d21g2000prf.googlegroups.com
>,
roughana <andrew.roughan RemoveThis @writeme.com> wrote:
> On Feb 1, 10:42 pm, roughana <rough... RemoveThis @gmail.com> wrote:
> > what version of CodeWarrior should I look for to
> > run in this environment?
>
> I actually have CodeWarrior 6 Academic. This has min requirements of
> System 7.1.
> Can this still be used to build stuff for MacOS 8.6 Open Transport
> v1.3 ??
> Does it have the necessary libraries / headers etc already or would I
> have to get them from somewhere?
>
> Thanks,
> Andrew
It's been a while so I not 100% certain and may be wrong but I
believe so.
Also look into GUSI <http://sourceforge.net/projects/gusi/> |
|
| Back to top |
|
 |  |
| Related Topics: | no chdir() in mach-o build of CW9?!? - Hi all, I've a little problem with CW9: if i start a mach-o standard C project, there seems to be no chdir() function!!! The function is defined and implemented in classic and carbon libraries, but it's no more present in the mach-o ones! Is there a..
[CW7] odd build errors in math lib when C++ enabled - This question appears to have been asked before but no satisfactory answer was turned up by Google. I have enabled C++ on a Carbon project (using MacCarbonHeaders) and am finding compilation aborts with a large number of errors of the form: Error :..
Bug in alloc.c? - I'm getting an infinite loop in alloc.c, which is located in MSL/MSL_C/MSL_Common/Src. This is with CW 9.5. The function is allocate_from_var_pools. There is a do/while loop that searches for a block with the required size to allocate a block of..
Multiply defined symbol: .bss - Hi, when trying to build a dll for Windows using CW9 on MacOS, I get an error message like: Link Error : Multiply defined symbol: .bss in files file1.cpp, file2.cpp The same message with the same filenames is repeated several times, but....
Where next? - Hi folks, All of my recent Mac coding has been Carbon C++, mostly using PowerPlant as a framework. As most of my clients are moving to X and CW's future is, shall we say, uncertain I'm wondering where to look for my future coding setup. I've dabbled.... |
|
You can post new topics in this forum You can reply to topics in this forum You can edit your posts in this forum You can delete your posts in this forum You can vote in polls in this forum
|
|
|
|