Hi,
1) How can i use winemenubuilder? it doesn't give any error. i try: # wine winemenubuilder "c:\Notes 5.lnk" Where it set the menu?
2) I think to a new application to add to wine. This application help a to trasfer application from windows to wine. I mean the main problem is the key in the registry. If an application give u to select the application and that application make a reg file with the kay take from the registry for that application, it's more simple to trasfer that to a wine.
3) I'm new, and i try to start to understand how wine work, but the main problem is that i don't find something talk on that.
4) What can i use to read sgml?
5) there is a freeware game http://www.steffengerlach.de/freeware/xo1.zip that if i start like: # wine d:\xo\xo.exe don't work but if i start that from winefile work correctly. Why?
6) debug! i have an application that don't give any exception, or better trap the exception. i need to a particolar point of the execution to enter in a debuger how can i?
thx Moreno
I think I can answer a couple of your questions.
--- Moreno morenoca@freemail.it wrote:
Hi,
- How can i use winemenubuilder?
it doesn't give any error. i try: # wine winemenubuilder "c:\Notes 5.lnk" Where it set the menu?
- I think to a new application to add to wine. This application help a
to trasfer application from windows to wine. I mean the main problem is the key in the registry. If an application give u to select the application and that application make a reg file with the kay take from the registry for that application, it's more simple to trasfer that to a wine.
- I'm new, and i try to start to understand how wine work, but the main
problem is that i don't find something talk on that.
- What can i use to read sgml?
I am guessing the sgml files you are wanting to read are DocBook documentation. So search for DocBook reader software. I imagine there are plenty.
- there is a freeware game
http://www.steffengerlach.de/freeware/xo1.zip that if i start like: # wine d:\xo\xo.exe
Maybe it is the missing second backslash between the directory and execuable names. I prefer to change to the directory and run it from there, but that is me.
don't work but if i start that from winefile work correctly. Why?
- debug! i have an application that don't give any exception, or better
trap the exception. i need to a particolar point of the execution to enter in a debuger how can i?
thx Moreno
__________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com
Il lun, 2003-07-07 alle 17:30, Jeff Smith ha scritto:
I think I can answer a couple of your questions.
--- Moreno morenoca@freemail.it wrote:
Hi,
- How can i use winemenubuilder?
it doesn't give any error. i try: # wine winemenubuilder "c:\Notes 5.lnk" Where it set the menu?
- I think to a new application to add to wine. This application help a
to trasfer application from windows to wine. I mean the main problem is the key in the registry. If an application give u to select the application and that application make a reg file with the kay take from the registry for that application, it's more simple to trasfer that to a wine.
- I'm new, and i try to start to understand how wine work, but the main
problem is that i don't find something talk on that.
- What can i use to read sgml?
I am guessing the sgml files you are wanting to read are DocBook documentation. So search for DocBook reader software. I imagine there are plenty.
- there is a freeware game
http://www.steffengerlach.de/freeware/xo1.zip that if i start like: # wine d:\xo\xo.exe
Maybe it is the missing second backslash between the directory and execuable names. I prefer to change to the directory and run it from there, but that is me.
i wrong to write here the application start but it given error. How can u change the to the path? u only go inside and exec from there? or there are an other method?
don't work but if i start that from winefile work correctly. Why?
- debug! i have an application that don't give any exception, or better
trap the exception. i need to a particolar point of the execution to enter in a debuger how can i?
thx Moreno
Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com
- there is a freeware game
http://www.steffengerlach.de/freeware/xo1.zip that if i start like: # wine d:\xo\xo.exe
Maybe it is the missing second backslash between the directory and execuable names. I prefer to change to the directory and run it from there, but that is me.
i wrong to write here the application start but it given error.
What error does it give?
How can u change the to the path? u only go inside and exec from there? or there are an other method?
You can change to the equivalent unix path and run it. For instance, if the D drive is set to /mnt/d, you could do this from a console: cd /mnt/d/xo wine xo.exe I believe you could also run wineconsole and do this (I do not use wineconsole often): D: cd xo xo By the way, your way *should* work, but I sometimes have better luck running from the directory where the executable is located, which is what is done in both the examples I gave.
thx Moreno
__________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com
Il lun, 2003-07-07 alle 18:20, Jeff Smith ha scritto:
- there is a freeware game
http://www.steffengerlach.de/freeware/xo1.zip that if i start like: # wine d:\xo\xo.exe
Maybe it is the missing second backslash between the directory and execuable names. I prefer to change to the directory and run it from there, but that is me.
i wrong to write here the application start but it given error.
What error does it give?
How can u change the to the path? u only go inside and exec from there? or there are an other method?
You can change to the equivalent unix path and run it. For instance, if the D drive is set to /mnt/d, you could do this from a console: cd /mnt/d/xo wine xo.exe I believe you could also run wineconsole and do this (I do not use wineconsole often): D: cd xo xo By the way, your way *should* work, but I sometimes have better luck running from the directory where the executable is located, which is what is done in both the examples I gave.
from wine d:/xo/xo.exe it's a program that give me the error Cannot open file pices.bmp from winefile work and i see the image
i try to use wineconsole. i do: # wineconsole when i push enter i cameback to normal linux prompt. what i wrong?
Moreno wrote:
Hi,
- How can i use winemenubuilder?
it doesn't give any error. i try: # wine winemenubuilder "c:\Notes 5.lnk" Where it set the menu?
It will call wineshelllink (as specified in the registry), with the information it extracts from the .lnk file it is pointed to.
wineshelllink does the actually creation of gnome/kde menu entries.
Mike
i search in filesystem if crate something like "notes" but nothing.
Il lun, 2003-07-07 alle 17:36, Mike McCormack ha scritto:
Moreno wrote:
Hi,
- How can i use winemenubuilder?
it doesn't give any error. i try: # wine winemenubuilder "c:\Notes 5.lnk" Where it set the menu?
It will call wineshelllink (as specified in the registry), with the information it extracts from the .lnk file it is pointed to.
wineshelllink does the actually creation of gnome/kde menu entries.
Mike
You will need to look at wineshelllink to find out how it is supposed to work.
Mike
Moreno wrote:
i search in filesystem if crate something like "notes" but nothing.