Is 64bit zorro plan canceled?

Posted By: 7th_zorro

Is 64bit zorro plan canceled? - 03/18/22 06:25

Waiting for 3 years, please share any progress.
Posted By: jcl

Re: Is 64bit zorro plan canceled? - 03/18/22 09:10

Not cancelled. First comes the memory cache system, then the 64 bit Zorro, then the 64 bit lite-C compiler. We're working on it.
Posted By: tomaslolo

Re: Is 64bit zorro plan canceled? - 02/09/23 18:52

Hello! Any news for the 64bit versión?

Full, I mean. I don't understand much of the actual 64 bit versión.

Thank you!
Posted By: Grant

Re: Is 64bit zorro plan canceled? - 02/09/23 20:26

Well, there's already is a 64-bit version, see https://zorro-project.com/manual/en/new.htm

Saying "I don't understand..." isn't a question.
Posted By: tomaslolo

Re: Is 64bit zorro plan canceled? - 02/13/23 16:59

Quote
Saying "I don't understand..." isn't a question.


In fact, it´s not a question. The question was one line up, "Any news for the 64bit versión?"

As I said, a 64bit application. Not the actual workaround.

Thank you!

Posted By: AndrewAMD

Re: Is 64bit zorro plan canceled? - 02/13/23 17:14

OK, here's some news: Zorro is now 64-bit.
Posted By: tomaslolo

Re: Is 64bit zorro plan canceled? - 02/13/23 22:40

No, it´s not.

You can´t use it same way as Zorro 32 bit. As a user.

When you have a 32bit/64 bit app, you can do the same with both. Only depends of your OS/CPU. If you download 64bit Ninja Trader works sameway as 32bit Ninja Trader version, no need to install VC++, change scripts, etc...

With 64bit Zorro actual workaround yo can´t use it same way, so it´s not THE 64bit Zorro. Maybe it´s the "64 bit lite-C compiler" what is left?

Will Zorro have a 64bit version similar to actual 32bit?
Posted By: AndrewAMD

Re: Is 64bit zorro plan canceled? - 02/13/23 23:52

Zorro is not Lite C. Zorro is the executable. It is in 64 bit and 32 bit.

My understanding is that the Lite C compiler will never be ported to 64-bit. This is fine because the Lite C and C++ experience is now near-identical in its current implementation. Plus C++ is a universally supported language.
Posted By: tomaslolo

Re: Is 64bit zorro plan canceled? - 02/14/23 13:19

Quote
My understanding is that the Lite C compiler will never be ported to 64-bit


That´s a pity. I tried some implementations when version 2.50 was released, and tried the 64bit Zorro, but I could not convert my Lite-C scripts to 64 bit. I like some coding learning, but it´s a little too much for me.

It´s difficult enough to develop good strategies. 64bit adaptations take time (don´t have). My 64bit interest was because of the memory limitation of 32bit.

Thank you.
Posted By: AndrewAMD

Re: Is 64bit zorro plan canceled? - 02/14/23 13:33

There are several example C++ scripts. If you can figure out how they work, you can translate your own Lite C scripts without issue. Plus there’s always the forums, the manual, and tech support.
Posted By: tomaslolo

Re: Is 64bit zorro plan canceled? - 02/15/23 10:34

Ok, I´ll give it again a try.

Thank you
Posted By: tomaslolo

Re: Is 64bit zorro plan canceled? - 02/15/23 17:04

Ohhh, now the problem is that Z64 can´t work with R..

Quote
DeepLearn64.cpp compiling..
DeepLearn64 start
R and Deepnet required
Rules: DeepLearn64 2015..2019 (15 cores)
Assets AssetsF
Error: NEURAL_INIT failed (0)
R not yet supported by Z64


Do we know when R will be supported in Z64?
Posted By: Grant

Re: Is 64bit zorro plan canceled? - 02/15/23 20:55

Did you also tried the Rtest script?
Posted By: AndrewAMD

Re: Is 64bit zorro plan canceled? - 02/15/23 21:42

Originally Posted by Grant
Did you also tried the Rtest script?
Disallowed in the r.h header in the first place:
Code
int Rstart(const char* source,int debug) 
{ 
#ifdef _WIN64
	quit("R not yet supported by Z64");
	return 0;
#endif	
	if(hR) return hR; // R session already running
//......
}
Originally Posted by tomaslolo
Do we know when R will be supported in Z64?
No idea, but 64-bit R is supported by 32-bit Zorro.
Posted By: Grant

Re: Is 64bit zorro plan canceled? - 02/15/23 23:36

Ah gotya, haven't tried it myself as I'm still running v 2.44 due to my licence period.
© 2024 lite-C Forums