Re: [Quickfix-developers] Setting up the dll
Brought to you by:
orenmnero
From: Oren M. <ore...@ya...> - 2003-05-14 18:38:49
|
What is on your semi-production machine? The debug DLL is going to depend on various dll's that may not be on that machine. Use a dependency tracker to make sure everything is in place. You may want to use quickfix_net.dll instead. You can also enforce the location of an assembly by registering it with GAC (http://www.wimdows.net/articles/article.aspx?aid=12). This will make sure all applications will be able to find the DLL. You can also try putting it somewhere in your path and see if that works. Peter Krause <kra...@ho...> wrote: Hi! I'm having some (simple) difficulty setting up a c# application as an executable to run on a semi-production machine. Namely, it is not finding the quickfix_net_debug.dll file, though the file is in the same directory as the executable. Any ideas? Thanks, Peter _________________________________________________________________ STOP MORE SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail ------------------------------------------------------- Enterprise Linux Forum Conference & Expo, June 4-6, 2003, Santa Clara The only event dedicated to issues related to Linux enterprise solutions www.enterpriselinuxforum.com _______________________________________________ Quickfix-developers mailing list Qui...@li... https://lists.sourceforge.net/lists/listinfo/quickfix-developers --------------------------------- Do you Yahoo!? The New Yahoo! Search - Faster. Easier. Bingo. |