To create dll interface, please do not delete any file

even this one is needed for correct compilation

To compile your own version:
	change on the bat files (v32 or v64) 
	for your specific path to compiler

on the already compiled folder the v32 & v64 exe are ready to use
as you can imagine :
 
	exe v64 only work on win64 os, and can work with dll for 32 or 64

	exe v32 work on both os, 
		but if working on 32 bits os ,it can work with dll for 32 only
		if working on 64 os , it can as v64 work with dll for 32 or 64


feel free to use, modify ... at your own risk

about executables on the full.rar file... (same in rar_content folder)

these needed exe files have been put into full.rar file
it will be embedded into the exe and expanded to temp folder
(and cleaned after closing) , by unrar.exe also embedded into exe 


the couple as/dlltool exe files are needed to create the interface
each dll version 32 or 64 need a different couple.
I have selected them to be the right version(and minimal size) to insure
good working for the 2 different versions.
i think the v32's are comming from an old mingw gcc,
the v64's comming from freeBasic 1.05.0 64 version

gendef.exe: is an adaptation of existing c code , 
I have modified years ago to create the DEF file, it's still working.

DEF-Editor: is an light editor written in freePascal, Ive adapded
also for years...    You can avoid it if you want...

As you can see, I only put the relevant bricks to work toogether.
(if you have other prefered versions, use them, 
you have the code to modify it as you want) 

And used my adaptation of the Firefly nice tool from Paul Squires
to make it completed.


  
 