Please use this Board for QBasic related requests ( file research, programming, etc.)
Moderators:Administrator, Global Moderator
-
Paul Vinyard
Question Regarding Linking with Run-Time Module
Post
by Paul Vinyard » Sat Nov 13, 2004 12:01 am
I converted 3 old CBasic programs to Quickbasic and got them working in the QB environment. The three programs chain to one another and use Common statements. I compiled them under 7.1 and linked them in a way that the run-time module would be utilized. When envolking the main program I get the message, "Input path for run-time module brt71enr.exe:" No matter what I key in, it just continues to repeat the message. I have to control/break to get out of it. Does anyone have any ideas what is going on here. Thanks!!
-
Buff1
Post
by Buff1 » Sat Nov 13, 2004 3:43 am
I guess brt71enr.exe is the run-time. Is it in the directory containing the programs ? If not, put it there and re-run the programs.
If you use more than one directory for the programs, you may need a copy of the run-time in each directory
(for 4.5 it is brun45.exe)
-
pvinyard
- Newbie
- Posts:1
- Joined:Fri Nov 12, 2004 11:36 pm
- Location:Orange County, CA
Post
by pvinyard » Tue Nov 16, 2004 12:05 am
Thanks for the reply. That is what is so strange. The run-time module is in the directory and I still get that message.