You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

43 lines
1.3 KiB

  1. /* /////////////////////////////////////////////////////////////////////////
  2. * File: test/scratch/test.scratch.implicit_link/test.scratch.implicit_link.cpp
  3. *
  4. * Purpose: Implicit link file for the test.scratch.implicit_link project.
  5. *
  6. * Created: 18th July 2007
  7. * Updated: 6th August 2012
  8. *
  9. * Status: Wizard-generated
  10. *
  11. * License: (Licensed under the Synesis Software Open License)
  12. *
  13. * Copyright (c) 2008-2012, Synesis Software Pty Ltd.
  14. * All rights reserved.
  15. *
  16. * www: http://www.synesis.com.au/software
  17. *
  18. * ////////////////////////////////////////////////////////////////////// */
  19. /* Pantheios Header Files */
  20. #include <pantheios/pantheios.hpp>
  21. #include <pantheios/implicit_link/core.h>
  22. #include <pantheios/implicit_link/fe.simple.h>
  23. #include <pantheios/implicit_link/be.fprintf.h>
  24. //#include <pantheios/implicit_link/be.WindowsDebugger.h>
  25. //#include <pantheios/implicit_link/be.lrsplit.h>
  26. //#include <pantheios/implicit_link/bel.fprintf.h>
  27. PANTHEIOS_EXTERN_C PAN_CHAR_T const PANTHEIOS_FE_PROCESS_IDENTITY[] = PANTHEIOS_LITERAL_STRING("test.scratch.implicit_link");
  28. int main()
  29. {
  30. pantheios::log_ALERT("A simple log entry");
  31. pantheios::log_NOTICE("A simple log entry");
  32. return 0;
  33. }