|
| [WD20] version 01A200067F (English) 64 bit problems |
| Iniciado por guest, 29,oct. 2015 17:51 - 4 respuestas |
| |
| | | |
|
| |
| Publicado el 29,octubre 2015 - 17:51 |
Perhaps these problems existed in earlier versions, but I have found:
Printing source code (50 pages) the system terminates. Had to copy to Notepad++ and print from there.
Can not pass parameters or receive a result from one global procedure to another.
Passing parameters results in a "Maximum number of parameters" error Receiving a result throws an "Incompatible type" error
Several formerly English system messages are now in French |
| |
| |
| | | |
|
| | |
| |
| Publicado el 29,octubre 2015 - 18:30 |
Follow up:
On further testing, the only parameters that trigger an error on compilation are when the passed parameter consists of a single string character
ex: myprocedure("A")
or
StringValue = "A" myprocedure(StringValue) |
| |
| |
| | | |
|
| | |
| |
| Publicado el 30,octubre 2015 - 12:59 |
Hello Donald,
do you really need the 64bits version?
It's here for people with VERY big project (at least 1000 files).
In ALL other cases, it's better to stay in 32 bits, less limitations that way (there is a long list of limitations of version 64 bits in the help)
Best regards |
| |
| |
| | | |
|
| | |
| |
| Publicado el 30,octubre 2015 - 21:12 |
I can revert to the 32 bit version.
I have also found that the search and replace is very, very bad in this version. |
| |
| |
| | | |
|
| | |
| |
| Publicado el 31,octubre 2015 - 07:03 |
| Hi, I believe they're 64-bit related. I'm using WINDEV 20/67s 32-bit on a 64-bit Win10 computer on a daily basis, for at least 10 hours a day. In the average I'm experiencing a single crash a day. Most times I do know what provoked the error. Yesterday, I had a series of 3 - 4 crashes and expected each of them to happen. It's been related to the code of a Table-control, I smelled trouble in advance and indeed, it crashed and a small window told me that it would send a report. Whether this report was meant to be sent to Microsoft or PC Soft, I don't know. After simplifying the code and event handling it stopped crashing. In addition, if the IDE is open in three or more instances, it tends to crash too. |
| |
| |
| | | |
|
| | | | |
| | |
|