fmorales
2008-May-09 10:56 UTC
[Wine] Problem running an own program develop with sybase powerbuil
Hello, I have make a simple applicacion with sysbase powerbuilder + oracle, I am trying to run it under linux with wine but it does not works fine, it start, show me my validation windows form, it connect with the data base, but when the main windows form is loaded, the application dont show me some controls, like for a example a menu tree and others. When I start the problem, I can see this.. I dont know if it can be the problem: fixme:advapi:LsaOpenPolicy ((null),0x33aab8,0x00000001,0x33aad4) stub fixme:advapi:LsaClose (0xcafe) stub What could be the problem? Thanks a lot
vitamin
2008-May-09 13:34 UTC
[Wine] Re: Problem running an own program develop with sybase powerbuil
fmorales wrote:> Hello, I have make a simple applicacion with sysbase powerbuilder + > oracle, I am trying to run it under linux with > wine but it does not works fine, it start, show me my validation > windows form, it connect with the data base, but when the main windows > form is loaded, the application dont show me some controls, like for a > example a menu tree and others. > > When I start the problem, I can see this.. I dont know if it can be the problem: > > fixme:advapi:LsaOpenPolicy ((null),0x33aab8,0x00000001,0x33aad4) stub > fixme:advapi:LsaClose (0xcafe) stub > > What could be the problem? > > Thanks a lotTry native comctrl32.dll. Note you will need to move the corresponding manifest file out of ~/.wine/drive_c/windows/winsxs/manifests and set that dll to "native, builtin".
Dan Kegel
2008-May-09 15:02 UTC
[Wine] Problem running an own program develop with sybase powerbuil
On Fri, May 9, 2008 at 6:34 AM, vitamin <wineforum-user at winehq.org> wrote:> Try native comctrl32.dll. Note you will need to move the corresponding > manifest file out of ~/.wine/drive_c/windows/winsxs/manifests > and set that dll to "native, builtin".Easiest way to do what Vitamin suggests is wget http://kegel.com/wine/winetricks sh winetricks cc580 It takes care of all three chores (downloading a native comctl32 from microsoft.com, adding the override, and removing the manifests).
fmorales
2008-May-09 15:28 UTC
[Wine] Re: Problem running an own program develop with sybase powerbuil
Ok, I cant try it till monday. I?ll write next monday with the result off yours suggestions. Thanks a lot
fmorales
2008-May-12 05:46 UTC
[Wine] Re: Problem running an own program develop with sybase powerbuil
Hello, I install wget http://kegel.com/wine/winetricks sh winetricks cc580 but I still have the same error: fixme:advapi:LsaOpenPolicy ((null),0x33aab8,0x00000001,0x33aad4) stub fixme:advapi:LsaClose (0xcafe) stub Any idea? Thanks a lot
vitamin
2008-May-12 05:56 UTC
[Wine] Re: Problem running an own program develop with sybase powerbuil
fmorales wrote:> Hello, I install > > wget http://kegel.com/wine/winetricks > sh winetricks cc580 > > but I still have the same error: > > fixme:advapi:LsaOpenPolicy ((null),0x33aab8,0x00000001,0x33aad4) stub > fixme:advapi:LsaClose (0xcafe) stub > > Any idea? > > Thanks a lotDoes your program work or not? Ignore all the messages Wine prints, unless you have a real problem with your application.
fmorales
2008-May-12 06:11 UTC
[Wine] Re: Problem running an own program develop with sybase powerbuil
Yes, the program start, connect with the oracle databse, it make the user validation fine, but it is impossible to use it, because when open the main windows after validation, the main windows dont show me for example the menu.
fmorales
2008-May-12 07:04 UTC
[Wine] Re: Problem running an own program develop with sybase powerbuil
Ok, I am going to do it, because .. maybe it is a problem of the oracle client, I am trying with the oracle 10g client version, I am going to try with 9 and 8, because my application works fine with this versions too. If it does not work, I try to make a symple application without data base conecction have to tell. Thanks a lot