Author | Topic: 2.0: Pbuild Problem | |
---|---|---|
Michael Hoffmann | 2.0: Pbuild Problem on Thu, 07 Dec 2017 16:04:52 +0100 Hello fellow Xbase developers, When I'm trying to pbuild my projects with 2.00.853, I encounter the following problem: Error BASE/2220;Description : Object has no method with this name;Operation : getIntermediatePathName;Thread ID : 1 Called from STANDARDEH(72) Called from (B)ERRORSYS(23) Called from MAKERCTARGET:NEEDSREBUILD(216) Called from MAKERCTARGET:RESOLVE(117) Called from MAKETARGET:RESOLVE(762) Called from MAKEDLLTARGET:PRERESOLVE(149) Called from MAKETARGET:RESOLVE(740) Called from MAKETARGET:RESOLVE(762) Called from MAIN(136) No problem pbuilding the project with 1.9. Best regards Michael | |
Frank Grossheinrich | Re: 2.0: Pbuild Problem on Thu, 07 Dec 2017 16:41:31 +0100 Rough guess: The XPJ files have changed. Please see the README file for more information. Does it help? Frank On 07.12.2017 16:04, Michael Hoffmann wrote: > Hello fellow Xbase developers, > > When I'm trying to pbuild my projects with 2.00.853, I encounter the > following problem: > > Error BASE/2220;Description : Object has no method with this > name;Operation : getIntermediatePathName;Thread ID : 1 > Called from STANDARDEH(72) > Called from (B)ERRORSYS(23) > Called from MAKERCTARGET:NEEDSREBUILD(216) > Called from MAKERCTARGET:RESOLVE(117) > Called from MAKETARGET:RESOLVE(762) > Called from MAKEDLLTARGET:PRERESOLVE(149) > Called from MAKETARGET:RESOLVE(740) > Called from MAKETARGET:RESOLVE(762) > Called from MAIN(136) > > No problem pbuilding the project with 1.9. > > Best regards > Michael | |
Michael Hoffmann | Re: 2.0: Pbuild Problem on Fri, 08 Dec 2017 11:18:19 +0100 I studied the readme to no avail. Would you please check what happend to MakeRcTarget:getIntermediatePathName inside pbuild.exe? Michael Am 07.12.2017 um 16:41 schrieb Frank Grossheinrich: > Rough guess: The XPJ files have changed. > Please see the README file for more information. > > Does it help? > Frank > > On 07.12.2017 16:04, Michael Hoffmann wrote: >> Hello fellow Xbase developers, >> >> When I'm trying to pbuild my projects with 2.00.853, I encounter the >> following problem: >> >> Error BASE/2220;Description : Object has no method with this >> name;Operation : getIntermediatePathName;Thread ID : 1 >> Called from STANDARDEH(72) >> Called from (B)ERRORSYS(23) >> Called from MAKERCTARGET:NEEDSREBUILD(216) >> Called from MAKERCTARGET:RESOLVE(117) >> Called from MAKETARGET:RESOLVE(762) >> Called from MAKEDLLTARGET:PRERESOLVE(149) >> Called from MAKETARGET:RESOLVE(740) >> Called from MAKETARGET:RESOLVE(762) >> Called from MAIN(136) >> >> No problem pbuilding the project with 1.9. >> >> Best regards >> Michael > | |
Michael Hoffmann | Re: 2.0: Pbuild Problem on Mon, 11 Dec 2017 12:07:26 +0100 To simplify reproduction of the problem, here an xpj file that will produce the error: --- snip --- [PROJECT] COMPILE = Xpp.exe COMPILE_FLAGS = /q /es /m /n /w /dll DEBUG = no GUI = yes RC_COMPILE = rc.exe RC_FLAGS = ROOT.XPJ [ROOT.XPJ] CCKPTCOR.DLL [CCKPTCOR.DLL] DLLINFO_CCKPTCOR.RES [DLLINFO_CCKPTCOR.RES] DLLINFO_CCKPTCOR.RC --- snap --- Best regards Michael |