search for: comctl

Displaying 9 results from an estimated 9 matches for "comctl".

Did you mean: domctl
2003 Dec 01
0
No subject
...:\I386\ASMS\6000\MSFT\VCRTL\MSVCP60.DLL U:\I386\ASMS\6000\MSFT\VCRTL\VCRTL.CAT U:\I386\ASMS\6000\MSFT\VCRTL\VCRTL.MAN U:\I386\ASMS\6000\MSFT\VCRTLINT\MFC42NOR.DLL U:\I386\ASMS\6000\MSFT\VCRTLINT\VCRTLINT.CAT U:\I386\ASMS\6000\MSFT\VCRTLINT\VCRTLINT.MAN U:\I386\ASMS\6000\MSFT\WINDOWS\COMMON\CONTROLS\COMCTL32.DLL U:\I386\ASMS\6000\MSFT\WINDOWS\COMMON\CONTROLS\CONTROLS.CAT U:\I386\ASMS\6000\MSFT\WINDOWS\COMMON\CONTROLS\CONTROLS.MAN U:\I386\ASMS\60100\MSFT\WINDOWS\COMMON\CONTROLS\COMCTL32.DLL U:\I386\ASMS\60100\MSFT\WINDOWS\COMMON\CONTROLS\CONTROLS.CAT U:\I386\ASMS\60100\MSFT\WINDOWS\COMMON\CONTROLS\CON...
2005 May 23
4
Problem with InstMsiA.exe
...install the Imatch demo from www.photools.com, which uses an MSI installer. I have Wine set to Win98 compatibility mode. I can get the registered version up and running if I install it on windoze first then move the whole installation directory to my wine fake drive_c, copy some DLL's and set comctl.dll to native. This would be fine for my own uses but I'd really like to do this Windowless for the sake of other users who want to "format C:/" one last time! The MSI problems are preventing me, or anyone else AFAIK, from using this software with Wine. I believe Imatch to be of grea...
2007 Mar 19
2
dll override for select apps only
I've been experimenting with Wine on Ubuntu Edgy. I installed WinRAR, and when it didn't work, I looked at this page: http://frankscorner.org/index.php?p=winrar350 First I copied the required dll (comctl32.dll) over from Windows to the program dir (not the Wine windows dir), then tried to add it via winecfg, simply entering the name in the dialog. Then Winecfg couldn't start again. I then followed the terminal instructions instead: WINEDLLOVERRIDES="comctl=n" wine winrar.exe and no...
2001 Nov 24
1
Setup Question
Hello, am running Wine on Mandrake 8, using a 'fake' windows directory, that I created according to instructions on the Codeweavers website. Unfortunately, most apps don't run at all or run with errors. Would I achive better results by creating a separate partition, installing Windows on it with all the apps and using that partition with Wine? If yes, would some special setup of
2009 May 18
1
problems with libaries (8.04 ubuntu)
I installed visual basic studio 6, and when I tried to open my program so I could edit it I get these errors: Code: Line 67: Class MSComctlLib.TabStrip of control tbsProfile was not a loaded control class. Line 96: Class MSComctlLib.ListView of control lvChar was not a loaded control class. Line 166: Class RichTextLib.RichTextBox of control rtbChat was not a loaded control class. Line 196: Class MSComctlLib.ImageList of control imlT...
2010 Jun 30
1
Need Help
Hi, I am trying to run an application developed in vb6 using wine. Some of the Components used in the application are MSADODC, MSMAPI, MSMASK, COMCTL,...I am using Postgresql as back-end for the application. After installing when i tried to open it it is showing an error such as "Failed to change to directory '/home/dbu/.wine/dosdevices/c:/Program Files/BOS/Office/office.exe' (Not a directory)" What could be the problem? My...
2010 Feb 02
2
How do I debug a VB application install?
I'm trying to debug the installation of a Windows app written in VB (I think VB6). Following the troubleshooting guide here, and referencing the app's own install log, I realized some necessary DLLs were missing. Installed them using winetricks mfc42 vb6run mdac28. I checked a working installation on Windows XP for list of installed MDAC components, and I think I've got all the
2010 Jun 19
7
comctl32 unable to load
Hey, I was trying to get a few of my own programs on windows to work under wine, and while trying to get my installer to work, overrode comctl32.dll, which is a required library for winecfg to work, so now I am stuck with a bunch of programs and winecfg all not working at all. As far as I can tell, this dll is full of common controls for windows programs, and must somewhere be used by wine. What I need help with is to figure out how to g...
2002 Feb 26
0
DDE problems
...running the program with several debug channels but couldn?t detect the problem. The only thing learned was that the program seemed to be crashing inside USER.DLL builtin code. I then tried several different native/builtin setups using mainly the following DLLs: Native DLLs DDEML.DLL OLE32.DLL COMCTL*.DLL COMDLG*.DLL SHELL.DLL SHELL32.DLL I even tried bringing in USER and USER32. Some of these setups were documented not to work and didn?t. Everytime I got a setup that seemed to work, the software would crash with basically an exception or page fault. I then decided to use winedbg. I was ab...