rejetto forum

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - gorghell

Pages: 1
1
Programmers corner / Hello, can anybody help me?
« on: July 20, 2007, 09:37:27 AM »
Hello,
First of all, i want to start by saying that i'm not a programmer, but i'm trying to learn...
Now, could anybody help me out by telling me why i keep getting this error when i try to compile version 2.2 (i'm using Delphi 7).

Quote
[Warning] main.pas(875): Unsafe type 'Pointer'
[Warning] classesLib.pas(107): Unsafe type 'procedure, untyped pointer or untyped parameter'
[Warning] classesLib.pas(243): Unsafe code '@ operator'
[Warning] classesLib.pas(297): Unsafe code 'String index to var param'
[Warning] classesLib.pas(297): Unsafe code 'String index to var param'
[Warning] classesLib.pas(317): Unsafe code '@ operator'
[Warning] classesLib.pas(317): Unsafe code '@ operator'
[Warning] classesLib.pas(317): Unsafe code '@ operator'
[Error] classesLib.pas(383): Undeclared identifier: 'FileName'
[Error] classesLib.pas(383): Operator not applicable to this operand type
[Warning] classesLib.pas(410): Unsafe code 'String index to var param'
[Warning] classesLib.pas(436): Unsafe code 'String index to var param'
[Warning] classesLib.pas(436): Unsafe code 'String index to var param'
[Warning] classesLib.pas(587): Unsafe type 'procedure, untyped pointer or untyped parameter'
[Warning] classesLib.pas(605): Unsafe code '@ operator'
[Warning] classesLib.pas(695): Unsafe typecast of 'TObject' to 'Integer'
[Warning] classesLib.pas(703): Unsafe typecast of 'Integer' to 'TObject'
[Warning] classesLib.pas(713): Unsafe typecast of 'TObject' to 'Integer'
[Warning] classesLib.pas(715): Unsafe typecast of 'Integer' to 'TObject'
[Warning] classesLib.pas(829): Unsafe type 'PChar'
[Warning] classesLib.pas(834): Unsafe type 'bos: PAnsiChar'
[Warning] classesLib.pas(835): Unsafe type 'eosl: PAnsiChar'
[Warning] classesLib.pas(837): Unsafe type 'ptxt: PAnsiChar'
[Warning] classesLib.pas(838): Unsafe type 'ptxt: PAnsiChar'
[Warning] classesLib.pas(838): Unsafe type 'bos: PAnsiChar'
[Warning] classesLib.pas(839): Unsafe type 'bos: PAnsiChar'
[Warning] classesLib.pas(839): Unsafe type 'ptxt: PAnsiChar'
[Warning] classesLib.pas(840): Unsafe type 'bos: PAnsiChar'
[Warning] classesLib.pas(841): Unsafe type 'bos: PAnsiChar'
[Warning] classesLib.pas(841): Unsafe type 'bos: PAnsiChar'
[Warning] classesLib.pas(843): Unsafe type 'eosl: PAnsiChar'
[Warning] classesLib.pas(843): Unsafe type 'bos: PAnsiChar'
[Warning] classesLib.pas(844): Unsafe type 'eosl: PAnsiChar'
[Warning] classesLib.pas(844): Unsafe type 'eosl: PAnsiChar'
[Warning] classesLib.pas(844): Unsafe type 'bos: PAnsiChar'
[Warning] classesLib.pas(845): Unsafe type 'eosl: PAnsiChar'
[Warning] classesLib.pas(847): Unsafe type 'bos: PAnsiChar'
[Warning] classesLib.pas(850): Unsafe type 'eos: PAnsiChar'
[Warning] classesLib.pas(851): Unsafe type 'eos: PAnsiChar'
[Warning] classesLib.pas(851): Unsafe type 'eos: PAnsiChar'
[Warning] classesLib.pas(860): Unsafe type 'ptxt: PAnsiChar'
[Warning] classesLib.pas(860): Unsafe type 'bos: PAnsiChar'
[Warning] classesLib.pas(870): Unsafe type 'ptxt: PAnsiChar'
[Warning] classesLib.pas(870): Unsafe code 'String index to var param'
[Warning] classesLib.pas(874): Unsafe type 'eosl: PAnsiChar'
[Warning] classesLib.pas(875): Unsafe type 'bos: PAnsiChar'
[Warning] classesLib.pas(876): Unsafe type 'eos: PAnsiChar'
[Warning] classesLib.pas(877): Unsafe type 'bos: PAnsiChar'
[Warning] classesLib.pas(878): Unsafe type 'ptxt: PAnsiChar'
[Warning] classesLib.pas(879): Unsafe type 'ptxt: PAnsiChar'
[Fatal Error] optionsDlg.pas(127): Could not compile used unit 'classesLib.pas'

If anybody could tell me how to fix this it will be very apreciated...
Thanks.

Pages: 1