Hi guys. I have 2 projects in my workspace. One project creates a DLL and the other is the executable file that loads and uses the DLL. What I''m trying to do is have the DLL go to one directory and the exe go to the \Windows\Start Menu\ directory. I''m using Embedded Tools 3.0. In my project settings for the DLL I have the download directory set to /Temp. When I build may app it works just fine, however, I have my exe download directory set to \Windows\Start Menu\ but it always puts it in the \Windows\ directory instead. I have tried changing the destenation directory but everytime it gets put in the \Windows\ directory. If I build the exe part by itself however, it DOES go to the right directory... anyone know what might be causing this?
Thanks.
downloading to wrong directory?
Started by xtrmntr, Mar 28 2002 07:14 AM
4 replies to this topic
Ad:
#2 Anonymous Poster_Anonymous Poster_* Guests - Reputation:
Posted 28 March 2002 - 07:18 AM
Why in the world are you trying to put a .exe in the start menu? You put it somewhere else, and make a _shortcut_ in the start menu. You don''t want an exe running with your start menu as it''s working directory!
#4 Members - Reputation: 206
Posted 28 March 2002 - 07:40 AM
You only have to make the shortcut once.
Helpful links:
How To Ask Questions The Smart Way | Google can help with your question | Search MSDN for help with standard C or Windows functions
Helpful links:
How To Ask Questions The Smart Way | Google can help with your question | Search MSDN for help with standard C or Windows functions






