Gamestudio Links
Zorro Links
Newest Posts
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
Release 2.68 replacement of the .par format
by Martin_HH. 09/23/25 20:48
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
1 registered members (dBc), 17,435 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 2 of 2 1 2
Re: Is 64bit zorro plan canceled? [Re: 7th_zorro] #487229
02/15/23 10:34
02/15/23 10:34
Joined: Feb 2018
Posts: 70
T
tomaslolo Offline
Junior Member
tomaslolo  Offline
Junior Member
T

Joined: Feb 2018
Posts: 70
Ok, I´ll give it again a try.

Thank you

Re: Is 64bit zorro plan canceled? [Re: 7th_zorro] #487233
02/15/23 17:04
02/15/23 17:04
Joined: Feb 2018
Posts: 70
T
tomaslolo Offline
Junior Member
tomaslolo  Offline
Junior Member
T

Joined: Feb 2018
Posts: 70
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?

Re: Is 64bit zorro plan canceled? [Re: 7th_zorro] #487234
02/15/23 20:55
02/15/23 20:55
Joined: Aug 2017
Posts: 311
Netherlands
G
Grant Offline
Senior Member
Grant  Offline
Senior Member
G

Joined: Aug 2017
Posts: 311
Netherlands
Did you also tried the Rtest script?

Re: Is 64bit zorro plan canceled? [Re: tomaslolo] #487235
02/15/23 21:42
02/15/23 21:42
Joined: Feb 2017
Posts: 1,806
Chicago
AndrewAMD Offline
Serious User
AndrewAMD  Offline
Serious User

Joined: Feb 2017
Posts: 1,806
Chicago
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.

Re: Is 64bit zorro plan canceled? [Re: 7th_zorro] #487236
02/15/23 23:36
02/15/23 23:36
Joined: Aug 2017
Posts: 311
Netherlands
G
Grant Offline
Senior Member
Grant  Offline
Senior Member
G

Joined: Aug 2017
Posts: 311
Netherlands
Ah gotya, haven't tried it myself as I'm still running v 2.44 due to my licence period.

Page 2 of 2 1 2

Moderated by  Petra 

Gamestudio download | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1