I am new to VC8 and simply cannot find how to change fonts and colors of the source code editor. Any hints? Thanks uli
uli2000
Posts
-
VC8 source code editor -
VC7 to VC8 migrationHi, changing from VC7 to VC8 I get this linker error: 1>aiunittest.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) int __stdcall ping(int)" (__imp_?ping@@YGHH@Z) referenced in function _main The above code worked fine with VC7. Any ideas? Thanks, Uli
-
Do you use dual Monitor for CodingYes, I do and love it. However, I would like to force certain apps onto one of the of the screens, is there a command (in c++) to do that. I have looked around but found nothing.
-
UINT64 behavior VC6 C++Thank you for your answer. Sorry, I should have mentioned that I try to do this in a header file. In in function inside cpp file it works ok. Also, as a global variable it does not work. Maybe you could try that. Thanks, uli
-
UINT64 behavior VC6 C++Hi, the VC6 compiler gives me problems: const UINT64 a = 0x0000000080000000; results in just that, however const UINT64 b = a << 1 results in 0x0000000000000000 !!!! What am I doing wrong ? Is there any way to force b into the required 0x0000000100000000 thanks, Uli2000