Hi,
I'm a BCX user (Basic to C converter) and I'm tryinto to compile some lcc compatible programs with PellesC.
When generating GUI app BCX emitts winsock2.h, but pellesC complains about it and reports more than 100 errors similar to:
C:\PellesC\\INCLUDE\\WIN\winsock2.h(70): error: Macro redefinition of 'FD_SET'.
Another problem semas to be with default arguments for the functions:
Sample:
HWND BCX_Form(char*,int=0,int=0,int=250,int=150,int=0,int=0);
Is it allowed in PellesC or maybe I'm doing somethiong wrong?
Thank you,
Ljubisa Knezevic