examples/win32test/main.c
changeset 255 7b9f36dbfe5f
parent 175 e255529b6f7d
child 256 8118f2da6386
equal deleted inserted replaced
254:f2b0acb54e65 255:7b9f36dbfe5f
       
     1 /*
       
     2 This file is part of CanFestival, a library implementing CanOpen Stack.
       
     3 
       
     4 CanFestival Copyright (C): Edouard TISSERANT and Francis DUPIN
       
     5 CanFestival Win32 port Copyright (C) 2007 Leonid Tochinski, ChattenAssociates, Inc.
       
     6 
       
     7 See COPYING file for copyrights details.
       
     8 
       
     9 This library is free software; you can redistribute it and/or
       
    10 modify it under the terms of the GNU Lesser General Public
       
    11 License as published by the Free Software Foundation; either
       
    12 version 2.1 of the License, or (at your option) any later version.
       
    13 
       
    14 This library is distributed in the hope that it will be useful,
       
    15 but WITHOUT ANY WARRANTY; without even the implied warranty of
       
    16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
       
    17 Lesser General Public License for more details.
       
    18 
       
    19 You should have received a copy of the GNU Lesser General Public
       
    20 License along with this library; if not, write to the Free Software
       
    21 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
       
    22 */
       
    23 
     1 /**************************************************************************
    24 /**************************************************************************
     2 CanFestival3 win32 port example
    25 CanFestival3 win32 port example
     3 
    26 
     4 This sample demonstrates CanFestival usage with Win32
    27 This sample demonstrates CanFestival usage with Win32
     5 
    28 
    14 
    37 
    15 You should have CanFestival-3.dll CAN-uVCCM.dll in the search path to run this sample.
    38 You should have CanFestival-3.dll CAN-uVCCM.dll in the search path to run this sample.
    16 Code will work with non-UNICODE CanFestival-3.dll CAN-uVCCM.dll libraries.
    39 Code will work with non-UNICODE CanFestival-3.dll CAN-uVCCM.dll libraries.
    17 
    40 
    18 Sample can work on other platdorms as well.
    41 Sample can work on other platdorms as well.
    19 
       
    20 Copyright (C) 2007  Leonid Tochinski (ltochinski AT chattenassociates DOT com)
       
    21 ***************************************************************************/
    42 ***************************************************************************/
    22 
    43 
    23 #include <stdio.h>
    44 #include <stdio.h>
    24 #include <stdlib.h> 
    45 #include <stdlib.h> 
    25 #include "win32test.h"
    46 #include "win32test.h"