examples/DS401_Slave_Gui/tools.h
author lbessard
Tue, 18 Sep 2007 18:04:54 +0200
changeset 276 eada6c6c2e87
parent 246 d635cfc520ee
permissions -rw-r--r--
Corrections for wx version 2.8.4
#ifndef TOOLS_H_
#define TOOLS_H_

	#include <wx/wxprec.h>
	#include <wx/wx.h>
	#include <wx/textctrl.h>
	#include <iostream>

	void	IntToString( int i, char* in_pszbuffer );
	char	*wxstr_to_charbuf(wxString	s);
	void	charbuf_free(char	*s);

#endif /*TOOLS_H_*/