I get the same results no matter where I place it [desktop, my documents, windows/system with a copy of the dll in question, c: etc.]
It goes about 30 seconds and then issues the error. My experence with DBPro so far has been that you should be able to run applications anywhere [even from CD] with out trouble because all of the required code should be included in the execuatble. Unless you are accessing 3rd party DLLs/plugins or custom made DLL(s). These would be required [from what I have gathered] to be at least present in the application root folder [which is why I placed that DLL with the App.] - or a Path folder [of course I'm not sure about this last statement because I did not develop on the DBPro system itself.]
The DLL in question is found in the plugins folder in DBpro [Locatetd at "..\Dark Basic Software\Dark Basic Professional\Compiler\plugins" on my machines] and is appearently coppied to the WindowsTemp folder during the compile process.
Time to look at this a different way...
Is there anything beyond normal DBPro that you are tring to perform in this App [are you trying to run commands that are from any dll packs, plugins, custom made code]?
Is it possible for you to run the source code from a ME machine?
Quote: "
I noticed that none of my dark Basic pro games work with windows ME even though i installed the latest directx drivers, all i get is an unknow error.
"
Is this the same error every time? And have you tried any of the packaged code examples on ME to see if you reciever the same error? [Note: If you are getting this error for any of the code examples there must be something wrong with your install of DB because every piece of code I have played with so far has ran fine for my ME machine. I have multiple OSes [OSi?] and will periodically check for compability and speed issues with the same exe file(s).]
Also, I have recently compiled code on XP and tried it on ME with out problems [My own stuff of course], so it is at least possible to do what you are trying to do.