navit  0.5.3-trunk
tell_navit.c File Reference
#include "config.h"
#include <windows.h>
#include <stdio.h>
#include <stdarg.h>
#include <XGetopt.h>
#include <glib.h>
#include "binding_win32.h"

Functions

static LRESULT CALLBACK message_handler (HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
 
void err (char *fmt,...)
 
void print_usage (void)
 
int main (int argc, char **argv)
 

Variables

int errormode =1
 

Function Documentation

◆ err()

◆ main()

◆ message_handler()

static LRESULT CALLBACK message_handler ( HWND  hwnd,
UINT  uMsg,
WPARAM  wParam,
LPARAM  lParam 
)
static

Navit, a modular navigation system. Copyright (C) 2005-2008 Navit Team

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

Referenced by main(), and register_destination_window().

◆ print_usage()

void print_usage ( void  )

References err().

Referenced by main().

Variable Documentation

◆ errormode

int errormode =1

Referenced by err(), and main().