Yep!I hope you like this version better.

Icfu
Moderators: Hacker, petermad, Stefan2, white
4 strings - that will be the one of the fastest translations everwhen it becomes translatable!
Code: Select all
Borland C++ 5.5 for Win32 Copyright (c) 1993, 2000 Borland
tcqsp_m.c:
Warning W8065 tcqsp_m.c 154: Call to function 'wr0' with no prototype in function wr
Warning W8065 tcqsp_m.c 384: Call to function 'wr0' with no prototype in function WinMain
Warning W8012 tcqsp_m.c 493: Comparing signed and unsigned values in function WinMain
Warning W8065 tcqsp_m.c 520: Call to function 'wr0' with no prototype in function WinMain
Warning W8065 tcqsp_m.c 528: Call to function 'wr0' with no prototype in function WinMain
Warning W8057 tcqsp_m.c 550: Parameter 'hPrevInstance' is never used in function WinMain
Warning W8066 tcqsp_m.c 596: Unreachable code in function WindowProcedure
Warning W8066 tcqsp_m.c 618: Unreachable code in function WindowProcedure
Warning W8066 tcqsp_m.c 628: Unreachable code in function WindowProcedure
Warning W8066 tcqsp_m.c 654: Unreachable code in function WindowProcedure
Warning W8066 tcqsp_m.c 659: Unreachable code in function WindowProcedure
Warning W8004 tcqsp_m.c 766: 'f' is assigned a value that is never used in function RegExHelp
Warning W8060 tcqsp_m.c 816: Possibly incorrect assignment in function qsPos
Warning W8060 tcqsp_m.c 818: Possibly incorrect assignment in function qsPos
Warning W8060 tcqsp_m.c 820: Possibly incorrect assignment in function qsPos
Warning W8060 tcqsp_m.c 843: Possibly incorrect assignment in function qsPos
Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland
Error: Unresolved external '_main' referenced from F:\CODING32\BCC\LIB\C0X32.OBJ
Code: Select all
if (i==0) {
SendMessage (tcwnd, 1075, (WPARAM)2922, (LPARAM)0);// cm_SwitchIgnoreList
Sleep(50);
}
Code: Select all
wr0();//remove old list of igored files and folders
if (i==0) {
SendMessage (tcwnd, 1075, (WPARAM)2922, (LPARAM)0);// cm_SwitchIgnoreList
Sleep(50);
}
Code: Select all
0,
Code: Select all
WS_EX_CLIENTEDGE,
Code: Select all
hwndEdit1 = CreateWindow (
Code: Select all
hwndEdit1 = CreateWindowEx ( WS_EX_CLIENTEDGE,