Author |
Message |
Topic: Graphics - loss of colour |
Catherine
Replies: 28
Views: 28292
|
Forum: Support Posted: Tue Jan 27, 2015 1:52 pm Subject: |
Eddie,
That is where I have put the vga_colurs, following your advice.
I now have
I = WINIO@('%pv%^gr[black,vga_colours,user_resize]&
& ',IWIDTH,IHIGHT,RESIZE)
So I fir ... |
Topic: Graphics - loss of colour |
Catherine
Replies: 28
Views: 28292
|
Forum: Support Posted: Tue Jan 27, 2015 11:49 am Subject: |
I have replaced rgb_colours by vga_colurs and have the colours back again.
I Do you think this may be the solution? |
Topic: Graphics - loss of colour |
Catherine
Replies: 28
Views: 28292
|
Forum: Support Posted: Tue Jan 27, 2015 11:28 am Subject: |
I added rgb_colours to the statement as above. The graphs all went back to blue on black - the previous 'no colour' problem.
I took rgb_colours out again and the colour returned.
So, not quite sorte ... |
Topic: Graphics - loss of colour |
Catherine
Replies: 28
Views: 28292
|
Forum: Support Posted: Tue Jan 27, 2015 10:29 am Subject: |
Thanks Eddie.
I will amend the line to
I = WINIO@('%pv%^gr[black,rgb_colours,user_resize]&',IWIDTH,IHIGHT,RESIZE) |
Topic: Graphics - loss of colour |
Catherine
Replies: 28
Views: 28292
|
Forum: Support Posted: Mon Jan 26, 2015 11:22 am Subject: |
I was just about to try a modification in line with that suggesred above. However, before doing this. I re-linked one of my programss and I am back to glorious techniclour! A second program likewise.
... |
Topic: Graphics - loss of colour |
Catherine
Replies: 28
Views: 28292
|
Forum: Support Posted: Fri Jan 23, 2015 6:18 pm Subject: |
The only mention I can find in he code of anything that looks like %gr, %og or %gw is the following statement:
I = WINIO@('%pv%^gr[black,user_resize]&',IWIDTH,IHIGHT,RESIZE) |
Topic: Graphics - loss of colour |
Catherine
Replies: 28
Views: 28292
|
Forum: Support Posted: Wed Aug 27, 2014 2:40 pm Subject: |
It eems that I don't even have to recompile a program to get the problem - relinking is enough.
I have created a new executable from an old (May 2014) set of object modules. The May executable give ... |
Topic: Graphics - loss of colour |
Catherine
Replies: 28
Views: 28292
|
Forum: Support Posted: Wed Aug 27, 2014 10:08 am Subject: |
I'm not sure whether I could split it apart easily. The graphics is embedded in code that I am not very familiar with. I'll think about this.
A colleague installed the compiler tempoarily on anothe ... |
Topic: Graphics - loss of colour |
Catherine
Replies: 28
Views: 28292
|
Forum: Support Posted: Tue Aug 26, 2014 4:44 pm Subject: |
I added some code that I found on the forum.
It reports that my program is accessing the latest dll from the location I gave above.
I had already tried copying the dll to the working directory, bu ... |
Topic: Graphics - loss of colour |
Catherine
Replies: 28
Views: 28292
|
Forum: Support Posted: Tue Aug 26, 2014 11:00 am Subject: |
I have had an earlier version of the compiler on my computer, so there is potential for the wrong dll to be picked up (although I don't know why this should suddenly happen). I have uninstalled and re ... |
Topic: Graphics - loss of colour |
Catherine
Replies: 28
Views: 28292
|
Forum: Support Posted: Wed Aug 20, 2014 1:23 pm Subject: |
The program I am running does not use %gr
I have tried adding CALL set_rgb_colours_default@(0) to the first graphics routine called, but the routine cannot be found.
I have not changed the compi ... |
Topic: Graphics - loss of colour |
Catherine
Replies: 28
Views: 28292
|
Forum: Support Posted: Fri Aug 08, 2014 12:06 pm Subject: Graphics - loss of colour |
I have aprogram that produces run-time grphics, plotting variable values as the run progresses. It has been in use for many years, linked into several different codes.
When I last compiled the code ... |
Topic: Launching code from Plato |
Catherine
Replies: 7
Views: 8217
|
Forum: Support Posted: Tue May 20, 2014 9:49 am Subject: |
I think that this issue us now sorted.
I built the project in exactly the same way as before, but in a completely new drectory. I am not sure why this should have made a diffreence, but I have now bu ... |
Topic: Launching code from Plato |
Catherine
Replies: 7
Views: 8217
|
Forum: Support Posted: Fri May 16, 2014 4:15 pm Subject: |
The path had already been created correctly.
The error I am seeing is:
Call Stack/Staus
Exception code 0xC0000138
*Unknown* |
Topic: Launching code from Plato |
Catherine
Replies: 7
Views: 8217
|
Forum: Support Posted: Fri May 16, 2014 2:09 pm Subject: |
That seems to fit what I am seeing.
What is it that I need to add to %PATH% and wher do I find this?? |
|