Brad Robinson
Brad Robinson
Hi @jgm , I made these changes because I was playing with the demo, trying to understand how tabs work but couldn't actually type a tab key and had to...
fwiw: I'm getting similar warnings (not using cmake) from msvc linker. Can the .pdb files be included? ``` glew32s.lib(glew.obj) : warning LNK4099: PDB '' was not found with 'glew32s.lib(glew.obj)' or...
Not sure why that would be off hand. Do you get an error messages (either directly on screen or in Windows event logs?)
Perhaps try running `dumpbin /headers` on Windows 7 on the original and patched exe and see if it shows up anything odd? Unfortunately, I don't have much time right now...