Thread: Directx Release Build

  1. #1
    Registered User
    Join Date
    Oct 2009
    Posts
    4

    Directx Release Build

    I'm trying to write an application that uses some Directx, it works fine anywhere on my computer.

    If I move it to another computer with the same OS, I get a "Side-by-side configuration is incorrect" error or if I change a few settings I get an "The application was unable to start correctly(0xc000007b)" error.

    I'm using Microsoft Visual Studio's 2008. I'm wondering if there are any settings I need to configure in the project settings for the release build or really how to compile a program using directx so it will work on other computers.

  2. #2
    Registered User
    Join Date
    Jan 2010
    Posts
    412

  3. #3
    Registered User
    Join Date
    Oct 2009
    Posts
    4
    Still doesn't work, I'm pretty sure that the "Side-by-side configuration is incorrect" error is when I use the default Runtime Library which was a Multi-threaded Debug DLL.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. PlaySound
    By cangel in forum C++ Programming
    Replies: 16
    Last Post: 10-08-2009, 05:29 PM
  2. Error 87 in release build
    By CrissyCrisCris in forum Windows Programming
    Replies: 3
    Last Post: 09-19-2009, 06:52 PM
  3. Problem in the optimized / release build
    By g4j31a5 in forum C++ Programming
    Replies: 10
    Last Post: 10-10-2006, 06:32 AM
  4. Boom, Headoshot!!
    By mrafcho001 in forum A Brief History of Cprogramming.com
    Replies: 50
    Last Post: 07-21-2005, 08:28 PM
  5. DirectX app won't compile on release mode
    By confuted in forum Game Programming
    Replies: 3
    Last Post: 08-02-2003, 11:23 AM