link between PRG and RC
Posted: Mon Jan 29, 2024 4:34 pm
dear all,
I would greatly appreciate if someone could help a fw-beginner like me out.
Here's the structure of my project:
Main folder containing:
configs folder
rc folder
release folder
source folder
*.prj file
my first question: is this a conventional way of organizing a fivewin project?
my second question: i noticed that prg files seem to interact with files located in rc/*.rc. but I am unable to find an explicit link in the prg file that would confirm to me this connection.
please would someone be so kind as to explain the syntax used for this purpose to me.
I suspect that RESOURCE "..." has something to do with it...maybe... does the compiler automatically take the *.rc file into consideration if it has the same name as the *.prg
thank you very much in advance and kind regards
ruth
I would greatly appreciate if someone could help a fw-beginner like me out.
Here's the structure of my project:
Main folder containing:
configs folder
rc folder
release folder
source folder
*.prj file
my first question: is this a conventional way of organizing a fivewin project?
my second question: i noticed that prg files seem to interact with files located in rc/*.rc. but I am unable to find an explicit link in the prg file that would confirm to me this connection.
please would someone be so kind as to explain the syntax used for this purpose to me.
I suspect that RESOURCE "..." has something to do with it...maybe... does the compiler automatically take the *.rc file into consideration if it has the same name as the *.prg
thank you very much in advance and kind regards
ruth