While I develop with Delphi, also Delphi5, on this machine, I don't develop for Protel99SE. I just have it running for doing pcb's.
Rene [EMAIL PROTECTED] wrote: > > Rene, > > I'm sure you already read this, but for referece, here's a (the only, AFAIK) > KB article on the subject of CSRTL50.bpl: > > --------------------------------------- > Protel Knowledge Base > Item - 2122 > Logged: 14-Jan-2000 Revised:14-Jan-2000 > Item categories: SDK > Products affected: Protel 99 SE (SP4); > Operating systems affected: Windows 2000;95;98;NT; > > Query: Why can't I find pcbclass.pas pcbtypes.pas and pcb procs.pas? > > Answer: Protel Source Code files are compiled as binary units inside a > Protel RunTime Package, CSRTL.DPL (Delphi 3 format) or CSRTL50.BPL (Delphi 5 > format). To use a function from a Protel API file, you still need to add the > appropriate unit (PCBClass etc) in the Uses clause of your server project. > > For example if you wish to use the PcbApi_ChooseLocation function, you need > to add PCBProcs in the Uses clause. > > To find out which functions come from which unit, you can refer to the > Protel Reference documents. Each type, function or class entry will show > which unit it comes from, and includes a complete description on how to use > it. > -------------------------------------- > > Though it doesn't really say anything useful, in terms of repairing the > problem, I found it interesting that it seems to affect SP4. Ever thought > about moving into the far-flung future and installing SP6 already? > > regards, > > aj > > > -----Original Message----- > > From: Rene Tschaggelar [mailto:[EMAIL PROTECTED]] > > Sent: Thursday, January 30, 2003 8:48 AM > > To: Protel EDA Forum > > Subject: [PEDA] 99SE start failure > > > > > > Upon startup, > > it loads a few projects up until it fails with a modal form : > > Access Violation at ... in module CSRTL50.bpl. read of adress ... > > > > I have to kill the app with the task manager and the same > > repeats after a restart. > > > > 99SE SP6 on WinNT4 SP4 > > > > I vaguely remember some files will have to be deleted > > but lost which. > > > > > > Rene > > -- > > Ing.Buero R.Tschaggelar - http://www.ibrtses.com > > & commercial newsgroups - http://www.talkto.net > > -- Ing.Buero R.Tschaggelar - http://www.ibrtses.com & commercial newsgroups - http://www.talkto.net * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * To post a message: mailto:[EMAIL PROTECTED] * * To leave this list visit: * http://www.techservinc.com/protelusers/leave.html * * Contact the list manager: * mailto:[EMAIL PROTECTED] * * Forum Guidelines Rules: * http://www.techservinc.com/protelusers/forumrules.html * * Browse or Search previous postings: * http://www.mail-archive.com/[email protected] * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
