ModPlug Central

OpenMPT => Development Corner => Topic started by: Saga Musix on April 26, 2009, 10:08:37

Title: VS2008 uses different charset for comment text or what?
Post by: Saga Musix on April 26, 2009, 10:08:37
Look here for example:
http://modarchive.org/module.php?166544
The "shadows" under the boxes in the comment text are supposed to be solid blocks, but since I compiled modplug in VS2008 for the first time, they appear as arrows. Does anyone else experience the same?
Title: VS2008 uses different charset for comment text or what?
Post by: Relabsoluness on April 26, 2009, 21:53:39
Can confirm. There's also a related problem that the GUI has the 'old looks' when compiling with VC2008. Manually adding the RT_MANIFEST-resource(file res/rt_manif.bin) seems to fix both.
Title: VS2008 uses different charset for comment text or what?
Post by: Saga Musix on April 27, 2009, 14:56:13
Yep, I also noticed the 2nd problem (but that was rather subconsciously and I didn't think about it for a second time). I'll try your suggestion.

EDIT: What do I have to do exactly? the .bin file is there in the project tree (mptrack.rc -> RT_MANIFEST), and a complete recompile didn't change anything.
Title: VS2008 uses different charset for comment text or what?
Post by: Relabsoluness on April 27, 2009, 20:31:49
Quote from: "Jojo"EDIT: What do I have to do exactly? the .bin file is there in the project tree (mptrack.rc -> RT_MANIFEST), and a complete recompile didn't change anything.
I'm not sure about this but anyway:
add resource -> Import... -> Select the rt_manif.bin-file -> Type RT_MANIFEST to 'resource type'-text input.
Title: VS2008 uses different charset for comment text or what?
Post by: Saga Musix on April 28, 2009, 19:52:27
Hmm, I tried that several times now, even with complete rebuild, but it doesn't change anything. I'll download a clean codebase from SVN again and try it again.
EDIT: No difference.