Displaying 20 results from an estimated 68 matches for "odbccp32".
2005 Oct 27
1
MDAC not installing
I am writing about the post
[Wine] MDAC not installing
With the following entry:
######
fixme:setupapi:SetupAddInstallSectionToDiskSpaceListA Stub
fixme:cabinet:process_files (basecab == ^0x7c5629e0): Memory leak.
fixme:setupapi:SETUPX_CreateStandardLDDs LDID_SRCPATH: what exactly do we have to do here ?
fixme:setupapi:GenInstall16 unsupported flag: GENINSTALL_DO_REGSRCPATH
2008 Dec 09
2
Wine 1.1.4--Intrepid--Photoshop Elements 6.0--can't install
I am trying to install Photoshop Elements 6.0 using Wine 1.1.4 under Ubuntu Intrepid. During installation, I get the following error: The ODBC installer DLL (ODBCCP32.dll) is not installed on this system. This pop-up error appears three times when I repeatedly press "OK," then goes away. The installer then moves and freezes to the step "Removing applications..."
I have downloaded the odbccp32.dll file and copied it into *wine*/windows/system...
2008 Jul 01
0
[LLVMdev] build on windows
....intermediate.manifest" /DEBUG
/PDB:"E:\Downloads\LLVM\llvm-2.3\win32\\bin\Win32\Debug/llvm-dis.pdb"
/SUBSYSTEM:CONSOLE /MACHINE:X86 /ERRORREPORT:PROMPT kernel32.lib
user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib
ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib
"..\bin\win32\debug\support.lib" "..\bin\win32\debug\bitcode.lib"
"..\bin\win32\debug\vmcore.lib" "..\bin\win32\debug\system.lib"
This is just by opening "llvm.sln" of the llvm-2.3 source release.
-Argiris
2017 Apr 13
0
Wine release 2.6
...the same data as on Windows.
wrc: Only add translations for specific fields in version blocks.
include: Add a glu.h header.
glu32: Implement gluErrorString.
glu32: Implement gluErrorUnicodeStringEXT.
opengl32: Directly link to glu32.
Alistair Leslie-Hughes (9):
odbccp32: Implement SQLInstallTranslator.
winhttp/tests: Added multi Authenticate header test.
odbccp32: Implement SQLRemoveTranslator/W.
odbccp32: Implement SQLConfigDriver/W.
odbccp32: Look in LOCAL_MACHINE for the driver.
include: Add interfaces IWMHeaderInfo/2/3.
wmvc...
2003 Jul 16
0
Wine and Platypus
...ling the
required DLLs from a Windows machine (using the same DLLs from the OS you're
emulating is a best bet). To save you some time, here's a list of native
DLLs that I needed to grab -- YMMV:
vfp6r
vfp6renu
mfc42
mfc42loc
cr2c71en
odbc32
odbc
odbcint
odbccp32
sqlunirl
nddeapi
sqlsrv32
Then comes the difficult part: hacking your registry to include all the
necessary ODBC entries so you can connect. There's no easy way to do this
-- just go to a Windows machine that has plat installed and working, open up
regedit/regedt32, and search for...
2008 Jul 01
2
[LLVMdev] build on windows
Hi Argiris,
It was for example the project TableGen, llvm-dis... I saw it under
Properties/Linker/Command Line
And the output is also:
Linking...
Starting pass 1
LINK : fatal error LNK1181: cannot open input file
'..\configure\configure\configure.lib'
Build log was saved at
"file://d:\Studium\Diplom\Download\llvm-2.3\win32\TableGen\Win32\Release\Bui
ldLog.htm"
TableGen - 1
2009 Aug 22
3
IE7
Ok I got IE7 working, mainly because of Steam, but I wanted to see if I
could get flash working, aparently activex controls won't install
correctly. Is there a way to fix this? (i've tried Winetricks for flash but
it tells me the .exe hash doesn't match or something). Anyways, just
curious, not to use ie in linux but mainly to get flash working since steam
seems to use IE for
2001 Jan 27
0
Vorbis with BCB
...n
required when building with MSVC?
The dynamic linking projects (like vorbisfile_dynamic.dsp) don't
have an include path for the ogg headers (..\..\ogg\include). They
also don't set a link path for the libraries
(..\..\ogg\win32\Dynamic_Release).
The dynamic DSP files reference 'ODBCCP32.LIB'. Would this be
ODBC, as for database access? I don't think Vorbis uses that :)
{Building ogg_dynamic}
I get this warning:
[C++ Warning] vorbisfile.c(1133): W8065 Call to function
'host_is_big_endian' with no prototype.
There is no prototype for 'host_is_big_endian...
2007 Jan 25
0
Wine release 0.9.30
...Declare some functions static.
Bang Jun-Young (6):
advpack/tests: Fix typo.
objbase.h: Fix typo in comment.
winbase.h: Cosmetic changes.
advapi32: Do not include unnecessary headers.
msxml3: config.h police.
wineoss.drv: config.h police.
Bill Medland (5):
odbccp32: Add tests structure.
odbccp32: Implement SQLInstallerError(W).
odbccp32: Implement SQLGetInstalledDrivers.
odbccp32: Remove A->W cross-call.
odbccp32: Implement SQLGet/SetConfigMode.
Christoph Frick (6):
dinput: Rename 'axe' to 'axis'.
dinput...
2018 Jul 09
0
Wine release 3.12
...ory
45052 cmd.exe: if-statement does not resolve wildcards
45355 FrameMaker 8: Abort with specific document due to USER lock error
45359 SHGetKnownFolderPath doesn't handle flag KF_FLAG_DONT_UNEXPAND
45387 arm64_map_dwarf_register: Don't know how to map register (64-66)
45389 odbccp32:misc fails if privileges are not high enough
45390 devenum:devenum fails if privileges are not high enough
45403 dwarf2_parse_variable(): Assertion `subpgm->func' failed
45410 Muv-Luv (Steam) wants USER32.dll.GetAutoRotationState semi-stub
------------------------------------------...
2018 May 25
0
Wine release 3.9
...plement depth clip control.
vbscript: Add stub IActiveScriptDebug interface.
msi/tests: Avoid calling MsiSetTargetPath("TARGETDIR").
msi/tests: Test deferral of DuplicateFiles and RemoveDuplicateFiles.
msi/tests: Test deferral of InstallFiles and RemoveFiles.
odbccp32: Clean up SQLGetInstalledDrivers().
odbccp32/tests: Add tests for SQLGetInstalledDrivers().
msi/tests: Test installation of ODBC driver.
msi/tests: Test deferral of InstallODBC and RemoveODBC.
odbccp32: Avoid using RegQueryInfoKey() in SQLGetInstalledDrivers().
msi/tes...
2009 Apr 20
2
ODBC in wine
Hi
I get the following when running an App on wine-1.1.18.
Does it mean the application can't access the odbc data base?
WINEDEBUG=+winhttp.dll wine tally9.exe fixme:winspool:EnumFormsA 0x1 1
(nil) 0 0x33f894 0x33f898
fixme:psdrv:PSDRV_CreateColor Colour is 01000000
fixme:psdrv:PSDRV_CreateColor Colour is 01000000
fixme:psdrv:PSDRV_CreateColor Colour is 01000000
fixme:htmlhelp:HtmlHelpW HH
2006 Nov 14
1
Debugging Onyx install
...39;t install, and isn't listed in AppDB. If I
run the installer with "WINEDEBUG=+loaddll,warn+all" I get this error:
fixme:odbc:SQLConfigDriver ((nil) 1 "SQL Server" (null) 0x7e4ad4fc 300
0x7e4ad4fa)
trace:loaddll:free_modref Unloaded module L"c:
\\windows\\system32\\odbccp32.dll" : builtin
[snip junk errors about not finding MSVBVM50.dll in several places]
trace:loaddll:load_builtin_dll Loaded module L"c:
\\windows\\system32\\oleaut32.dll" : builtin
trace:loaddll:load_native_dll Loaded module L"C:
\\windows\\system32\\MSVBVM50.dll" : native
wi...
2005 Oct 20
2
MDAC 2.6/2.8 On wine-20050930
Wine Users,
Good day, i'm having a problem installing Microsoft
Data Access Component on wine version 2.6/2.8
respectively, the installshield seem's to be fine but
in the end it roll back everything and reject the
installation
here's the debug message on wine
fixme:setupapi:GenInstall16 unsupported flag:
GENINSTALL_DO_CFGAUTO
fixme:setupapi:extract_cabinet_file awful hack:
2010 Aug 11
3
UDL file
I have a problem with one application that using UDL file as a source to database.
I have installed MDAC2.8 jet4, and changed DLL-s odbc32, odbccp32, oledb32 to native version.
In odbcad32.exe I have created data source with the same configuration like in udl file and it's working.
How to open UDL file for edition in wine (no text file edition)?
Some ideas why it is not working?
2010 Sep 17
1
Powerbuilder Application Slow with any inner dialogs
Hi All
I am using wine for a Powerbuilder 7 Application. Complete functionality works fine, as of now have not found anything with is not working.
The current concern is with the response time of any dialog popup, its is around 20 secs slower than same app on windows machine. I have seen everytime a window suppose to popup, the cpu is 100%.
Also I have seen the same application on a dual core
2010 Nov 12
0
Can't access visual basic code under MS-Access
Hi all
My config:
Debian squeeze
Linux 2.6.32-5-686
Dell Latitude E4300
Wine version 1-1-42
I havec setup MS-Office 2007 without problem
Winecg gives for the libraries
*gdiplus (native)
*msvcr80 (native, int?gr?e)
*msxml3, 4, 6 (native, int?gr?e)
*odbc32 (native, int?gr?e)
odbccp32 (native, int?gr?e)
riched20 (native, int?gr?e)
odbc32 (native, int?gr?e)
riched20 (native, int?gr?e)
usp10 (native, int?gr?e)
My problem is that I can't open existing modules in MS-Access. Nor can
I access code in an existing form when open in creation.
Thanks for any suggestions
Fran?ois
2010 Nov 16
1
Office 2007: can't run vb code from Access (and Excel)
Hi,
My config:
Debian squeeze
Linux 2.6.32-5-686
Dell Latitude E4300
Wine version 1-1-42
I have setup MS-Office 2007 without problem
Winecfg gives for the libraries
*gdiplus (native)
*msvcr80 (native, int?gr?e)
*msxml3, 4, 6 (native, int?gr?e)
*odbc32 (native, int?gr?e)
odbccp32 (native, int?gr?e)
riched20 (native, int?gr?e)
odbc32 (native, int?gr?e)
riched20 (native, int?gr?e)
usp10 (native, int?gr?e)
My problem is that I can't open existing modules in MS-Access. Nor can I access code in an existing form when open in creation.
In Excell Macro have error on ligne tha...
2007 Aug 22
0
[ wxruby-Support Requests-13282 ] comment to [#13276] can not load wxruby2.so on win98
...>Exit code: 1
Some of the libraries had only dlls on win32s (Windows 3.1)
I found some dlls. (win32s in an old bakup :-))
gdi32.lib -
winspool.lib -
comdlg32.lib - (win32s)
shell32.lib - (win32s)
ole32.lib - (win32s)
oleaut32.lib ok
uuid.lib -
odbc32.lib ok
odbccp32.lib -
comctl32.lib - (win32s)
rpcrt4.lib -
winmm.lib - (win32s)
Thanks
Jan
----------------------------------------------------------------------
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=219&aid=13282&group_id=35
2008 Jul 13
2
Data Access problem?
Running some company specific software, which is an exam/test. It runs fine on Windows OS machines. On Vista machines it requires the addition of the msvbvm50.dll.
The exam has a minimum of two sections of questions, say topic A, and topic B. When installed in WINE, it has required the addition of jet40 and vb5run in winetricks to make the program run.
Running the exam with the minimum 2 topics