| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 472 online users. » 0 Member(s) | 468 Guest(s) Applebot, Bing, Google, Yandex
|
| Latest Threads |
IW 16.2.0 Missing librari...
Forum: IntraWeb General Discussion
Last Post: Gregory_Twedt
Today, 04:40 AM
» Replies: 4
» Views: 605
|
VCL conversion
Forum: Delphi General Discussion
Last Post: tobenschain
06-20-2026, 05:00 AM
» Replies: 0
» Views: 55
|
TIWjQDBGrid changing UI
Forum: IntraWeb General Discussion
Last Post: BoostedCruiser
06-08-2026, 02:02 AM
» Replies: 36
» Views: 70,277
|
TIWjQDBGrid erratic behav...
Forum: IntraWeb General Discussion
Last Post: Fabrizio Conti
06-04-2026, 09:14 AM
» Replies: 3
» Views: 463
|
Access Violation When Val...
Forum: IntraWeb General Discussion
Last Post: Alexandre Machado
06-03-2026, 08:47 AM
» Replies: 2
» Views: 513
|
Bootstrap5
Forum: IntraWeb General Discussion
Last Post: geraldtatum
06-02-2026, 06:24 AM
» Replies: 1
» Views: 409
|
weakpackageunit contains ...
Forum: IntraWeb General Discussion
Last Post: rlebeau
05-26-2026, 04:56 PM
» Replies: 4
» Views: 518
|
Custom 404 handler
Forum: IntraWeb General Discussion
Last Post: CfawesDwale
05-21-2026, 08:02 AM
» Replies: 0
» Views: 246
|
PopUp Menu
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
05-13-2026, 04:35 AM
» Replies: 4
» Views: 8,200
|
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,118
|
|
|
| IW FASTMM4: how/which version to install |
|
Posted by: joaodasilva - 01-30-2025, 03:41 AM - Forum: IntraWeb General Discussion
- Replies (3)
|
 |
Hi,
Can someone please share their expertise with FASTMM4 install?
I am starting a new IW project and wanted to use FASTMM4, after reading a very interesting blog post from Alexandre. One of my main questions would be if the latest version of FASTMM4 will work fine in my environment (details below). There is a download of it available on IW website, but it is from 2018, almost seven years ago. I wonder what would be the best approach.
- Would it be better to just leave it to run with the Delphi standard MM for now and decide it later, so not to waste time on it now?
Thanks all!
FASTMM4 Github
https://github.com/pleriche/FastMM4 (is this the correct one?)
Environment:
Delphi 11.3 Alexandria
IntraWeb 15.3.6
IW new application options selected o the wizard: -StandAlone Application (Indy), - Use JCL Stack Trace - Pool Data Connections - Use FastMM4 Mem manager
Project Setup After Executing the Wizard:
uses
FastMM4,
IWRtlFix,
IWJclStackTrace,
IWJclDebug,
IWStart,
Unit1 in 'Unit1.pas' {IWForm1: TIWAppForm},
ServerController in 'ServerController.pas' {IWServerController: TIWServerControllerBase},
UserSessionUnit in 'UserSessionUnit.pas' {IWUserSession: TIWUserSessionBase},
DatamoduleUnit in 'DatamoduleUnit.pas' {DataModule1: TDataModule};
{$R *.res}
begin
TIWStart.Execute(True);
end.
|
|
|
| TIWBSTabControl |
|
Posted by: Darky1st - 01-29-2025, 02:52 AM - Forum: IntraWeb General Discussion
- Replies (1)
|
 |
Scroll fast, bro, you'll trip over uncut BBC gods tag-teaming pale skate twinks on moldy couches, moans crank to eleven while the cameraman yells "more throat." Marathon dumps at the end, joke.
Two bros chill, Xbox paused, boners bouncing outta sweats. Next frame mouthful of meat and the nerd screams "BRB gotta nut." Cream sneaks up his abs like yogurt rain, bruh-watch it.
https://freegayporn.club/videos/75668/st...unbathing/
https://gaypornwebsite.com/tags/sissy-wh...-with-toy/
Street racer hunk with beard oil gets yanked into backseat, car still idling. Inked stud rips denim, tongue dives deep in hairy peach; streetlights blink while balls go pop-pop glazing the dash totally.
|
|
|
| Need Guidance for Effective IntraWeb Deployment!! |
|
Posted by: danielljose - 01-28-2025, 09:22 AM - Forum: IntraWeb General Discussion
- Replies (2)
|
 |
Hi everyone,
I have been working on a project using IntraWeb.., and I am encountering some challenges with deployment. I have built the application locally but when I try to deploy it to a server.., the app either fails to respond or throws random errors. I suspect I might be missing something in the configuration or handling server-specific settings incorrectly.
Here are a few things I have done so far :-
Ensured the required DLLs are uploaded.
Checked for firewall or port restrictions on the server.
Confirmed the server has the necessary runtime environment installed.
Despite these.., I am still stuck. Could someone guide me through the best practices for deploying python certification IntraWeb applications.., especially for IIS or standalone deployment: ?? Any troubleshooting tips, potential pitfalls or tools to debug would be greatly appreciated !!
Thanks in advance for your help !! Looking forward to learning from the expertise in this community.
Best regards,
Daniel Jose
|
|
|
| TIdTCPServer connection limits? |
|
Posted by: Justin Case - 01-26-2025, 08:43 PM - Forum: Indy
- Replies (3)
|
 |
Hello,
So my server is working with quite a complex ACL that allows user groups and permissions to be changed for users in real time without logging off and back on again. The good old 'Apply' button has it's uses but not in something where I may need to restrict something fast..
Anyhow, when running on my Win7 Pro box (2x 4core proccys at 3GHz, 16GB ram) it maxes out with 93 clients connected. After that, i can launch new clients but they fail to connect (or at least if they do connect, they do it fast and disconnect without me noticing).
At this point, the server memory according to task manager is: 137,668K - which doesn't seem a lot when some instances of chrome can use far more than that!
I'm using Delphi 6 (32bit obviously).
Any ideas where i start with this?
Thanks
|
|
|
| Server chrashs |
|
Posted by: joergb - 01-23-2025, 10:04 AM - Forum: IntraWeb General Discussion
- Replies (5)
|
 |
Hello
I have a Server in IntraWeb, Application mode, with 9 Pages.
the ServerControllerBaseConfig looks like this:
Code: void __fastcall TIWServerController::IWServerControllerBaseConfig(TObject *Sender)
{
TmainForm::SetURL("/", "mainForm");
TwakoForm::SetURL("/", "wakoForm");
TadrForm::SetURL("/", "adrForm");
TzahlForm::SetURL("/", "zahlForm");
TpaypalForm::SetURL("/", "paypalForm");
TendeForm::SetURL("/", "endeForm");
TbestellForm::SetURL("/", "bestellForm");
TNexiForm::SetURL("/", "nexiForm");
TnexiErrForm::SetURL("/", "nexiErrForm");
RegisterContentType(L"application/json");
...
}
and in mainform-create is the alloc of these pages like:
Code: void setAsMainForm() {
TmainForm::SetAsMainForm();
}
#pragma startup setAsMainForm
void __fastcall TmainForm::IWAppFormCreate(TObject *Sender)
{
try {
wakoForm = new TwakoForm(this);
adrForm = new TadrForm(this);
bestellForm = new TbestellForm(this);
zahlForm = new TzahlForm(this);
endeForm = new TendeForm(this);
paypalForm = new TpaypalForm(this);
nexiForm = new TNexiForm(this);
nexiErrForm = new TnexiErrForm(this);
}
catch(Exception &ex)
{
CreErrTxt = "Exception creating Forms : " + ex.Message;
isCreErr = true;
}
...
if (isCreErr)
throw Exception(CreErrTxt)
most times , it works.
but if an error occurs, I throw an exception to end this session.
This may happen, if something goes wrong in wakoForm->Create or other constructor calls.
If I throw a Exception like described, these Session dies and thats ok.
But now, other sessions can no longer get created. Every new one comes with an access violation when created by "new" .
I can't find out, why
I solved it by notice the exception but throwing it in onShow, instead of onCreate. Now it works.
I looked for hours to find a reason, but it seems , that an Exception in mainForm.create prevent the server from creating new sessions .
CBuider 10.2.3 IW 15.6.7
greetings from germany
jörg
|
|
|
| IWServerSession was compiled with a different version... |
|
Posted by: Peter Home - 01-21-2025, 01:19 AM - Forum: IntraWeb General Discussion
- No Replies
|
 |
I've just upgraded from Standard to Ultimate to gain access to the source code to aid in debugging. I have downloaded the latest version (iw15.6.7.exe) and the latest sources (IWSource15.6.7_20240916.zip). I have added the relevant paths to the Library.
When trying to compile it returns the error:
IWServerSession was compiled with a different version of IWIpAccessTable.TIWIpAccessTable
I note that there is no source for IWServerSession but there is for IWIpAccessTable.
Should the source for IWServerSession be included in the Ultimate edition? If not, how do I get around this issue?
Thanks
|
|
|
| Flowcharts / software design |
|
Posted by: Justin Case - 01-17-2025, 10:36 PM - Forum: Delphi General Discussion
- Replies (1)
|
 |
Any tips for a software designer / flowchart thingy?
I'm working on a server, it's getting complicated now and I am struggling drawing out objects, their properties and logic flowcharts on A4 bits of paper. It's just not a strength I have.
Any freeware out there that I can use? - It needs to let me design objects with their properties and then basic flowcharts - preferably with events..
I am really struggling to keep it all in my head!
|
|
|
|