Hi Dennis, (or XP users) I have problems with PPWIZARD running with XP. As far as I can see, PPWIZARD is not(?) supported for XP. But I think that minor...
781
Dennis Bareis
dbareis
Mar 11, 2002 2:43 am
... Hi, The actual root problem is that it can't find "std.h", it then tries to report the error and then fails (not sure why). From what I can see the missing...
782
wfvdijk
Mar 11, 2002 8:43 am
Sorry, I discovered the problem also. In the past, I used a SUBST command to replace a large directoryname with a drive letter. Fixed that. I'll send you some...
783
mungo2K
Mar 15, 2002 12:00 pm
Forgive me if this is a stupid question - I'm new to the group but have searched the archives and all the help files I can. I'm trying to convert text to HTML...
784
wfvdijk
Mar 15, 2002 11:30 pm
Screendump says: *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*- *-*-*-*- Syntax Error! ~~~~~~~~~~~~~ Trap within Trap: Original trap...
785
Dennis Bareis
dbareis
Mar 16, 2002 12:16 am
... I don't complain about "stupid" questions (which this is not) for anyone who has at least tried to look for the answer! ... By default a T2H import uses...
786
Dennis Bareis
dbareis
Mar 16, 2002 12:34 am
... Hi, Thanks for the information, I have sent you (directly) a fixed version of PPWIZARD to test. The problem has nothing to do with Windows XP but would...
787
Dennis Bareis
dbareis
Mar 18, 2002 6:51 am
Hi, Another release, details: * Created a new /CLONE switch to make use of PPWIZARD as a poor man's directory syncronisation tool easier. * Fixed a formatting...
788
Markus Weber
nudler2001
Mar 23, 2002 7:58 pm
Hi, I wan't to check if a file exists. My code doesn't work. How can I fix the code? My function: #define LinkToForeignLang \ #if "QueryExists(<$lang_file>)"...
789
Dennis Bareis
dbareis
Mar 24, 2002 4:41 am
... What follows the #IF (when square brackets not used) is a rexx expression so if your case above it will always be true as the first string is never blank....
790
Markus Weber
nudler2001
Mar 25, 2002 8:42 pm
Hi, I use the following function to translate a text: #define translate \ #include "src/lng/about.lng" "{$Fragment}" The following function call the...
791
Dennis Bareis
dbareis
Mar 25, 2002 9:44 pm
... If you can send me a minimal number of files with minimal content to demonstrate the problem (zipped), I will have a look at the code and see if there is a...
792
Markus Weber
nudler2001
Mar 26, 2002 7:39 am
... I will send you an exampe at 6 o'clock (GMT+1) ... I have a multilingual homepage (german and english). I use the translate macro to include html-parts or...
793
Dennis Bareis
dbareis
Mar 26, 2002 8:56 pm
Hi, ... I did guess that :-) What prevents you from doing: <meta name="description" content="<$description>"> (where you have defined "description" correctly...
794
Markus Weber
nudler2001
Mar 27, 2002 10:24 pm
... good idea :) ... That is not a big problem. I incline to use a database. ... bye, Markus...
800
Dennis Bareis
dbareis
Apr 4, 2002 12:03 am
Hi, Looks like new users signing up to send spam is going to be common (or its the same person with different user ids) in any case new users to the PPWIZARD...
801
Dan Leitner
dleitspeak
Apr 4, 2002 1:00 am
Thanks Dennis, That should work out very well. Once they are proven to be a real person and not a robot, then you can change them to un-moderated. Thanks...
802
ray_223
Apr 6, 2002 5:02 am
Hi, I'm a new user and love PPWizard ... I've some of the basics but wanted to do something tricky (well you guys will think is easy) .. I wanted to put a line...
803
Dennis Bareis
dbareis
Apr 6, 2002 5:32 am
... Format time is a rexx function, so could be executed within another #evaluate but I created a better version, which I will add to the manual (below). I...
804
ray_223
Apr 6, 2002 12:25 pm
Thanks Dennis, While I was trying to figure out how to solve my problem with PPWizard I also tried using PHP. I know PHP is mainly used for dynamic web sites...
805
Dennis Bareis
dbareis
Apr 7, 2002 12:56 am
... The PHP solution does not have any dependancy checking (at least in my mind a major deficiency). I have tended not to write a million functions where most...
806
ray_223
Apr 7, 2002 2:26 am
Hi Dennis, I'm not turning this into a boxing match between PPWizard and PHP ... I just wanted to know if you have been done the PHP path and found short...
807
Dennis Bareis
dbareis
Apr 7, 2002 10:14 pm
... I have not used PHP but I pretty much understand what it does and how. ... Yes, although PPWIZARD's processing is much better than that of a make file, it...
808
Dan Leitner
dleitspeak
Apr 8, 2002 3:00 am
Hi Dennis, ... Great job as always Dennis. When will next release be ready? -- Go #20 Go ***************************************************************** Dan...
809
Dennis Bareis
dbareis
Apr 8, 2002 3:57 am
... As I have no other changes in mind at this time, I will try to do ASAP, probably tonight. The new "InputFileTime" symbol is nothing amazing and doesn't do...
810
Dennis Bareis
dbareis
Apr 8, 2002 8:17 am
Hi, New release, details follow: * Updated GetFileTimeStamp() to take an option extra parameter to format the time. * New <?InputFileTime> and...
811
Stephen Williamson
yatevehoo
Apr 14, 2002 10:05 pm
Mr. Bareis, I've looked at the Yahoo group messages and see I'm way below the level they are at. However, I'm still learning to use your program and really...
812
Dennis Bareis
dbareis
Apr 14, 2002 11:05 pm
... I certainly have no objection and in fact wish more people did this. Even if I had exactly the same information in my doco, seeeing multiple presentations...
813
Dennis Bareis
dbareis
Apr 19, 2002 7:44 am
Hi, I have made quite a few changes, details follow: * New "<?..>" symbol to determine path to base directory. * New "<?TmpDir>" symbol. * New FormatNumber(). ...
814
rwijayaratne
Apr 28, 2002 8:38 am
Hi I am new to PPWizard and am finiding that it is a very good preprocessor. I have been playing around with CSV file and ODBC. I've managed to get SQL...