1. Christian Breu
  2. Other Discussions
  3. Sunday, May 14 2017, 08:37 PM
  4.  Subscribe via email
Getting back about XOJO App deployment.
Did anything change about libs for Mac OS X.

I use the same build script but get problems.
The apps are missing the plugin and cannot connec to the VServer.
This is a bit urgent, sorry.

I found a file in the app package "libv8_64.dylib".
This file was never there with older versions.

Can you please help to clearify?


Thank you.
Comment
There are no comments made yet.
Sergey Pashkov Accepted Answer
Comment
There are no comments made yet.
  1. more than a month ago
  2. Other Discussions
  3. # 1
Ruslan Zasukhin Accepted Answer
v8 this is JS engine. It was added into 7.1, not into 7.1.3
VREPORT.dll links to it

* Does your app use reports?
* Script has on start flag UseReports, as far as I remember.
* Can you self add this new dll?

Sorry, its midinight here, tomorrow at morning we will continue.
Comment
There are no comments made yet.
  1. more than a month ago
  2. Other Discussions
  3. # 2
Christian Breu Accepted Answer
I am sorry for that.
it is eleven here too.

The app does not start.
As a workaround I can install the VComponents on every machine.
But it is not what I want.

Ill try my best for today otherwise get back to you tomorrow.

Thank you for the quick response and goo night.
Comment
There are no comments made yet.
  1. more than a month ago
  2. Other Discussions
  3. # 3
Ruslan Zasukhin Accepted Answer
Christian,

I did miss yesterday answer from Sergey. He points that script from WIKI was updated to handle this library.

Then you should carefully check console output during work of this script.
Comment
There are no comments made yet.
  1. more than a month ago
  2. Other Discussions
  3. # 4
Christian Breu Accepted Answer
Good morning Ruslan

I got it yesterday.
Used the script and it worked fine.

As I told you already, I prefer to have a buildscript in XOJO for convenience.
I will take care this later.

Thank you.
Have a nice day.
Comment
There are no comments made yet.
  1. more than a month ago
  2. Other Discussions
  3. # 5
Christian Breu Accepted Answer
Just got info from customer...
Some strange problems happend.
We had to downgrade to the old version.
Not sure what is the reason. But nothing changed than built new with Valentina Plugin v7.1.3.
Is there a list of changes since v6.6.9?
Comment
There are no comments made yet.
  1. more than a month ago
  2. Other Discussions
  3. # 6
Sergey Pashkov Accepted Answer
Hi Christian,

We have the release notes, but there are the most major changes.

Where do the problems appear - application not starting, crashing, not expected result?
References
  1. http://www.valentina-db.com/docs/dokuwiki/v7/doku.php?id=valentina:releases:releases
Comment
There are no comments made yet.
  1. more than a month ago
  2. Other Discussions
  3. # 7
Christian Breu Accepted Answer
Crashing, when do barcodescanning (also related to the db).
That is all I know now.
Will be @office this evening to check details.
Comment
There are no comments made yet.
  1. more than a month ago
  2. Other Discussions
  3. # 8
Christian Breu Accepted Answer
@office

Yep, it is true, scan a barcode and booom, everything gone. :(
Also in debug mode.
Comment
There are no comments made yet.
  1. more than a month ago
  2. Other Discussions
  3. # 9
Sergey Pashkov Accepted Answer
Is it on Mac?
Debug - from Xojo IDE?
Comment
There are no comments made yet.
  1. more than a month ago
  2. Other Discussions
  3. # 10
Christian Breu Accepted Answer
On trying to execute this code, the app crashes:


Dim pSearchCurs As VCursor = vDBDatabase.SqlSelect("SELECT "_
+"orderMain.aID AS mainAID, "_
+"orderMain.OID AS mainOID, "_
+"orderMain.orderID AS mainUUID, "_
+"orderMain.cDate AS creationDate, "_
+"orderMain.orderStatus AS orderStatus, "_
+"orderMain.productName AS productName, "_
+"orderMain.customerName AS customerName "_
+"FROM orderMain WHERE orderMain.productBarcode = '" + pBarcode + "';", 2, 1, 1)
Comment
There are no comments made yet.
  1. more than a month ago
  2. Other Discussions
  3. # 11
Christian Breu Accepted Answer
Hello Sergey

Yes, on Mac OS X 10.11.6 XOJO IDE.
Want to see a crashlog?
Comment
yes of course.
  1. Ruslan Zasukhin
  2. 6 years ago
There are no comments made yet.
  1. more than a month ago
  2. Other Discussions
  3. # 12
Christian Breu Accepted Answer
Hello Ruslan

Sent to you by e-mail.
Comment
There are no comments made yet.
  1. more than a month ago
  2. Other Discussions
  3. # 13
Sergey Pashkov Accepted Answer
At first please check that pBarcode has a correct encoding, and set it if not

If pBarcode.Encoding = Nil Then
pBarcode = DefineEncoding( pBarcode, Encodings.UTF8 )
End if


Is it the case? Or what encoding is set?
Comment
There are no comments made yet.
  1. more than a month ago
  2. Other Discussions
  3. # 14
Sergey Pashkov Accepted Answer
You can also enable creation of the debug log:
Valentina.DebugLevel = EVDebugLevel.kLogParams

It may show problem the problem with encodings
Comment
There are no comments made yet.
  1. more than a month ago
  2. Other Discussions
  3. # 15
Christian Breu Accepted Answer
Did it change about the encoding from 6.6.9 to higher versions?
Comment
yes, in 7.0, mentioned in release notes.
also was some polish of this in 7.0.1
  1. Ruslan Zasukhin
  2. 6 years ago
There are no comments made yet.
  1. more than a month ago
  2. Other Discussions
  3. # 16
Christian Breu Accepted Answer
This seems to fix the problem (at that part of code).
So what did change and how to fix it?
Do I have to encode only the barcode strings or every string passing to a query?
Comment
please do search on this forum about Xojo and encoding.
Or that function DefineEncoding()
  1. Ruslan Zasukhin
  2. 6 years ago
There are no comments made yet.
  1. more than a month ago
  2. Other Discussions
  3. # 17
Sergey Pashkov Accepted Answer
Yes, there were a few changes to make it work without the need to call DefineEncoding.
Comment
There are no comments made yet.
  1. more than a month ago
  2. Other Discussions
  3. # 18
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.

Categories

Announcements & News
  1. 0 subcategories
Valentina Studio
  1. 2 subcategories
Valentina Server
  1. 4 subcategories
Valentina Database ADK
  1. 0 subcategories
Valentina Reports ADK
  1. 0 subcategories
Other Discussions
  1. 2 subcategories
BETA Testing
  1. 0 subcategories
Education & Research
  1. 0 subcategories