Page 1 of 1

Not possible to compile in release mode

Posted: Wed Aug 04, 2010 2:04 pm
by AlexDozer
Hi,

when I change the configuration to release mode, nothing happens. The output-path changes in the properties to bin\release but it is not used. The executable is still created in bin\debug and has the same size.

When I reopen the project the configuration is set back to debug. So, in my opinion, this dosn't work at all.

Version is 2.3.3

Greets, Alex

Re: Not possible to compile in release mode

Posted: Wed Aug 04, 2010 5:09 pm
by Support Team
Hi,

In the properties of your project you can only change the configuration for compiling. For release and debug you can have different settings and it is only used as configuration dialog. This is the same manner as in Visual Studio. If you want to compile your project as debug or release, please use the menu "Build" and set the configuration to release.
Studio.png
Then Ranorex Studio compiles you a release build of your project.

Regards,
Peter
Ranorex Team

Re: Not possible to compile in release mode

Posted: Thu Aug 05, 2010 7:32 am
by AlexDozer
Thank you Peter!

This was the problem. I changed the configuration in the properties and not via menu. Now, it works.

Greets, Alex