Search found 104 matches

by k-insis
Thu Jun 27, 2024 10:41 pm
Forum: eXpress++ Support
Topic: ZAP and PACK command for DBF files - error Win 11
Replies: 29
Views: 1109

Re: ZAP and PACK command for DBF files - error Win 11

Slavko, we all say the same. Learned that long ago the hard way on multi socket Citrix system - xbase only runs on single core of multi core processors and does not provide anything to expand processing across multiple cores within single process. They had some multi core experiment in 1.6 but it wa...
by k-insis
Tue Jun 25, 2024 11:40 pm
Forum: eXpress++ Support
Topic: ZAP and PACK command for DBF files - error Win 11
Replies: 29
Views: 1109

Re: ZAP and PACK command for DBF files - error Win 11

If I remember correctly - Victorio there is setting in xbase that controls how much of that 3GB accessible RAM is used for different things by compiled exe and they left well below 1.5GB for usual variables. I remember seeing it and it splits memory for variables, buffers, stack and such, but I am n...
by k-insis
Thu Jun 20, 2024 12:34 am
Forum: eXpress++ Support
Topic: ZAP and PACK command for DBF files - error Win 11
Replies: 29
Views: 1109

Re: ZAP and PACK command for DBF files - error Win 11

> even if Alaska released a 64bit version it would help me If that will happen at all. It is possible that it is caused by an older version of Xbase++, I have a release 554 of Xbase++ Foundation edition 2.0. It is possible that this is caused by an older version of Xbase++, I have a release , I didn...
by k-insis
Wed Jun 19, 2024 6:16 am
Forum: eXpress++ Support
Topic: ZAP and PACK command for DBF files - error Win 11
Replies: 29
Views: 1109

Re: ZAP and PACK command for DBF files - error Win 11

This is full Clipper code? I remember some old releases of xpp having trouble with pack and zap commands In case of ZAP I think we replaced it with routine that took structure, ferased file and recreated file with dbcreate. AFAIR It used to be that fox and similiar driver opened associated index fil...
by k-insis
Sun Apr 21, 2024 11:27 pm
Forum: eXpress++ Support
Topic: How can I develop a DLL IN Xbase++ to use it in a C# program
Replies: 19
Views: 9885

Re: How can I develop a DLL IN Xbase++ to use it in a C# program

- So if you need to expose services and data to outside programmers use REST and document everything. Start with small, then expand. - For internal only, use as direct as possible approach. And 1,2,3 you will have proper three-tier system. Oh and always consider good network security practices. Slav...
by k-insis
Thu Apr 18, 2024 11:40 pm
Forum: eXpress++ Support
Topic: How can I develop a DLL IN Xbase++ to use it in a C# program
Replies: 19
Views: 9885

Re: How can I develop a DLL IN Xbase++ to use it in a C# program

> K-insis, I was looking in the Alaska Xbase++ documentation on how to develop a Webservice, or REST API, but I didn't find anything, not even with SOAP technology. You will have to get in touch with Alaska for that, imho they are historically too 'tight' on shipping complete time relevant samples M...
by k-insis
Thu Apr 18, 2024 3:04 am
Forum: eXpress++ Support
Topic: How can I develop a DLL IN Xbase++ to use it in a C# program
Replies: 19
Views: 9885

Re: How can I develop a DLL IN Xbase++ to use it in a C# program

> I am now aware that the only way to interact with Alaska Xbase++ DLL libraries is through a REST API. Actually you can do this with SOAP and direct socket connection too. Bonus is that you can put that small server side program to server and all PCs with network access can request it. On SOAP you ...
by k-insis
Wed Apr 17, 2024 3:40 am
Forum: eXpress++ Support
Topic: How can I develop a DLL IN Xbase++ to use it in a C# program
Replies: 19
Views: 9885

Re: How can I develop a DLL IN Xbase++ to use it in a C# program

Indeed it is a no go with xpp and .net . As Mr. Tom wrote. But! building own http REST server in xpp is a valid option as there is at least two toolsets available for that, once in xbase 2.x native and once as Xb2net library. And Mr. Slavoljub toolset might contain everything needed too? So you coul...
by k-insis
Thu Apr 11, 2024 1:10 am
Forum: Did you Know?
Topic: A web service for your data
Replies: 14
Views: 14598

Re: A web service for your data

Same .

Will licensed release be shipped with source as with Express?


Koverhage wrote: Wed Apr 10, 2024 10:33 pmI am too