From: "Kevin Dethlefs" > I would like to put in a lot of the old commands from my BPL18, but I can't. > Right now, I am trying to put in the commands into a BPL21. Someone wanna > help me do this? I don't know enough here. It's seriously annoying. In the beginning of the function in the snippets, declare a buffer, to use for the function. One of the main differences between bpl18 and bpl21 was the removal of global buffers. So, add the line(s) char buf[MAX_STRING_LENGTH]; char buf1[MAX_STRING_LENGTH]; char buf2[MAX_STRING_LENGTH]; char arg[MAX_STRING_LENGTH]; in functions that use the appropriate buffers. > When are we going to have patches and snippets ready for BPL21? Or can > someone please explain to me the dif between BPL18 and 21, so I can make some > changes to the code I put in? Heck, who knows, maybe now I found a real > reason to make the dedication to C, and learn it. Or not. C ya. Learn it. _Then_ ask questions. Welcor -- +---------------------------------------------------------------+ | FAQ: http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html | | Archives: http://post.queensu.ca/listserv/wwwarch/circle.html | | Newbie List: http://groups.yahoo.com/group/circle-newbies/ | +---------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 06/25/03 PDT