- Posts: 18
- Thank you received: 0
×
CodeTyphon MS Windows (XP, Vista, Win7, Win8.x and Win10) OS Development, discussions and problems
Question CT 7.7 Can't Close Src Pages
- xiaomajia52
- Topic Author
- Offline
- New Member
-
Less
More
1 month 6 days ago #16998
by xiaomajia52
CT 7.7 Can't Close Src Pages was created by xiaomajia52
Attachments:
Please Log in or Create an account to join the conversation.
- Matis A.
-
- Offline
- Moderator
-
1 month 6 days ago #16999
by Matis A.
PilotLogic Core Programmer
Replied by Matis A. on topic CT 7.7 Can't Close Src Pages
I think
it's the know problem with CrossBuild from Win64 to Win32 for project that use 80 bit 80x87 FPU
it's problem of MS Windows.
You must use the SSE CPU instruction set, for floating point math OR
NOT use 80 bit 80x87 FPU in your projects.
My suggestion, use Typhon32 for Win32 projects, if that projects use 80 bit 80x87 FPU.
it's the know problem with CrossBuild from Win64 to Win32 for project that use 80 bit 80x87 FPU
it's problem of MS Windows.
You must use the SSE CPU instruction set, for floating point math OR
NOT use 80 bit 80x87 FPU in your projects.
My suggestion, use Typhon32 for Win32 projects, if that projects use 80 bit 80x87 FPU.
PilotLogic Core Programmer
Please Log in or Create an account to join the conversation.