Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to use Log in standalone app (in C++)
#1
Basically I can't work out how to write messages to the stand-alone app 'Log' window. In essence it should be simple. There should be a 'Log (message)' function, but I can't find it.

I am using IW 14.2.7 Ultimate

Here are references I have found to the Log function:


In to the Delphi example (under OnAfterDispatch: TOnDispatch) on this page:

http://docs.atozed.com/docs.dll/Classes/...rBase.html

There should be a function Log (msg)  that can be used.  But Log is a data member / parameter in this class not a function.



In the 'intraweb manual'  (pg 118) http://downloads.atozed.com/intraweb/IntrawebManual.pdf


Writing custom messages to the debug area 
To write your custom messages in the debug area you may use the method "Log" of the StandAlone window. In Intraweb for Delphi, the default StandAlone window is of type TFormIWMain and is declared in the unit IWMain. In Intraweb for Visual Studio .NET the default StandAlone window is of type Main declared in the Atozed.Intraweb.NETMain namespace. The "Log" method takes a parametter AMsg of type string, which represents the message to be written in the debug area. 

But there is no TFormIWMain class in the C++ app that I can find - or unit IWMain
Reply


Messages In This Thread
How to use Log in standalone app (in C++) - by ian@archsw.com - 04-06-2018, 06:19 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)