| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 82,271
» Latest member: go999ltd
» Forum threads: 2,408
» Forum posts: 11,315
Full Statistics
|
| Online Users |
There are currently 472 online users. » 2 Member(s) | 466 Guest(s) Applebot, Bing, Google, Yandex, go999ltd, mitagroup
|
| Latest Threads |
IW 16.2.0 Missing librari...
Forum: IntraWeb General Discussion
Last Post: Gregory_Twedt
06-24-2026, 04:40 AM
» Replies: 5
» Views: 625
|
VCL conversion
Forum: Delphi General Discussion
Last Post: tobenschain
06-20-2026, 05:00 AM
» Replies: 0
» Views: 70
|
TIWjQDBGrid changing UI
Forum: IntraWeb General Discussion
Last Post: BoostedCruiser
06-08-2026, 02:02 AM
» Replies: 36
» Views: 70,353
|
TIWjQDBGrid erratic behav...
Forum: IntraWeb General Discussion
Last Post: Fabrizio Conti
06-04-2026, 09:14 AM
» Replies: 3
» Views: 473
|
Access Violation When Val...
Forum: IntraWeb General Discussion
Last Post: Alexandre Machado
06-03-2026, 08:47 AM
» Replies: 2
» Views: 517
|
Bootstrap5
Forum: IntraWeb General Discussion
Last Post: geraldtatum
06-02-2026, 06:24 AM
» Replies: 1
» Views: 412
|
weakpackageunit contains ...
Forum: IntraWeb General Discussion
Last Post: rlebeau
05-26-2026, 04:56 PM
» Replies: 4
» Views: 529
|
Custom 404 handler
Forum: IntraWeb General Discussion
Last Post: CfawesDwale
05-21-2026, 08:02 AM
» Replies: 0
» Views: 256
|
PopUp Menu
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
05-13-2026, 04:35 AM
» Replies: 4
» Views: 8,207
|
Image question on tiwjqdb...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
05-13-2026, 03:32 AM
» Replies: 3
» Views: 4,122
|
|
|
| Unit IWClassesFix was compiled with different version |
|
Posted by: Lenfors - 07-06-2018, 08:27 AM - Forum: IntraWeb General Discussion
- Replies (3)
|
 |
Hello!
I have an old project using IntraWeb (delphi 2010). Now we only use Delphi 10.2.2 so I tried to recompile the project with this version. Compilation failed so I bought the latest version of Intraweb 15.0.6 (including source) and tried again.
Now I get the following error:
[dcc32 Fatal Error] IWApplication.pas(410): F2051 Unit IWClassesFix was compiled with a different version of System.Generics.Collections.TArray.Sort
I also entered all the source code paths in my Delphi environment but same result.
Please advise
Best regards, Mikael
|
|
|
| BootStrap and UI |
|
Posted by: ShaneStump - 07-05-2018, 04:52 AM - Forum: IntraWeb General Discussion
- Replies (4)
|
 |
Howdy Alexandre and Kudzu!
Couple of questions about IW17.
Will I be able to build a modern UI without having an extensive knowledge of javascript, etc?
I will be rewriting my web module for the third time in 8 years starting early next year and I am hoping to do it with just stock IW (no 3rd party libraries).
All the best,
Shane
|
|
|
| IntraWeb setup and AV false positives |
|
Posted by: Alexandre Machado - 07-04-2018, 07:58 AM - Forum: IntraWeb General Discussion
- No Replies
|
 |
Today we received 2 different support requests from users informing that their Antivirus software identified IW14.2.8.exe as a virus/trojan. Among the AV software we find Kapersky, Zone Alarm, Windows Defender and Symantec.
Kapersky is famous for its heuristic engine false positives, specially against binaries compiled by any Delphi version. Zone Alarm shares the same engine so whenever Kapersky reports something, Zone Alarm will do the same. (Un)Fortunately, Delphi is one of the few *real* programming languages left and that's why it is used by many virus creators
We have reported the false positives to Microsoft and Symantec. We already have Symantec response, confirming that the report is a false positive, as follows:
In relation to submission 97436.
Upon further analysis and investigation we have verified your submission and, as such, the detection(s) for the following file(s) will be removed from our products:
File name: iw14.2.8.exe
MD5: F613B07B34D31EB7B5CDE221A95FFDFA
SHA256: 53057B142527CFE5885CAF88802AFBD8EE44AAD3D78CC5B173AC79DFD746E4D5
Note: Whitelisting is available by downloading a RAPID RELEASE indicated in the Further Information section below or via the next Live Update
Further Information:
Required RAPID RELEASE sequence >= 194141
The latest Rapid Release definition available here: ftp://ftp.symantec.com/AVDEFS/norton_antivirus/rapidrelease
To check the current sequence number of the Rapid Release definition: https://www.symantec.com/security_response/definitions/rapidrelease
More information on Rapid Release definitions can be found: https://support.symantec.com/en_US/article.TECH103326.html
If detection persists, please contact support:
* Norton: https://support.norton.com/sp/en/us/home/current/info
* SEP: https://support.symantec.com/en_US/endpoint-protection.54619.html
Decisions made by Symantec are subject to change if alterations to the Software are made over time or as classification criteria and/or the policy employed by Symantec changes over time to address the evolving landscape.
For more information on best practices to reduce false positives:
https://www.symantec.com/content/en/us/enterprise/white_papers/b-to_increase_downloads-instill_trust_first_WP.en-us.pdf
Sincerely,
Symantec Security Response
https://www.symantec.com/security-center
|
|
|
| Problem with Indy TCPClient or IOHandler |
|
Posted by: Ayodeji - 06-28-2018, 08:32 AM - Forum: Indy
- Replies (3)
|
 |
Hi Guys
We are having some bugs in our application after migrating our source code from delphi 7 to XE2. Indy 9 and was used in delphi 7 and XE2 respectively.
The application is dll encapsulated windows COM Object and hosted with GUI.
We use TCPClient that continuously send and receive data from a device (Server) every 2 seconds. Sending of data to the server is done in the Main Thread while reading the response in another Thread. FIdClient.IOHandler.Write(sData + FSendRcvTerminator, TEncoding.ANSI) for sending the data and reading with FClient.IOHandler.ReadBytes(LBuffer, -1, false). The application do work perfectly for days or weeks without any problem but after a while all the processes in the Main Thread hanged and stop responding meanwhile the processes in the other Thread continue working. It has been very difficult for us to locate the course of this problem. Sending data with FIdClient.IOHandler.Write(sData + FSendRcvTerminator, TEncoding.ANSI) to the Server from the other Thread gets the hanged processes in Main Thread working again. We are actually not satisfy with this workaround and want to know the course. The same code written in delphi 7 and Indy 9 is working without any problem.
The only difference in our code is that with indy 9 we did not use IOHandler to write or read from the socket. What are we doing wrong here!
Thanks
|
|
|
| evaluation mode |
|
Posted by: clockon - 06-27-2018, 05:34 AM - Forum: IntraWeb General Discussion
- Replies (6)
|
 |
Hi
I am not able to get my new product out of evaluation mode. I have not installed the version that comes with delphi, I have searched for all iwlicense files, deleted the DCUs and still not working. I have created a new intraweb standalone project and I get the following, no reason for the evaluation mode is given. I also have source in the path, I have traced the call to 'SetLicenseKey' and it is setting the correct key and its only called once, please help.
My IntraWeb Application (Indy - x86)
Evaluation Mode
Reason:
IntraWeb Version: 15.0.6
Build Date: Jun 19, 2018
32-bit Server on 64-bit Windows
HTTP Server is active on port: 62380
--------------------- ---------------------
|
|
|
|