Hi,
I'm trying to use hbc and hbp files to compile a project, and I am
having some problems.
This is my folder structure:
<sia>
|
+—data
|
+—imgs
| |
| +—icons
|
+—include
|
+—lib -----> lib folder contains the Mylib1.a,
Mylib2.a, etc (personal libraries)
| |
| +—src
| +—include
|
+—source -----> source folder contains sia.hbc and
sia.hbp files
|
+—temp
This is the content of my sia.hbc file:
skip={!win}
incpaths=..\include
libs=gtwvg.hbc
libs=xhb.hbc
and this is the content of my sia.hbp file:
-w0 -es2
program1.prg
program2.prg
program3.prg
I compile like this:
hbmk2 sia.hbp -osia -icon=..\imgs\icons\sia.ico -rebuild -run
And can not find my ch files (within sia -> inlcude)
OK, then to solve "fast" the problem, I just copy the files ch (within
sia -> include), to my folder sia-> source, and then can not find the
wvtwin.ch file (I use this lib in my application).
Can you help me please, where I am failing with my configuration
files.
I appreciate any help.
Thank you very much.
Best Regards,
Javier