Search found 119 matches: commctrl

Return to advanced search

FWH build abril 2006

... VScroll(). * Nuevo: En FWPPC, se ha implementado la clase TDatePicker. Por favor, revise samples\TestDtp.prg. Daros cuenta que hay que enlazar lib\commctrl.lib. * Mejora: Pequeños cambios en la clase TWBrowse. * Corrección: En FWPPC, en la función Click() se ha corregido un pequeño error en botones, ...
by Antonio Linares
Mon Apr 03, 2006 9:33 am
 
Forum: WhatsNew / Novedades
Topic: FTDN new April 2006 build / nuevo build de Abril 2006
Replies: 1
Views: 3321

FTDN new April 2006 build / nuevo build de Abril 2006

... Methods HScroll() and VScroll(). * New: FWPPC, Class TDatePicker already implemented. Please review samples\TestDtp.prg. Please notice that lib\commctrl.lib has to be linked now. * Enhancement: Minor on changes on Class TWBrowse. * Fix: FWPPC Click() bug fixed on buttons, checkboxes and radios. ...
by Antonio Linares
Mon Apr 03, 2006 8:59 am
 
Forum: WhatsNew / Novedades
Topic: FTDN new April 2006 build / nuevo build de Abril 2006
Replies: 1
Views: 3321

Folder con Pelles C

Jose Luis, este código funciona perfectamente bajo Pelles C La cabecera: #include <windows.h> #include <commctrl.h> #include <richedit.h> LANGUAGE LANG_SPANISH,SUBLANG_SPANISH_MODERN 1 MANIFEST "theme.man" El folder: PREFERBASE DIALOG DISCARDABLE 35, 81, 404, ...
by José Vicente Beltrán
Thu Mar 16, 2006 7:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ERRORES EN FOLDER IGUALES...
Replies: 4
Views: 1366

DBCombo en FW

... .f. ) ), ; oSay[21]:SetText(PRODTOR->Dicose), ; oPage:aDialogs[1]:Update() ) update Compilada con la versión de Febrero 2006 y con CommCtrl.dll funciona perfectamente, compilada con FW Marzo 2006 (bajada 10/03) el combo no busca el texto al escribir sobre el, y hace un ruidito, ...
by jose_murugosa
Thu Mar 16, 2006 2:06 pm
 
Forum: FiveWin para CA-Clipper
Topic: DBCombo en FW
Replies: 3
Views: 1151

ERRORES EN FOLDER IGUALES...

... con Visual C++ da mismo error // RESOURCE SCRIPT generated by "Pelles C for Windows, version 4.00". #include <windows.h> #include <commctrl.h> #include <richedit.h> LANGUAGE LANG_ENGLISH,SUBLANG_ENGLISH_US este que viene es mi folder: DLG_FOLDER DIALOG DISCARDABLE 6, 15, ...
by joseluisysturiz
Wed Mar 15, 2006 7:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ERRORES EN FOLDER IGUALES...
Replies: 4
Views: 1366

The most recent FW 2.7 does not need that DLL. Yep, it works without commctrl.dll with February build. Here are the 16 and 32 bit "About" boxes: http://www.upitfree.com/image/415.jpeg http://www.upitfree.com/image/416.jpeg BTW, ...
by modicr
Tue Mar 07, 2006 11:06 am
 
Forum: Off Topic / Otros temas
Topic: New Windows Vista build 5308 - 22 Feb 2006
Replies: 3
Views: 1300

... that all required libraries are available." Using Filemon ( http://www.sysinternals.com/Utilities/Filemon.html ) I noticed that it tried to open COMMCTRL.DLL. After copying that file to \windows\system\, application functioned OK. Long live 16-bit applications (Just joking!), Roman
by modicr
Wed Mar 01, 2006 11:49 am
 
Forum: Off Topic / Otros temas
Topic: New Windows Vista build 5308 - 22 Feb 2006
Replies: 3
Views: 1300

... * Mejora: La función GetCPU() funciona correctamente con los equipos más recientes. * Mejora: Fivewin para CA-Clipper (16 bits) ya no necesita COMMCTRL.DLL. Si piensas usar una "lista de imágenes", entonces deberías tenerlo disponible, aunque el EXE comenzará normalmente incluso si no está ...
by Antonio Linares
Wed Feb 08, 2006 11:26 pm
 
Forum: WhatsNew / Novedades
Topic: FTDN new February 2006 build / nuevo build de Febrero 2006
Replies: 5
Views: 5338

FTDN new February 2006 build / nuevo build de Febrero 2006

... builds! * Enhancement: GetCPU() function is properly working on new computers. * Enhancement: FiveWin for CA-Clipper (16 bits) no longer needs COMMCTRL.DLL. If you plan to use ImageLists, then you should have it available, though the EXE will start normally even if it is not present. * New: ...
by Antonio Linares
Wed Feb 08, 2006 9:08 pm
 
Forum: WhatsNew / Novedades
Topic: FTDN new February 2006 build / nuevo build de Febrero 2006
Replies: 5
Views: 5338

librerías para Harbour y Clipper

... me da error al tratar de abrir las ventanas, siempre el error es el mismo, no encuentra el recurso (la dialog para abrirla) 1. Que es la dll COMMCTRL.dll que aparece en el directorio samples que me pide mi aplicación cuando la compilo, cosa que antes no necesitaba además he notado que contiene ...
by jose_murugosa
Wed Feb 08, 2006 4:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: librerías para Harbour y Clipper
Replies: 1
Views: 958

... of 'DS_SHELLFONT'. xRC: D:\xHBFeb\c_include\win\winuser.h(2346): warning: Macro redefinition of 'LBS_STANDARD'. xRC: D:\xHBFeb\c_include\win\commctrl.h(269): warning: Macro redefinition of 'CCS_LEFT'. xRC: D:\xHBFeb\c_include\win\commctrl.h(270): warning: Macro redefinition of 'CCS_RIGHT'. ...
by Frank Demont
Thu Jan 26, 2006 12:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problems with 2.7 and xhb , februar build
Replies: 5
Views: 1345

... >> msvc.tmp echo %vcdir%\lib\arm\corelibc.lib >> msvc.tmp echo %vcdir%\lib\arm\aygshell.lib >> msvc.tmp echo %vcdir%\lib\arm\commctrl.lib >> msvc.tmp echo %vcdir%\lib\arm\ws2.lib >> msvc.tmp echo %vcdir%\lib\arm\mfcce400.lib >> msvc.tmp echo %vcdir%\lib\arm\ole32.lib ...
by Antonio Linares
Wed Jan 11, 2006 3:11 pm
 
Forum: FiveWin for Pocket PC
Topic: TSocket class
Replies: 7
Views: 2182

Antonio Linares wrote:Roman,

We have to fix it. Thanks for your feedback.


Ok, thanks. This is not urgent. I found commctrl.dll in your
samples folder, but it is Swedish, so I replaced it with Slovenian
one from my Win98SE installation.

Regards, Roman
by modicr
Mon Dec 05, 2005 12:47 pm
 
Forum: FiveWin for CA-Clipper
Topic: FW 2.7 & commctrl.dll
Replies: 2
Views: 1005

FW 2.7 & commctrl.dll

Hello!

I linked my app with new FW 2.7 and now it requires commctrl.dll! Why?

Regards, Roman
by modicr
Thu Dec 01, 2005 11:17 am
 
Forum: FiveWin for CA-Clipper
Topic: FW 2.7 & commctrl.dll
Replies: 2
Views: 1005
Previous

Return to advanced search