Page 1 of 1

Question Regarding Linking with Run-Time Module

Posted: Sat Nov 13, 2004 12:01 am
by Paul Vinyard
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!!

Posted: Sat Nov 13, 2004 3:43 am
by Buff1
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)

Posted: Tue Nov 16, 2004 12:05 am
by pvinyard
Thanks for the reply. That is what is so strange. The run-time module is in the directory and I still get that message.