News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Ollydbg default path

Started by Wannabe, June 26, 2005, 06:41:15 PM

Previous topic - Next topic

Wannabe

I having a bit of trouble with latest RadASM. Default path for Olly is c:\ollydbg , but if I change it to c:\program\ollydbg (that's where I have it) it still wants to execute \Ollydbg\Ollydbg "my program" when I press Ctrl-D. When I move my Ollydbg to c:\ollydbg it works correctly. Seems it doesn't bother about the paths I have changed...
Am I doing something wrong or is it a bug?
Thanx anyway for a great program!
Regards
  Wannabe

KetilO

Hi

You probably have a hardcoded path set in your project file.

Use Project / Project Options and set the Run w/debug to:

0,0,"$E\OllyDbg",5

KetilO

Wannabe

 :U That solved it!
Thanks for your quick response!
Keep up the good work.
Regards
  Wannabe