OFPEC Forum

Addons & Mods Depot => OFP - Addons & Mods General => Topic started by: RM Snipe on 26 Feb 2004, 02:26:37

Title: WG 3.01 CPP Help Needed
Post by: RM Snipe on 26 Feb 2004, 02:26:37
Hi Guys,

I have been trying to assemble cpp for just portable mortars from Wargames 3.01 adpak.
Getting error mortar\config.cpp/cfgweapons.WGL_RucksackBase: undefined base class 'WGL_RucksackBase'
Can anyone help ?

Thanks
Title: Re:WG 3.01 CPP Help Needed
Post by: DesertFox on 01 Mar 2004, 16:50:08
Uhm: You didn't define WGL_RucksackBase !!!!!
(You have to define it first!)

Let me know if it works, and if it doesn't, send the config to me and I'll see what I can do....

CU
Title: Re:WG 3.01 CPP Help Needed
Post by: Leone on 02 Mar 2004, 16:25:12
What he means (since the config file is attached  ;) ) is this line:

Quote
   class WGL_RucksackMagBase: WGL_RucksackBase

WGL_RucksackBase is not defined anywhere. You need to base this off an existing class  :)
Title: Re:WG 3.01 CPP Help Needed
Post by: RM Snipe on 02 Mar 2004, 23:48:30
Thanks Guys,

I will try what you have both suggested & get back to you with result.

RM_Snipe...