Problem running an own program develop with sybase powerbuil
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 application, 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
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 application, 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
Last edited by fmorales on Fri May 09, 2008 10:30 am, edited 1 time in total.
Re: Problem running an own program develop with sybase power
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".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 lot
Problem running an own program develop with sybase powerbuil
On Fri, May 9, 2008 at 6:34 AM, vitamin <[email protected]> wrote:
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).
Easiest way to do what Vitamin suggests isTry 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".
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).
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
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
Does your program work or not? Ignore all the messages Wine prints, unless you have a real problem with your application.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 lot
Problem running an own program develop with sybase powerbuil
On Sun, May 11, 2008 at 11:11 PM, fmorales <[email protected]> wrote:
a database, and has the same problem? If so, maybe
we could have a look at it.
Can you write a toy app that doesn't even connect toYes, 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.
a database, and has the same problem? If so, maybe
we could have a look at it.
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
If it does not work, I try to make a symple application without data base conecction have to tell.
Thanks a lot