Oct 17, 2005 #1 93610086 Programmer Oct 17, 2005 2 HK Dear Sir, I got this error " [Linker Fatal Error] Fatal: Unable to open file 'USERIMAGE.OBJ' ". I don't know what happen? Please help. Regards, Gary
Dear Sir, I got this error " [Linker Fatal Error] Fatal: Unable to open file 'USERIMAGE.OBJ' ". I don't know what happen? Please help. Regards, Gary
Oct 18, 2005 #2 2ffat Programmer Oct 23, 1998 4,811 US Somehow BCB cannot find an object file. Is USERIMAGE.OBJ a file you created or are you trying to link it? James P. Cottingham ----------------------------------------- I'm number 1,229! I'm number 1,229! Upvote 0 Downvote
Somehow BCB cannot find an object file. Is USERIMAGE.OBJ a file you created or are you trying to link it? James P. Cottingham ----------------------------------------- I'm number 1,229! I'm number 1,229!
Oct 18, 2005 Thread starter #3 93610086 Programmer Oct 17, 2005 2 HK The userimage.obj is not create from the program. Gary Upvote 0 Downvote
Oct 18, 2005 #4 2ffat Programmer Oct 23, 1998 4,811 US Is it a third party program you are trying to link to? It could be that the .obj file isn't on a path that the compiler is expecting. Another possiblity is this program may be called from another library you are linking to. James P. Cottingham ----------------------------------------- I'm number 1,229! I'm number 1,229! Upvote 0 Downvote
Is it a third party program you are trying to link to? It could be that the .obj file isn't on a path that the compiler is expecting. Another possiblity is this program may be called from another library you are linking to. James P. Cottingham ----------------------------------------- I'm number 1,229! I'm number 1,229!