- Posts: 72
- Thank you received: 0
×
CodeTyphon MS Windows (XP, Vista, Win7, Win8.x and Win10) OS Development, discussions and problems
Question ERROR ON
- superc
-
Topic Author
- Offline
- Junior Member
-
Less
More
1 year 4 months ago #13778
by superc
ERROR ON was created by superc
Hello,
In my production program I receive an error as in the attached picture;
OS Version : Windows 7 64 bit on Virtualbox
CT Version : Typhon 6.9 r61812 FPC 3.3.1 r42912 Platform : i386-win32-win32/win64
In CT6.90 64bit TMemDataset is present in the component bar and the project is loaded correctly but, in Win32/I386 TMemDataSet is not present.
If I press the button continue without loading I receive a warning windows as in the picture error.jpg.
Thanks in advance.
In my production program I receive an error as in the attached picture;
OS Version : Windows 7 64 bit on Virtualbox
CT Version : Typhon 6.9 r61812 FPC 3.3.1 r42912 Platform : i386-win32-win32/win64
In CT6.90 64bit TMemDataset is present in the component bar and the project is loaded correctly but, in Win32/I386 TMemDataSet is not present.
If I press the button continue without loading I receive a warning windows as in the picture error.jpg.
Thanks in advance.
Please Log in or Create an account to join the conversation.
- Matis A.
-
- Away
- Moderator
-
1 year 4 months ago - 1 year 4 months ago #13779
by Matis A.
PilotLogic Core Programmer
Replied by Matis A. on topic ERROR ON
You must install to Typhon32 the packages from the last Dialog.
Typhon32 in CT 6.90 don't have the same number of register packages (76 from 245)
like Typhon64 (178 from 245)
because of 32bits 2Gbytes memory limitation.
64bits don't have this memory limitation.
Many users before CT 6.90 get "Out of memory" Error Building Typhon32,
so we decrease the number of register packages to Typhon32 (76 from 245).
In CT 6.90 Typhon32 needs 1Gbytes of RAM to build BigIDE with 76 register packages.
in CT 6.80 Typhon32 needs 2Gbytes of RAM to build BigIDE with 178 register packages.
In CT 6.90 Typhon64 needs 4Gbytes of RAM to build BigIDE with 178 register packages.
Our primary DEV architecture now is x86_64 64bits. We use Typhon64 as primary DEV IDE on ALL CT Host OSes.
Typhon32 in CT 6.90 don't have the same number of register packages (76 from 245)
like Typhon64 (178 from 245)
because of 32bits 2Gbytes memory limitation.
64bits don't have this memory limitation.
Many users before CT 6.90 get "Out of memory" Error Building Typhon32,
so we decrease the number of register packages to Typhon32 (76 from 245).
In CT 6.90 Typhon32 needs 1Gbytes of RAM to build BigIDE with 76 register packages.
in CT 6.80 Typhon32 needs 2Gbytes of RAM to build BigIDE with 178 register packages.
In CT 6.90 Typhon64 needs 4Gbytes of RAM to build BigIDE with 178 register packages.
Our primary DEV architecture now is x86_64 64bits. We use Typhon64 as primary DEV IDE on ALL CT Host OSes.
PilotLogic Core Programmer
Last edit: 1 year 4 months ago by Matis A..
Please Log in or Create an account to join the conversation.
- superc
-
Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 72
- Thank you received: 0
1 year 4 months ago #13781
by superc
Replied by superc on topic ERROR ON
In my VM with 4GB RAM I've CT 6.90:
32 bit 49/49 components
64 bit: 164/164
CT 6.80 on windows 10 64bit physical machine : 160 components
CT 6.80 on windows 10 32bit physical machine : 150 components
What I can't do is register new packages from CT, what is the procedure? I do not see those marked in red to be installed.
Thanks in advance
32 bit 49/49 components
64 bit: 164/164
CT 6.80 on windows 10 64bit physical machine : 160 components
CT 6.80 on windows 10 32bit physical machine : 150 components
What I can't do is register new packages from CT, what is the procedure? I do not see those marked in red to be installed.
Thanks in advance
Attachments:
Please Log in or Create an account to join the conversation.
- Matis A.
-
- Away
- Moderator
-
1 year 4 months ago - 1 year 4 months ago #13782
by Matis A.
PilotLogic Core Programmer
Replied by Matis A. on topic ERROR ON
1) Go to Typhon IDE => Package => "Install/Uninstall Packages"
2) Select from the Right list the packages you want to install in Typhon IDE (mouse double click)
or
from Left List the packages you want to uninstall (mouse double click)
3) When you finish with packages selection, click "Save and rebuild IDE" button
The Typhon IDE will rebuild his self
and if ALL are OK,
Typhon IDE will be Restarted with the new Packages List
And some other info here
2) Select from the Right list the packages you want to install in Typhon IDE (mouse double click)
or
from Left List the packages you want to uninstall (mouse double click)
3) When you finish with packages selection, click "Save and rebuild IDE" button
The Typhon IDE will rebuild his self
and if ALL are OK,
Typhon IDE will be Restarted with the new Packages List
And some other info here
PilotLogic Core Programmer
Attachments:
Last edit: 1 year 4 months ago by Matis A..
Please Log in or Create an account to join the conversation.
- superc
-
Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 72
- Thank you received: 0
1 year 4 months ago #13784
by superc
Replied by superc on topic ERROR ON
well, now I try to provide all the packages and see, thank you very much
Please Log in or Create an account to join the conversation.
- Matis A.
-
- Away
- Moderator
-
1 year 4 months ago #13786
by Matis A.
PilotLogic Core Programmer
Replied by Matis A. on topic ERROR ON
Don't forget Win32 OS memory limit is 2Gb RAM
PilotLogic Core Programmer
Please Log in or Create an account to join the conversation.