> It certainly interests me but I am not sure how much compiling help I can be. 
> I am not new to writing and compiling code but have never done anything with 
> windows or DLL's. I have created a few windows programs with the visual 
> studio product but these were exe's not dll's.
> 
> I am willing to give it a shot though assuming that I can get ahold of a 
> 64-bit compiler. Do you have any idea if visual studio express C++ will build 
> 64-bit code? I can't find anything about it on the website. A google search 
> turns up that the IDE for the express editions cannot build 64-bit files but 
> adding the windows SDK and command-line will. Again I'd have to figure that 
> part out.
> 
> If you are willing please let me know.
>


OK, let's give it a go.  It appears that there is virtually no work to convert 
source code to win64 compatible, as the main problem area would be if the 
program uses UINT or DWORDs aliased as pointers, which the dll does not, AFAIK.

So if we can figure out how to compile a 64 bit dll from the command line using 
express tools (or any tools that can create 64 bit windows dlls), it _should_ 
work right away (Famous Last Words).

I see that I have not actually compiled this dll in years, so let me see if the 
source code still works (ie if I have the right version), then put in some 
logging code, and then I will post the source and let you know what I have 
done.  It will likely be in a few days, unless things go very well indeed.

Reply via email to