Page 1 of 1

ports.obj

Posted: Fri Sep 01, 2006 12:28 am
by cmos10th
im still new to qb, and running into all kinds of problems, but they are all fun :) Ok here is my problem, im having to re-write a program that was compiled on qb 3.0, in a .bat file for compiling it is looking for a bunch of obj files, one of which is "ports.obj" I have check all the files i have and the history on the code, and cannot find anything that references this, which leads me to believe this may have been a obj that came with qb, like some of the other obj with are used in the linker. Any help or ideas where this may be. ever hear of it? warm fuzzy feelings, ill even sacrifice a poor little 286 proc to the computer gods if i could find this lol

best regards,
cmos

Posted: Sat Sep 02, 2006 6:27 am
by buff1
I would see if there are any subs/functions called that you do not have
code for. You could try compiling the program with that obj and see if
it works too. I would guess that it defines the port to be used or something
but am of course just guessing.