Re: Proxy examle code needed

2006-06-06 Thread Roberto C. Sanchez
Arafangion wrote: > Roberto C. Sanchez wrote: > > >>Dirk wrote: >> >> >> >>>Where do I find an example proxy code in C, with less than 100 lines and >>>no dependencies? >>> >>> > > Here's an int proxy: > > // .c file > int f; > void setTheInt(int foo) { > f = foo; > } > int getTheInt()

Re: Proxy examle code needed

2006-06-06 Thread Arafangion
Roberto C. Sanchez wrote: >Dirk wrote: > > >>Where do I find an example proxy code in C, with less than 100 lines and >>no dependencies? >> >> Here's an int proxy: // .c file int f; void setTheInt(int foo) { f = foo; } int getTheInt() { return f; } // .h file void setTheInt(int foo)

Re: Proxy examle code needed

2006-06-06 Thread Roberto C. Sanchez
Dirk wrote: > Where do I find an example proxy code in C, with less than 100 lines and > no dependencies? > > I mean C. C is nothing different than C. > > Thank you! > > Proxy for what? -Roberto -- Roberto C. Sanchez http://familiasanchez.net/~roberto signature.asc Description: OpenPGP di

Proxy examle code needed

2006-06-06 Thread Dirk
Where do I find an example proxy code in C, with less than 100 lines and no dependencies? I mean C. C is nothing different than C. Thank you! -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]