Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LIBRARY not found in line 13 of T:\qb64\InForm-1.3/InForm\InForm.bi included #121

Open
WillianBR opened this issue Dec 14, 2023 · 0 comments

Comments

@WillianBR
Copy link

Hi Folks,

I tried to build InForm from the source on a Windows system. And what should be a simple task, stumbled into a library error.

The command issued and the output is shown below:

T:\qb64\InForm-1.3>..\qb64.exe -x InForm\UiEditor.bas -o UiEditorQB64.exe
QB64 Compiler V2.1

Beginning C++ output from QB64 code...

Beginning C++ output from QB64 code...

LIBRARY not found in line 13 of T:\qb64\InForm-1.3/InForm\InForm.bi included
Caused by (or after):DECLARE LIBRARY "falcon",6
LINE 303:DECLARE LIBRARY "falcon"

I'm using "QB64 Compiler V2.1, Development Build from git 47f5044".

I'm performing the task into a "Microsoft Windows 10 Pro, 10.0.19044, compilação 19044"

The file content is just a declaration:

InForm\InForm\InForm.bi

DECLARE LIBRARY "falcon"
    SUB uprint_extra (BYVAL x&, BYVAL y&, BYVAL chars%&, BYVAL length%&, BYVAL kern&, BYVAL do_render&, txt_width&, BYVAL charpos%&, charcount&, BYVAL colour~&, BYVAL max_width&)
    FUNCTION uprint (BYVAL x&, BYVAL y&, chars$, BYVAL txt_len&, BYVAL colour~&, BYVAL max_width&)
    FUNCTION uprintwidth (chars$, BYVAL txt_len&, BYVAL max_width&)
    FUNCTION uheight& ()
    FUNCTION falcon_uspacing& ALIAS uspacing ()
    FUNCTION uascension& ()
END DECLARE

Do I have to download and install anything else, before do the compiling step?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant