My current project at work isan automated faxer -- I read a CSV
file for data, create an HTML file for each, then use a command
line utility that came with our fax server (via SHELL) to fax
the HTML to the recipient.
All was going pretty well, until I tried an experiment. I
created the shell of the progrma using Chris Boss's FreeWare
DDT designer (great program, BTW). I changed the DIALOG SHOW
command from MODELESS to MODAL to see what the effects would be.
When I tried to run the program, Windows 2000 said:
THis application failed to initialize properly.
Error code 0xC000007B
Click OK to terminate the application.
I wasn't worried yet. I changed the line back to MODELESS. But the
error persists; I've rebooted the machine and it still gets the
same error. BUT, if I copy the executable to a machine
running WindowsNT 4.0, it works just fine.
I don't understand. Anyone have any enlightenment for me?
------------------
-----------------------
[email protected]
file for data, create an HTML file for each, then use a command
line utility that came with our fax server (via SHELL) to fax
the HTML to the recipient.
All was going pretty well, until I tried an experiment. I
created the shell of the progrma using Chris Boss's FreeWare
DDT designer (great program, BTW). I changed the DIALOG SHOW
command from MODELESS to MODAL to see what the effects would be.
When I tried to run the program, Windows 2000 said:
THis application failed to initialize properly.
Error code 0xC000007B
Click OK to terminate the application.
I wasn't worried yet. I changed the line back to MODELESS. But the
error persists; I've rebooted the machine and it still gets the
same error. BUT, if I copy the executable to a machine
running WindowsNT 4.0, it works just fine.

I don't understand. Anyone have any enlightenment for me?
------------------
-----------------------
[email protected]
Comment