Project from FC9 not working in FC10!

For general Flowcode discussion that does not belong in the other sections.
jgu1
Posts: 615
http://meble-kuchenne.info.pl
Joined: Thu Dec 03, 2020 8:25 pm
Location: Denmark
Has thanked: 507 times
Been thanked: 132 times

Flowcode v10 Project from FC9 not working in FC10!

Post by jgu1 »

Hi!

Sorry it´s me again, but :?

I have made a project in FC9 with an ILI9488 and an ESP32 Working.

For few days I try to compile the same program via FC10. Just open it in FC10 and compile and it work. Today I try again, and compile, FC10 compile and upload to the ESP32, but now the screen/display is blank. :?:

I have of course a backup in FC9 and when I compile from FC9 it work perfect. I try to copy the fcfx file to my FC10 and compile again, but no luck, still blank screen.

Yesterday I update the Core to Flowcode v10 Flowcode v10.0.1.18 could this be the issue :?: :?:

Br Jorgen
Attachments
NewSun.msgFC9.txt
(36.07 KiB) Downloaded 35 times
NewSun.msgFC10.txt
(38.12 KiB) Downloaded 34 times

Steve-Matrix
Matrix Staff
Posts: 1253
Joined: Sat Dec 05, 2020 10:32 am
Has thanked: 167 times
Been thanked: 277 times

Re: Project from FC9 not working in FC10!

Post by Steve-Matrix »

To help us solve this issue, could you please share the following files for both v9 and v10 projects:
  • The project files (*.fcfx)
  • The generated c code files (*.c)
  • The compiler messages (*.msg.txt)

jgu1
Posts: 615
Joined: Thu Dec 03, 2020 8:25 pm
Location: Denmark
Has thanked: 507 times
Been thanked: 132 times

Re: Project from FC9 not working in FC10!

Post by jgu1 »

Hi Steve!

I have renamed the files.

Jorgen
Attachments
Zip.zip
(81.92 KiB) Downloaded 37 times

Steve-Matrix
Matrix Staff
Posts: 1253
Joined: Sat Dec 05, 2020 10:32 am
Has thanked: 167 times
Been thanked: 277 times

Re: Project from FC9 not working in FC10!

Post by Steve-Matrix »

Thanks. There are 2 differences I can see in the C code files that could account for the problem.

(1) The v10 project has "create separate .c and .h files" selected in the Global Settings. Can you please post your "C:\Flowcode10\Projekter\NewSun\NewSun.h" file here so I can see that. And after posting it, could you try unticking this option and recompiling to see if this fixes the issue.

(2) There is a small code difference within the Font subcomponent. I will ask Ben to see if this could be the cause of what you're seeing.

jgu1
Posts: 615
Joined: Thu Dec 03, 2020 8:25 pm
Location: Denmark
Has thanked: 507 times
Been thanked: 132 times

Re: Project from FC9 not working in FC10!

Post by jgu1 »

Hi Steve!

Thank’s. I do it later today.

Br Jorgen

jgu1
Posts: 615
Joined: Thu Dec 03, 2020 8:25 pm
Location: Denmark
Has thanked: 507 times
Been thanked: 132 times

Re: Project from FC9 not working in FC10!

Post by jgu1 »

Hi Steve!

I try to untic the .h and .c file on Global setting, no change, still blanck screen.
Attachments
NewSun.h
(47.05 KiB) Downloaded 33 times

Steve-Matrix
Matrix Staff
Posts: 1253
Joined: Sat Dec 05, 2020 10:32 am
Has thanked: 167 times
Been thanked: 277 times

Re: Project from FC9 not working in FC10!

Post by Steve-Matrix »

Thanks, Jorgen.

Can you please try compiling with the original v10 EXE and see if that fixes the problem. If it does, please post the v10 .c and .h files that work and I will compare with the v10 files that do not work.

I will send a PM now with a download of the original EXE as this is easier that re-installing v10.

jgu1
Posts: 615
Joined: Thu Dec 03, 2020 8:25 pm
Location: Denmark
Has thanked: 507 times
Been thanked: 132 times

Re: Project from FC9 not working in FC10!

Post by jgu1 »

Hi again!

I have perform at test as you recommend, but still the same result, nothing on the display. Strange. As I said before update to v.18 I have manage to compile with FC10

As you see it is a project I work on and made in FC9. After I get FC10 I want to continue the project in FC10 but only once :?:

Hope this can help you.
Attachments
Udklip.PNG
Udklip.PNG (44.83 KiB) Viewed 1249 times

Steve-Matrix
Matrix Staff
Posts: 1253
Joined: Sat Dec 05, 2020 10:32 am
Has thanked: 167 times
Been thanked: 277 times

Re: Project from FC9 not working in FC10!

Post by Steve-Matrix »

Thanks. I'm not sure what the problem is. A few other things you could try:

1) Create a simple "LED flasher" project on the same hardware you are using.

2) Create a very simple project that writes to this display.

I have asked my colleagues if they have any ideas too.

jgu1
Posts: 615
Joined: Thu Dec 03, 2020 8:25 pm
Location: Denmark
Has thanked: 507 times
Been thanked: 132 times

Re: Project from FC9 not working in FC10!

Post by jgu1 »

Well so FC10 forum is went back to FC9 forum?

I try to start up a smaller testprogram as you recommend. I have add a led flasher the program work fine in FC9, but in FC10 still blank screen, but the led is flashing as it should?
Attachments
Ili9488 Standard.msg.txt
(23.29 KiB) Downloaded 35 times
Ili9488 Standard.c
(118.62 KiB) Downloaded 27 times
Ili9488 Standard.fcfx
(26.08 KiB) Downloaded 31 times

Post Reply