55143681 Posted November 26, 2020 Posted November 26, 2020 In my project ,I use IdHTTP ,so I put an IdAntiFreeze in UniMainModule, If I open the Browser for the first time,there is no error. but if I press F5 to refresh the browser or open another browser page to open the site , then I have an error message in the log file: scrumTeamServerBOC.exe: 00002090: 16:41:53 [127.0.0.1]:EIdException : Only one TIdAntiFreeze can exist per application. : Addr: $00FDF416 why? I think I have put only one IdAntiFreeze in my project. Quote
Administrators Farshad Mohajeri Posted November 26, 2020 Administrators Posted November 26, 2020 There is no need to use IdAntiFreeze in uniGUI. TIdAntiFreeze is not compatible with uniGUI. Even if you use it, it must be placed on ServerModule, so a single instance of it will be created. Quote
55143681 Posted November 27, 2020 Author Posted November 27, 2020 15 hours ago, Farshad Mohajeri said: There is no need to use IdAntiFreeze in uniGUI. TIdAntiFreeze is not compatible with uniGUI. Even if you use it, it must be placed on ServerModule, so a single instance of it will be created. I See ,thanks you very much. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.