Norman Dunbar wrote:
>
> It's turning into a better week now !
>
> I have now managed to solve the 'ambiguous name' errors with Qliberator when
> compiling Screen Snatcher. I had set dev2_ to be the location where I load
> and save to, and in the code, I had some $$asmb refernces to dev2_.
>
> Dilwyn pointed out that sometimes Qlib fails to find files etc up a devn_
> device, so I changed my source to use the full path name and lo, it compiles
> every time so far. I hadn't changed anything, except the path names and
> where it failed to compile before, now it works.
>
> Lets hope it isn't just a transient fix !
>
> Norman.
>
> PS. By opening #0, instead of #3 in SS3, the 'stay on screen all the time'
> and the 'Phantom window' faults have been removed - I now have a working
> version. All I need to finish now is saving to pic format and getting my
> head round the Aurora screen layout.
>
> Thanks to all who helped recently - much appreciated.
>
Hi,
Thank you for sending me SS3.
I just discovered the same problem: QLIB complained about DJTOOLKIT_BIN. I
had to copy it to ram2_ and modify line 1010 accordingly.
I modified line 2130 as well.
2130 DumpSize=ScreenWidth*(ScreenDepth*2)
If ScreenDepth is not multiplied by 2, only the top half of the screen is
snatched.
I use QPC2 v2 high colour mode and the snatched file is 960000 bytes long.
Thank you for the time and work you have put in SS3!!
François Van Emelen