Anyone have issues with Lisp-LGPL?
by tayss_temp2 » Thu, 19 Aug 2004 15:08:03 GMT
Does anyone know of "issues" with the LLGPL? That Lisp-specific
license.
http://www.**--****.com/
I've skimmed the net a bit and found no controversy, but it might be
useful to ask around. Just in case.
Thanks,
Tayssir
"The citizen who sees his society's democratic clothes being worn out
and does not cry out is not a patriot but a traitor."
-- Mark Twain
Similar Threads:
1.Java compatibility issues (WAS: MF having issues?)
2.OT: Java compatibility issues (WAS: MF having issues?)
3.Qt 4.5 LGPL and CommonQt: Lisp Is Sooo Dead (TM)
4.Anyone having this background image?
I assume you mean so you can tile it w/o getting jagged edges?
chris
If there's a will, I want in it! Chris Bordeman Software Developer Sterling
Technologies 1020 Cambridge Sq. Suite A Alpharetta, GA 30004
XXXX@XXXXX.COM tel: fax: 770-754-4515 770-754-1608 Powered by Plaxo
Want a signature like this?
"Kelvin Chua" < XXXX@XXXXX.COM > wrote in message
news: XXXX@XXXXX.COM ...
> Hi Ian,
>
> The one I attached is cut from the EasyExel 3.0 Demo....
>
> Just wonder anyone else is having it...
>
> Thanks.
>
> Kelvin Chua
> SINGAPORE
>
> "Ian Holdsworth" < XXXX@XXXXX.COM >
wrote
> in message news: XXXX@XXXXX.COM ...
> > I do now ;-)
> > "Kelvin Chua" < XXXX@XXXXX.COM > wrote in message
> > news: XXXX@XXXXX.COM ...
> > > Hi there,
> > >
> > > Anyone having the attached image?
> > >
> > > Thanks.
> > >
> > > Kelvin Chua
> > > SINGAPORE
> > >
> > >
> >
> >
>
> --------------------------------------------------------------------------
> --
> > ----
> >
> >
> >
> >
> >
> >
>
>
>
5.Having issues trying to copy an array
I'm want
static char *output[BUFF];
to hold the modified string "tel chad"
However, when I debug it,
static char *output[BUFF]
holds the ascii value of the strng, and not the string itself.
Here is what I have. I know gets(), strcat strcpy() shouldn't be used.
I just wrote the program to isolate the problem I'm having.
#include <stdio.h>
#include <stdlib.h>
#define BUFF 20
int main(void) {
char name[BUFF];
static char *output[BUFF];
int count = 2;
char tel[] = "tel ";
char *msg_list[] = {" apple", " orange", " grape" };
printf("Enter the target persons username \n");
gets(name);
/* tel = "tel chad"*/
strcat(tel,name);
printf("%s \n", tel);
strcpy(&output[1], tel);
/*strcat(tel,msg_list[1]);*/
/* printf("%s \n", output[1]);*/
return 0;
}
6. HTML (WAS: MF having issues?)
7. Accessibility requirements was HTML (WAS: MF having issues?)
8. MF having issues?