13.07.2015 Views

TRABAJO DE GRADUACIÓN - DSpace Universidad Don Bosco

TRABAJO DE GRADUACIÓN - DSpace Universidad Don Bosco

TRABAJO DE GRADUACIÓN - DSpace Universidad Don Bosco

SHOW MORE
SHOW LESS
  • No tags were found...

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

if(domain) {free(domain);domain = NULL;}/* Codigo de cierre de Phidget eliminado */// Close the reader// CPhidget_close(RFID);// Delete our context// CPhidget_delete((CPhidgetHandle )RFID);}STDAFX.CPP.// stdafx.cpp : source file that includes just the standard includes// PolLib.pch will be the pre-compiled header// stdafx.obj will contain the pre-compiled type information#include "stdafx.h"// TODO: reference any additional headers you need in STDAFX.H// and not in this fileArchivos de cabeceraLECTOR RFID.H.extern void Leer_RFID(WCHAR *wRFID);POLLIB.H.// The following ifdef block is the standard way of creating macros which make exporting// from a DLL simpler. All files within this DLL are compiled with the POLLIB_EXPORTS// symbol defined on the command line. this symbol should not be defined on any project// that uses this DLL. This way any other project whose source files include this file see// POLLIB_API functions as being imported from a DLL, wheras this DLL sees symbols// defined with this macro as being exported.#ifdef POLLIB_EXPORTS#define POLLIB_API extern "C" __declspec(dllexport)#else#define POLLIB_API extern "C" __declspec(dllimport)#endifPOLLIB_API void pollFunction(LPTSTR,LPTSTR,LPTSTR);STDAFX.H.// stdafx.h : include file for standard system include files,// or project specific include files that are used frequently, but// are changed infrequently//#if !defined(AFX_STDAFX_H__BAA0BD35_2B31_4347_9AF7_5B66C41FB40F__INCLU<strong>DE</strong>D_)#define AFX_STDAFX_H__BAA0BD35_2B31_4347_9AF7_5B66C41FB40F__INCLU<strong>DE</strong>D_#if _MSC_VER > 1000#pragma once#endif // _MSC_VER > 1000// Insert your headers here#define WIN32_LEAN_AND_MEAN// Exclude rarely-used stuff from Windows headers#include // TODO: reference additional headers your program requires here//-----------------------------CODIGO MODIFICADO-------------------------------//Soporte para cadenas Unicode:#include - 190 -

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!