Segmentation fault with winmm library
Hi, when trying to run the following program, which uses the windows winmm library: --- #include #include int main(void) { // a library call to make sure winmm gets loaded TIMECAPS tc ; timeGetDevCaps (&tc, sizeof (TIMECAPS)); printf("hello world\n"); return 0; } --- compile
Antwort: RE: Segmentation fault with winmm library
That solved the problem. Many thanks, Guy. "Dave Korn" <[EMAIL PROTECTED] .com>