dotgnu-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [DotGNU]Standalone portable.net apps Mac OS X


From: Gopal V
Subject: Re: [DotGNU]Standalone portable.net apps Mac OS X
Date: Tue, 20 Jan 2004 02:02:55 -0800 (PST)

Hi Andrew,

Basically you dont have to do all that ... :)
(let me run you through my procedure)

step 1 : install your application into pnet

bash$ ilgac --install cal.exe

step 2 : Get a proxy executable into your path (with
same name minus .exe 
 or if you like doing cal.exe, keep the .exe ;)

bash$ ln -sf / /clrwrap.exe / /cal

 I put my pnet in /usr/local/bin and the cal also went
into /usr/local/bin
 ie

 [~gopz] ln -sf /usr/local/bin/clrwrap.exe
/usr/local/bin/cal

step 3 : Run it !

bash$ cal

 January February March
Mo Tu We Th Fr Sa Su Mo Tu We Th Fr Sa Su Mo Tu We Th
Fr Sa Su
 1 2 3 4 5 1 2 1 2
 6 7 8 9 10 11 12 3 4 5 6 7 8 9 3 4 5 6 7 8 9
13 14 15 16 17 18 19 10 11 12 13 14 15 16 10 11 12 13
14 15 16
20 21 22 23 24 25 26 17 18 19 20 21 22 23 17 18 19 20
21 22 23
27 28 29 30 31 24 25 26 27 28 24 25 26 27 28 29 30
 31

 April May June
Mo Tu We Th Fr Sa Su Mo Tu We Th Fr Sa Su Mo Tu We Th
Fr Sa Su
 1 2 3 4 5 6 1 2 3 4 1
 7 8 9 10 11 12 13 5 6 7 8 9 10 11 2 3 4 5 6 7 8
14 15 16 17 18 19 20 12 13 14 15 16 17 18 9 10 11 12
13 14 15
.....

Voila !

Of course all credits goes to Rhys who thought up this
idea :) ...
I am not too sure if it works in OS X , but its worth
a try ...

Gopal
PS: sorry for top-posting ... but I dont really have a
choice
--- address@hidden
<address@hidden> wrote:
> Thanks to everybody for replying to this
> 
> I am very new to the Mac and Unix so sorry for my
ignorance but you
> basically have to recompile ilrun to create a
bundle?
> 
> Argg! I don't know Python either. Here's what I
think is happening. I
> just googled and looked at something else for
TkWindows or something...
> 
> #!/bin/sh
> exec /Applications/Python.app/Contents/MacOS/python
$@
> 
> Assuming I was running a python script to get my
ilrun to work. (I need
> to use python right?) (Or could I write a native
stub C++ program on the
> Mac to do all this?)
> 
> Anyway assuming a Python script runs this stuff and
all my programs are
> in the right paths...
> 
> #!/bin/sh 
> Exec /Applications/ilrun.app/Contents/MacOS/ilrun $@
> 
> I assume the $@ is the command line ?
> 
> So if my Python script was called ilrunw and my
harness C# exe is called
> testqt.exe ...
> 
> Then-> ilrunw testqt.exe 
> 
> Would do it?
> 
> Regards
> Andy
> 
> 
>
*****************************************************************
> This email has been checked by the e-Sweeper Service
>
*****************************************************************
> 
> _______________________________________________
> Developers mailing list
> address@hidden
> http://dotgnu.org/mailman/listinfo/developers


__________________________________
Do you Yahoo!?
Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes
http://hotjobs.sweepstakes.yahoo.com/signingbonus


reply via email to

[Prev in Thread] Current Thread [Next in Thread]