Since 4/3/2012 7:42:40 AM, igobonk has written 3 articles and participated in 1 conversations. igobonk signature: igobonk
igobonk's articles:
Items(3) /1
creating a windows ce component from existing code193 (12/18/2008 12:14:42 AM) comp.os.ms-windows.ce I have some legacy code that I would like to use to create a Windows
CE Component. This is just straight C code that compiles into libs
for various platforms. It currently lacks 'sources', 'dirs', and CEC
... david
no warning for data truncation?248 (10/23/2008 9:05:58 PM) comp.lang.c I've noticed that the following compiles (as C) under both VS8 and gcc with no warnings, even though there's a possibility of data truncation from enum to unsigned char. It does generate a warning under VS6, h... david
no warning for data truncation?248 (10/23/2008 9:05:58 PM) comp.lang.c I've noticed that the following compiles (as C) under both VS8 and gcc with no warnings, even though there's a possibility of data truncation from enum to unsigned char. It does generate a warning under VS6, h... igobonk(4)