GP32 Problem with GPTextOut16 and FileRequest


UndeadCretin

Still Fresh
Joined
Jul 1, 2003
Messages
4
Age
47
Location
West Sussex, England
Website
Visit site
Hi,

I've just got hold of the source for the Handy Atari Lynx emulator. I have managed to
compile the original sources (V0.1) using Visuall C++6. When I try to compile the version
modified by GuyFawkes (V0.2) I am unable to compile succesfully.

Firstly I get the message: undefined reference to 'GPTextOut16'

If I comment the call to GPTextOut16 out then I get the following message.

I get the message: undefined reference to 'FileRequest'

If I comment the call to FileRequest out it compiles ok.

I have included all the relevant header files, so I dont think that is the problem. Could
it be a problem with a combination of c++ and c files? I've only just started fiddling with
GP32 code and have wasted hours trying to get this to compile.

Anyone have any ideas, am I missing part of the devkit?
 
Back
Top