From: "Steven Levine" Received: from [192.168.100.201] (HELO mail.2rosenthals.com) by 2rosenthals.com (CommuniGate Pro SMTP 5.4.10) with ESMTPS id 933986 for cwmm-dev@2rosenthals.com; Tue, 28 Jul 2020 11:12:00 -0400 Received: from secmgr-va.2rosenthals.com ([50.73.8.217]:60875 helo=mail2.2rosenthals.com) by mail.2rosenthals.com with esmtps (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.82_1-5b7a7c0-XX) (envelope-from ) id 1k0RGl-0007Pt-1Q for cwmm-dev@2rosenthals.com; Tue, 28 Jul 2020 11:11:55 -0400 Received: from elasmtp-mealy.atl.sa.earthlink.net ([209.86.89.69]:58332) by mail2.2rosenthals.com with esmtps (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.82_1-5b7a7c0-XX) (envelope-from ) id 1k0RGi-0005Lu-1a for cwmm-dev@2rosenthals.com; Tue, 28 Jul 2020 11:11:52 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=earthlink.net; s=dk12062016; t=1595949112; bh=NZJn9bW2Ckmubm1jvN2QLeO0GXgQdEHnBp4q BXm/f6s=; h=Received:From:Date:To:In-Reply-To:Subject:X-Mailer: Message-ID:X-ELNK-Trace:X-Originating-IP; b=LTqdaiEIn53Ag4y2vTqX5I /8hXzGKYQC1uw2uYJjCKXen6BMAHr29oT1kBDpK8BSWxPDNhv/FMQYDrarwhOhNnS/v DZrapynUfS3THcQ1dlPynnyA9qOj1Ljx6nHaj1ObdkzO2jOeLzXIt//s+6zKyd2Kd2j nhS132Hsv7mhq16luDzHO3NcDtyVpBXDxGE9FULmjLQJJEolVnUA/RAMoyDcl4o4pEB krz4yTpds1yN2VPiYj1abr024noPu1bwJv/pHtFy6UPqhSY3HUAOCpNEQcEUjzTplz6 gtEA0SQcTdbZ4FmVkZRAz3rHdveVOmubhS0/idQfhU1jI67mkxLA== DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=dk12062016; d=earthlink.net; b=LBXApIhqCsMu7BOg18VWvaWQn/Y8pfl+43GO0oXWupNbw6qNHPjHja0R0dSCEKk62G9POS881/mbZLKSjfu/ej9f9bcRqCaavmsvElwus0/IjWt5Qh09D4XEafyro0ll19hxN9K10E/scajM4UPmnIWhfd852oOpYtCn5GE5QiNbXWWikwnyaPAi9xYuvlDEEDOe/He7K+ZQEOdbHjGQflRqkzTrisyRcHhzDnb+9VNkqVFwohsvSCu/ScJVIDpfJ9u6C8gnzCi8Ulwsn782jcBIOcoIJKvePPDBH7nXQFRV16ix/LZTZhWCUG6L0GbNAD7u/mzUhhWYr0tw/OM+WQ==; h=Received:From:Date:To:In-Reply-To:Subject:X-Mailer:Message-ID:X-ELNK-Trace:X-Originating-IP; Received: from [108.193.252.206] (helo=slamain) by elasmtp-mealy.atl.sa.earthlink.net with esmtpa (Exim 4) (envelope-from ) id 1k0RGh-0009Ew-NY for cwmm-dev@2rosenthals.com; Tue, 28 Jul 2020 11:11:51 -0400 Date: Tue, 28 Jul 2020 07:32:32 -0700 To: "CWMM Developers Mailing List" In-Reply-To: Subject: Re: [cwmm-dev] Compiling cwwm X-Mailer: MR/2 Internet Cruiser Edition for OS/2 v3.00.11.21 BETA/60 Message-ID: X-ELNK-Trace: a1109158fca87577d780f4a490ca6956846b590522b13c959112fdc5c333b86e737df16f0a059b66350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 108.193.252.206 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable In , on 07/27/20 at 11:08 PM, "Dave Yeo" said: Hi Dave, >The som.hh included with VACPP3.08 has, >// som.hh for DTS C++ >// SHD: May 27/94 If you review the VAC docs, you will find that DTS bindings are intended for Visual Builder components. To me this means that the results of using DTS for WPS applications will be indeterminate. As you note the last time IBM generated this .hh was in 1994. I am 100% certain there are residual defects in this code, just as there are in other parts of VAC. The only question for these are what workarounds might be available. >Well, Chris uses .hh files and I did have that crash when trying an xh=20 >version, possibly due to not having enough string space, the .hh files=20 >use -S128000. IIRC, the trap is in the compiler, not sc.exe. I cannot see how the sc.exe -S value would have any effect on the compiler. More likely the generated .hh is exposing a defect in the icc pre-processor. If you want to track this down, you need to do the same thing we did for your mozilla build issues. Start with a testcase that fails and start trimming code until the issue goes away. >Looking, I see intree, _wpobject.h, __wpobject.h which is about 8k=20 >smaller as well as wpobject.hh, need to investigate why one isn't=20 >getting included and still left wondering. Maybe I am missing something, but the .h and .hh files are unrelated other than that they may have generated from the same .idl. Also given that the compiler has a number of DTS specific switches, it would not surprise me if switch between .hh and .xih may require changes to the .cpp code that implements your class. The user's of your class would not be affected by this because a class user only references the .h file. >There's other system files=20 >that Chris included and added a leading _ They're all pretty old. Is this done by the makefiles? If so, this is probably so he could tell one from the other. >Those are only accessed by classes, need to access from mediafolder. I'm= =20 >reluctant to mix them. This is up to you. It's just another directory in the INCLUDE path. >Some don't have corresponding idl files, and no code to build the ones=20 >using system idl files. This may be an indicator of missing code. Too bad some folks diss-ed Chris to the point where he is no longer available to even answer questions. >I'll assume using the toolkit versions is preferred. Until proven otherwise, this would be my way to go. Steven --=20 ---------------------------------------------------------------------- "Steven Levine" Warp/DIY/BlueLion etc. www.scoug.com www.arcanoae.com www.warpcave.com ---------------------------------------------------------------------- --=20 This email was Anti Virus checked by Astaro Security Gateway. http://www.so= phos.com