--------------- FIDO MESSAGE AREA==> TOPIC: 107 PASCAL Ref: F5W00068 Date: 05/15/98 From: SCOTT ROBERTS Time: 07:03pm \/To: JASEN BETTS (Read 1 times) Subj: Run Moniter Thanks But Me Have A Run Montier ... Keyboard error, press F1 to continue. -*- TurboEDIT v1.50a [MSP96] --- FMail/386 1.22 * Origin: Body Count BBS 24hrs 33.6k 64-3-382-5355 (3:770/215.10) --------------- FIDO MESSAGE AREA==> TOPIC: 107 PASCAL Ref: F5W00069 Date: 05/16/98 From: ALEXEY BROUSHKOVSKY Time: 12:02am \/To: ALEX ZAIKIN (Read 1 times) Subj: Good morning/day/evening/night, Alex Zaikin! 13 May 98 23:30, Alex Zaikin writes to Alexey Broushkovsky: AZ>>> uu, pu, uu -pu! AB>> Dis is an international echotag. ;( AZ> ᬠ- p? :) H "p㨭" pᨫ 襩... :( AB>> Default language is English, also I'm from Ukraine. AZ> ⠤ u ? :) H 쪨, ⮡i ⠪ p! ~:)) .ո\/ڿ AKA Gloom |/\ --- ૠ... * Origin: Did You leave the room? (2:4621/22.10) --------------- FIDO MESSAGE AREA==> TOPIC: 107 PASCAL Ref: F5W00070 Date: 05/15/98 From: TROY MORDEN Time: 03:07pm \/To: ALL (Read 1 times) Subj: Graphics and such... Hey,I was wondering if anyone could give me some help on using port[x] and mem[x:x] to create graphics. I understand sort of what mem does (i made a program using it that makes a ball move around) but what does port do when using graphics ? I want to make plasma or fire (or something to that effect) but i know only how to use the basic 16 colors. If anyone could help me out i would be very grateful...thanx in advance... later... --- GEcho 1.00 * Origin: -= The Dragon's Lair =-(204)269-2164...Wpg.Man (1:348/943) --------------- FIDO MESSAGE AREA==> TOPIC: 107 PASCAL Ref: F5W00071 Date: 05/15/98 From: TROY MORDEN Time: 03:39pm \/To: ALL (Read 1 times) Subj: Wow i didnt know that.... Hey I just found out that .CGI is/can be written in Pascal ? Is this possible? and if so what is the format for programming it? Do you write Like a normal program and compile it differently,or do you have to use a different header,just like when you make a unit you have to have unit unitname; Just wondering cause if i could do that it would be very nifty to say t he least... --- GEcho 1.00 * Origin: -= The Dragon's Lair =-(204)269-2164...Wpg.Man (1:348/943) --------------- FIDO MESSAGE AREA==> TOPIC: 107 PASCAL Ref: F5W00072 Date: 05/15/98 From: MICHAEL KLASSEN Time: 04:02pm \/To: ALL (Read 1 times) Subj: FoxPro have any of you programmed in FoxPro from Microsoft? it's a Database software using Pascal and DBASE5. then i have some questions for you --- GEcho 1.00 * Origin: -= The Dragon's Lair =-(204)269-2164...Wpg.Man (1:348/943) --------------- FIDO MESSAGE AREA==> TOPIC: 107 PASCAL Ref: F5W00073 Date: 05/07/98 From: FRANS FLIPPO Time: 10:22pm \/To: DMITRIY SURCHENOV (Read 1 times) Subj: help me to write one small prog, please 22:22:4905/07/98 On Monday April 20 1998 at 21:49, Dmitriy Surchenov wrote to to All about help me to write one small prog, please :)): DS> subject, subject and once more subject !!! DS> i just have a task from my University, but my level of knowledge is DS> not enough to complete it :(( our teachers want from us too much at DS> the lessons devoted to Turbo Pascal 7.0, so i thought mebby you could DS> help me to do my home task and to get the highest mark for it ;-) could you explain where exactly you get stuck? -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_- Frans Flippo - - - - - - - - - - - - - - - - - - - Fidonet -=- 2:2801/300.3 Zodnet -=- 115:300/0.2 Internet -=- rabbit@QuackQuack.com -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_- --- FMailX32 1.42/g+ * Origin: Rabbit Software (2:2801/300.3) --------------- FIDO MESSAGE AREA==> TOPIC: 107 PASCAL Ref: F5W00074 Date: 05/12/98 From: FRANS FLIPPO Time: 09:51pm \/To: BRAD CARSON (Read 1 times) Subj: EXEC - PKZIP/UNZIP hiding On Friday April 24 1998 at 17:18, Brad Carson wrote to to All about EXEC - PKZIP/UNZIP hiding: BC> Hello. I am running PKZIP/PKUNZIP through a turbo pascal program by BC> using calls to EXEC. How can I hide all the garbage that comes up? BC> Like I mean when it says "PKZIP v2.04g, etc etc etc".. I don't want BC> that to come up in the middle of my program! You can't set the screen BC> colour to black. That sort of thing just doesn't work. BC> Can someone please help me? redirect everything to nul: pkunzip >nul done.. no more junk... (nul is a file which exists in every directory, bu doesn't use up any space and doesn't show in directory listings, etc... actually it doesn't really exist t all, but for purposes like this it's really handy...) -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_- Frans Flippo - - - - - - - - - - - - - - - - - - - Fidonet -=- 2:2801/300.3 Zodnet -=- 115:300/0.2 Internet -=- rabbit@QuackQuack.com -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_- --- FMailX32 1.42/g+ * Origin: Rabbit Software (2:2801/300.3) --------------- FIDO MESSAGE AREA==> TOPIC: 107 PASCAL Ref: F5W00075 Date: 05/12/98 From: FRANS FLIPPO Time: 09:52pm \/To: IVAN SEMENOV (Read 1 times) Subj: Data Segment On Tuesday April 28 1998 at 18:48, Ivan Semenov wrote to to All about Data Segment: IS> BP 7.0 contains limit of Data Segment: 64kb. IS> It's really big problem for me.. IS> How i can make progs with Data Segment >65535b? you can't... workarounds: - replace large structures/arrays with pointers - replace unnecesary long strings by shorter ones (String[30] instead of String) move some variables to local level (data segment is only for variables at global level) IS> Sorry for this easy question, but i don't know what to IS> do with it. hope this helps... -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_- Frans Flippo - - - - - - - - - - - - - - - - - - - Fidonet -=- 2:2801/300.3 Zodnet -=- 115:300/0.2 Internet -=- rabbit@QuackQuack.com -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_- --- FMailX32 1.42/g+ * Origin: Rabbit Software (2:2801/300.3) --------------- FIDO MESSAGE AREA==> TOPIC: 107 PASCAL Ref: F5W00076 Date: 05/15/98 From: DANIEL GUSTAFSSON Time: 04:53pm \/To: JASEN BETTS (Read 1 times) Subj: locking the i-devices jb> What O/S? I can do it in dos real easy, windows is harder (I jb> can't). It's for win95.. But shouldn't it be quite the same procedure? * Origin: r20_[p femtonHUNDRATAAAAALEEEET!!!!!] (2:206/144.1) --------------- FIDO MESSAGE AREA==> TOPIC: 107 PASCAL Ref: F5W00077 Date: 05/15/98 From: STEPHAN MUELLER Time: 06:02pm \/To: STEVE HOWANSKY (Read 1 times) Subj: ASM Hi Steve! 12 Mai 98, 18:21: STEVE HOWANSKY wrote to STEPHAN MUELLER: SM> SH>> Asm mov ax,3; INT 10h END; SM>> It reads the Cursor-Position. SH> No, it doesn't read the cursor position. As someone else has already SH> pointed out, it sets the video mode to Text Mode 3. "MOV AX, 3" gives SH> AH a value of 0, and AL a value of 3. The AX register is 16 bits wide. SH> AL is the 8 low order bits of the AX register, and AH the 8 high order SH> bits. You are right. I realized it to late to change the mail... :) I can program assembler goodly but sometimes I make mistakes too... cu, Stephan > SpaceMail is comming soon! --- SpaceEdit V0.01/Alpha * Origin: IF Os='Win95' THEN HangSystem (2:244/6125)