tuskenraider2k
Certified Guru
- Joined
- Nov 1, 2002
- Messages
- 117
Hi there'
I've just tried to use a simple class with the dev-kit from gamepark.
- I tried to use one in the gpmain.c, but there we are not able to define classes there..
- Then I created a simple cpp & h file
Now he compiles the files just fine but in the linking phase, he complains that the function "extern void RunLoop()" does not exists
(I used the 'ex001.dsw' example)
Is it possible to use c++ here??
Thanx'
I've just tried to use a simple class with the dev-kit from gamepark.
- I tried to use one in the gpmain.c, but there we are not able to define classes there..
- Then I created a simple cpp & h file
Now he compiles the files just fine but in the linking phase, he complains that the function "extern void RunLoop()" does not exists
(I used the 'ex001.dsw' example)
Is it possible to use c++ here??
Thanx'
Last edited by a moderator: