Kalimakhus
Emperor
- Joined
- May 8, 2007
- Messages
- 1,249
@Glider
Try changing the /MDd switch to /MD and link to normal lib. This should work. You don't need to walk through the runtime library anyway. Also you may like to add an option for full debug info. I think the debug build target in the makefile doesn't actually include such option. Look into the VS help to find out which option you need. I am sorry that I can't be more helpful. I am on vacation and away from my main PC.
Try changing the /MDd switch to /MD and link to normal lib. This should work. You don't need to walk through the runtime library anyway. Also you may like to add an option for full debug info. I think the debug build target in the makefile doesn't actually include such option. Look into the VS help to find out which option you need. I am sorry that I can't be more helpful. I am on vacation and away from my main PC.