Board index » delphi » Unit to Unit types
noda...@{*word*104}den.com (nodapoc93)
![]() Delphi Developer |
Fri, 17 Apr 1998 03:00:00 GMT
Unit to Unit types
I am curious as to how you would use declare a variable ov a type
declared on a different unit. For example in my program i declare a doubly linked list type, but i would like to move those functions and procedures that manipulate this list to another unit (for readability's sake), but i get compiler errors when i do this. And, if i redeclare the type in both units, i get a type mismatch error. Any help or sughestion would be much appreciated. BTW I am still curious as to how one prints a bitmap without stretchdraw, if it cannot be done, or if there is a technique using stretchdraw which cuts down on the distortion please let me know. Thanks again. nodapoc93 (timothy93) |