Any help is greatly appreciated. I have tried the free switch with
the cobc and it doesnt work. It said in the docs to use free on
a sample on brians faq site but i think gix wanted fixed.
btw cobjapi once i figure out the formatting cranks out some nice demos.
i just cant get it to play nice with gixsql. THANKS
As noted by Arnold in the other thread: you overflow column 72, in this case with 01 J-W-RESIZE-CURSOR BINARY-LONG SIGNED VALUE 10. - the period is outside of the coding area.
Add -Wcolumn-overflow or even -Werror=column-overflow if your code does not use comments or markers in the area to the right of the code (for new code: if it is it is best if this starts with an inline comment marker *> in any case - as this allows easier change to other formats later).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi-
I am trying to compile cobjapi like this with my gixsql but it isnt cooperating the last line of compile is
cobc -x dialog.cbsql cobjapi.o japilib.o imageio.o fileselect.o -L"c:\msys64\mingw64\bin\gcc" -L"c:\msys64\opt\gixsql\lib" -L"c:\msys64\mingw64\bin" -lgixsql -lws2_32
Any help is greatly appreciated. I have tried the free switch with
the cobc and it doesnt work. It said in the docs to use free on
a sample on brians faq site but i think gix wanted fixed.
btw cobjapi once i figure out the formatting cranks out some nice demos.
i just cant get it to play nice with gixsql. THANKS
Last edit: Simon Sobisch 2024-12-27
As noted by Arnold in the other thread: you overflow column 72, in this case with
01 J-W-RESIZE-CURSOR BINARY-LONG SIGNED VALUE 10.
- the period is outside of the coding area.Add
-Wcolumn-overflow
or even-Werror=column-overflow
if your code does not use comments or markers in the area to the right of the code (for new code: if it is it is best if this starts with an inline comment marker*>
in any case - as this allows easier change to other formats later).thanks for the cool error checking routine. I will be looking at this tomorrow with great anticipation. but first... a small delay.
later