> Jim ,were 2
>
> I downloaded the source of LaserTank and compiled it in LCC. There
> problems :info only
>
> [1] My original executable is 439,902 bytes long. Removing debug
> cuts that by 6 bytes. Fiddling with the various compiler settingslike
> optimise , debug and rebuild gave me .exe sizes like 307,232 and306,208. I
> could not find what I had to do to get it down to the size in thelasertank
> package which was 302,112. What am I doing wrong?Vic,
I don't know. When I compile the program at work it is 350K+ when I
compile the same code at home it is smaller. I am sure it must be one
of the settings in the project file but I don't know which one :(
>struct
> [2] LCC generated this warning in lasertank.err :
>
> Warning c:\lcc\ltank32\ltank2.c: 537 assignment of pointer to
> tagBITMAPINFO to pointer to charYou are right, I am not typecasing it correctly, but it works anyway
>
so I never spent the time to fix it. If you figure it out tell me and
I will change my code also.
Jim