Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crashes writing files on 64 bit 4D V14 #1

Closed
leehinde opened this issue Jan 20, 2014 · 2 comments
Closed

Crashes writing files on 64 bit 4D V14 #1

leehinde opened this issue Jan 20, 2014 · 2 comments

Comments

@leehinde
Copy link

Windows 4D Server(64bit) crashes on XLS WORKBOOK Save document

C_LONGINT($success)
C_TEXT($doc_name)

$doc_name:=Get 4D folder(Current resources folder)+Generate UUID+".xls"

$success:=XLS WORKBOOK Save document ($book;$doc_name)

The document is created but it has no content.

Works fine locally on my Mac. And works fine on Windows if I use non-64bit Server.

@miyako
Copy link
Owner

miyako commented Oct 12, 2017

the behaviour should be now the same 64-bit (16R4) but there is still a problem with Unicode data (no problems with path)

@miyako
Copy link
Owner

miyako commented Oct 12, 2017

the unicode problem should be solved now

@miyako miyako closed this as completed Oct 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants