Hi foxWeb.
I have my own custom PRG class that works with my Desktop app and with FoxWeb that i am developing for a client.
Everything is working perfectly.
the only thing that bugs me, is i am using the ReadFile() to download attachement, and it's in my PRG class, which is part of my Desktop app too, and when i compile my project (for the Desktop side), it throws an error, that it can't find ReadFile()...
is there an include, or a class i can refer it to so it won't throw that error during the build of my exe?
the desktop app is working fine tho!