Wrecked Games

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're just that awesome.

Author Topic: Compiling in release mode  (Read 1096 times)

mnm23

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 5
    • View Profile
Compiling in release mode
« on: July 27, 2006, 09:54:08 AM »

Hey guys hows it going. I am currently making a transition into nxOgre from ogreNewt. With nxOgre everything has to be in release mode. So i went back and recompiled Ogre, OIS, ... etc in release mode. The problem im having is that OIS is not givng me a .dll when i am in release mode. It does give me a _d.dll in debug mode. I have tried this first with OIS 5 and then OIS 7. Yes code generation is set to multithreaded dll when in release mode. Any help is much appreciated.
Logged

pjcast

  • Administrator
  • Veteran
  • *****
  • Karma: +1/-0
  • Posts: 2661
    • View Profile
    • http://www.wreckedgames.com
Compiling in release mode
« Reply #1 on: July 27, 2006, 10:03:16 AM »

Wow, very odd. No errors in the build output? Are you doing a batch -> rebuild all?
Logged

mnm23

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 5
    • View Profile
Compiling in release mode
« Reply #2 on: July 27, 2006, 03:41:38 PM »

Actually i just read that if you make a static library you dont need  .dll. Is this true.

Also, yeah i have tried a batch rebuild, still nothing. Thanks again for the help.
Logged

pjcast

  • Administrator
  • Veteran
  • *****
  • Karma: +1/-0
  • Posts: 2661
    • View Profile
    • http://www.wreckedgames.com
Compiling in release mode
« Reply #3 on: July 27, 2006, 04:15:59 PM »

Yes, you can use the static libs without any issues (license or otherwise). :)

Though, if you still want the dll, you caould either get the SDK download. Or, post your buildlog.htm file here.
Logged