#include #define CMDLINE_SIZE 4096 /* #define WISH_EXE L"C:/Software/TclTk/bin/wish84.exe" #define XCLIBDIR L"C:/Software/xcircuit/xcircuit-3.4" */ wchar_t *parse_args(LPWSTR *wargv, int argc) { int i; static wchar_t buffer[1024]; buffer[0] = L'\0'; for (i=1; i