Re: [Ekiga-devel-list] Win32 please test



paul hillereau schrieb:
Michael Rickmann a écrit :
Hello everybody,
snip

Thanks you, I will test it tomorrow when back at school.
May I ask if you experiment any issue when linking ekiga, and how did you manage to workaround it (if you had any). Since yesterday I have got a segmentation fault when trying to link ekiga, and I do not understand from where it comes.

_______________________________________________
Ekiga-devel-list mailing list
Ekiga-devel-list gnome org
http://mail.gnome.org/mailman/listinfo/ekiga-devel-list

I had worked a bit on Win32 Ekiga some time ago when it was still using SDL video output. From that time I knew by reading libsdl's source code that they were using a similar redefinition of main. Additionally I looked at the source code of Mingw runtime and there it says
  /*
   * Call the main function. If the user does not supply one
   * the one in the 'libmingw32.a' library will be linked in, and
   * that one calls WinMain. See main.c in the 'lib' dir
   * for more details.
   */
So I let the preprocessor give main some other name and WinMain is called after the C-library has been initialized and returns there for finalizing things.
As to your segfault while linking - sorry, but I have no idea.
Regards
Michael


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]