Search found 8 matches

by flukiluke
Tue Jan 11, 2011 3:18 am
Forum: QBASIC and QB64 Questions & Answers
Topic: link.exe error message
Replies: 5
Views: 14205

I finally found the problem. Link.exe was getting an error with the bqlb45.lib file. I found a new copy and everything now works fine.

Luke
by flukiluke
Tue Jan 04, 2011 5:41 am
Forum: QBASIC and QB64 Questions & Answers
Topic: link.exe error message
Replies: 5
Views: 14205

Ted
I have read through the info you posted, and although I am glad for your help, it does not help me with my problem.

luke
by flukiluke
Tue Jan 04, 2011 3:22 am
Forum: QBASIC and QB64 Questions & Answers
Topic: link.exe error message
Replies: 5
Views: 14205

link.exe error message

I have been trying to make some libraries with assembly code. It assembles fine, and lib.exe work fine too. When I try to make a Quick-Library, however, link.exe always reports an "Unexpected end of file" error. Playing around, I also discovered that I get the same error when I select &quo...
by flukiluke
Thu Dec 16, 2010 8:58 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Making Libraries
Replies: 3
Views: 10838

Thanks! I finally got it all working. Where would I be without this forum? :wink:
by flukiluke
Wed Dec 15, 2010 7:43 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Scripting
Replies: 0
Views: 12825

Scripting

I'm making an RPG that uses a core graphics engine and numerous text scripting files that are read at runtime. Is there any way to combine all these files into one .exe file to provent tampering, loss of files etc. I am happy to use an external program as long as it is free.

Luke
by flukiluke
Tue Nov 09, 2010 7:17 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Making Libraries
Replies: 3
Views: 10838

Making Libraries

Hello, I know this question isn't completly qb related, but this forum seemed like a pretty good place to ask. Anyway, here is my question. To make a library with assembly routines, it first needs to be assembled. What syntax do I need to use to assemble my routines in NASM? Any help would be greatl...
by flukiluke
Mon Nov 08, 2010 12:47 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Graphical Interface
Replies: 2
Views: 7216

burger2227,
Thankyou so much for your idea. I will try it out straight away.
by flukiluke
Sun Nov 07, 2010 6:50 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Graphical Interface
Replies: 2
Views: 7216

Graphical Interface

Hello all
I want to add GUI interface to a program I'm working on, preferably with mouse support. What is the best (and fastest) way to create the different screens, add buttons etc? The mouse itself is not too much of a problem. I am using QB4.5. Any help would be greatly appreciated. Thanks!