well, the thing is that it works on my Dev machine. It doesn't on the target machine (the ones that it will be run on).

After some inspection with Filemon, it is reading from the .net framework even though I didn't use any of it. I used strict WIN32 API. Is there some compiler options that I can change to either compile in what it needs, or compile in a way that it won't use it?