Re: [MBS] [ANN] MonkeyBread Software Releases the MBS Xojo / Real Studio plug-ins in version 14.4

2014-11-11 Thread Christian Schmitz
Am 11.11.2014 um 14:23 schrieb Christian Schmitz : > NICKENICH, Germany (November 11th, 2014) -- Monkeybread Software releases > version 14.4 of the MBS plug-in for Xojo and Real Studio. Due to a problem with Windows, I upload new plugins. So when you download them later today, be sure to get

Re: [MBS] runtime error MBS 144pr10

2014-11-11 Thread Christian Schmitz
Hi, for the launch errors, do you have sample code to try? Sincerely Christian -- Read our blog about news on our plugins: http://www.mbsplugins.de/ ___ Mbsplugins_monkeybreadsoftware.info mailing list mbsplugins@monkeybreadsoftware.info https://ml0

Re: [MBS] runtime error MBS 144pr10

2014-11-11 Thread Christian Schmitz
Am 11.11.2014 um 15:07 schrieb Mr Lee Badham : > Hi, > > I can’t help but think there is a common error here. The Imagemagick > libraries do not run either. > > if i.LoadLibrary("CORE_RL_magick_.dll") then Maybe you send me off list emails. With details. Like screenshots of the errors. Since

Re: [MBS] runtime error MBS 144pr10

2014-11-11 Thread Mr Lee Badham
Hi, I can’t help but think there is a common error here. The Imagemagick libraries do not run either. if i.LoadLibrary("CORE_RL_magick_.dll") then I’ve tried it on a couple of VMs, (winXP and Win7) with the same error Xojo 2014r2.1 Regards, Lee Badham Bodoni Systems Ltd +44 (0)1923 220530

Re: [MBS] runtime error MBS 144pr10

2014-11-11 Thread Mr Lee Badham
HI, I created a new desktop app with only one line dim l as boolean = EyeOnePro4MBS.LoadLibrary(app.ExecutableFile.Parent.Child("i1Pro.dll")) and get the same error. Caches cleaned. PC only. Regards, Lee Badham Bodoni Systems Ltd +44 (0)1923 220530 On 11 Nov 2014, at 13:41, Mr Lee Bad

Re: [MBS] runtime error MBS 144pr10

2014-11-11 Thread Mr Lee Badham
Hi, I still get an error on launch where the app crashes, either from the IDE or as a built one. librarysuccess=EyeOnePro4MBS.LoadLibrary(f) I get a standard windows ‘has encountered a problem’ error on launch when running that command. Definitely the correct dll being pointed to. Regard

[MBS] [ANN] MonkeyBread Software Releases the MBS Xojo / Real Studio plug-ins in version 14.4

2014-11-11 Thread Christian Schmitz
NICKENICH, Germany (November 11th, 2014) -- Monkeybread Software releases version 14.4 of the MBS plug-in for Xojo and Real Studio. The MBS plug-in comprises a collection of several plug-in parts which extend the Real Studio development environment with 2,100 classes featuring over 54,000 document

Re: [MBS] runtime error MBS 144pr10

2014-11-11 Thread Christian Schmitz
Am 11.11.2014 um 14:18 schrieb Mr Lee Badham : > Hi, > > Another PC only Runtime error on launch > the runtime error is before function is loaded. Can you maybe download latest 14.4 plugins? Sincerely Christian -- Read our blog about news on our plugins: http://www.mbsplugins.de/ __

Re: [MBS] runtime error MBS 144pr10

2014-11-11 Thread Mr Lee Badham
Hi, Another PC only Runtime error on launch librarysuccess=EyeOnePro4MBS.LoadLibrary(f) Mac is fine and f points to the 4.2.0 dll (verified not nil and exists) I’m in the process of checking that the ImageMagick dll loads ok. Regards, Lee Badham Bodoni Systems Ltd +44 (0)1923 220530 On 1

Re: [MBS] runtime error MBS 144pr10

2014-11-11 Thread Mr Lee Badham
HI, It used to work (even though it was wrong) and now we get a runtime error. Using a memoryblock is fine though for us. Regards, Lee Badham Bodoni Systems Ltd +44 (0)1923 220530 On 11 Nov 2014, at 12:21, Christian Schmitz wrote: > > Am 11.11.2014 um 12:57 schrieb Mr Lee Badham : > >

Re: [MBS] runtime error MBS 144pr10

2014-11-11 Thread Christian Schmitz
Am 11.11.2014 um 12:57 schrieb Mr Lee Badham : > Hi, > Which works ok. > Well, key length should be 16, 24 or 32. Normally we use a hash to make a key from a text. Sincerely Christian -- Read our blog about news on our plugins: http://www.mbsplugins.de/ ___

Re: [MBS] runtime error MBS 144pr10

2014-11-11 Thread Mr Lee Badham
Hi, I’ve tracked the err on launch We used to use: Dim a as new AESMBS call a.setkey(“”) But this now causes a crash on launch I’ve now changed the code to: dim key_mb as new MemoryBlock(16) call a.SetKey(key_mb,128) Which works ok. Regards, Lee Badham Bodoni Systems Ltd +44 (0)

Re: [MBS] runtime error MBS 144pr10

2014-11-11 Thread Christian Schmitz
Am 11.11.2014 um 12:21 schrieb Mr Lee Badham : > Hi, > > The crash also happens when from running from the IDE. I’ve reset the cache, > but the error is still there. > > I’m currently stepping through the code so see where it fails. Stepping? plugins are normally loaded when app starts. Some

Re: [MBS] runtime error MBS 144pr10

2014-11-11 Thread Mr Lee Badham
Hi, The crash also happens when from running from the IDE. I’ve reset the cache, but the error is still there. I’m currently stepping through the code so see where it fails. Regards, Lee Badham Bodoni Systems Ltd +44 (0)1923 220530 On 11 Nov 2014, at 10:44, Christian Schmitz wrote: >

Re: [MBS] runtime error MBS 144pr10

2014-11-11 Thread Christian Schmitz
Am 11.11.2014 um 11:29 schrieb Mr Lee Badham : > Hi, > > When running a web project on PC I get the following error on launch. > > Runtime Eror > Common\Loaders\Loader.cpp :119 > Failure Condition: funcAddress > Function ‘_Globals24.DecodeBase64MBS%s%s’ was not exported maybe the libs folder o

[MBS] runtime error MBS 144pr10

2014-11-11 Thread Mr Lee Badham
Hi, When running a web project on PC I get the following error on launch. Runtime Eror Common\Loaders\Loader.cpp :119 Failure Condition: funcAddress Function ‘_Globals24.DecodeBase64MBS%s%s’ was not exported On mac it’s ok, and was ok using MBS133 Most of the time, however I get an immediate no