| |
Skate
Registered: Jul 2003 Posts: 495 |
Release id #172953 : VICE 3.3
Good work and everything seems to be fine with this release so far.
I just wanted to learn the cause of the warning below.
joy-win32.c:601: warning: function joy_arch_cmdline_options_init() is not implemented yet, continuing
It's not causing any noticable troubles but i'm just curious of its reason. Also i'm curious if there is a way to get rid of console window. Does that console window open because of that warning above or is it used to open Vice with admin rights (workaround for UAC issues) or is it a GTK side effect?
I usually lose that window by changing project type from console to windows and making entry point function changes (from main to WinMain etc). Since this is a multiplatform project, i understand not bothering with platform specific properties. But is that the case? Does every Windows user see that warning message like me? (I didn't have the chance to try it on multiple machines yet) |
|
| |
chatGPZ
Registered: Dec 2001 Posts: 11391 |
the warning is harmless, it just tells the windows maintainer that this function needs to be looked at :)
as for the console window - its there, always. the windows maintainer probably had a good reason to do this :) |
| |
Skate
Registered: Jul 2003 Posts: 495 |
thanks for the clarification.
i always prefer a single window. console windows are usually very helpful during the development but not that suitable for the production stage. once i had to add a console window infront of my application to workaround with UAC issues. So, it might be a requirement at the moment. I just wanted to ask, i'm fine with it. |
| |
iAN CooG
Registered: May 2002 Posts: 3203 |
Just use a exe header editor (hiew) or any hexeditor at offset
000000DC: Subsystem (0002)GUI
and you're done with it |
| |
Oswald
Registered: Apr 2002 Posts: 5095 |
guys this is only for linux ? after DL I was suprised to see its only the source, no Win binaries ? |
| |
iAN CooG
Registered: May 2002 Posts: 3203 |
http://vice.pokefinder.org/
there are no binaries at sourceforge anymore, no idea why. Get the nightly builds. |
| |
Strobe
Registered: Jun 2007 Posts: 6 |
Quote: http://vice.pokefinder.org/
there are no binaries at sourceforge anymore, no idea why. Get the nightly builds.
From - http://vice-emu.sourceforge.net/
Binary distributions
The only binary distribution that we are providing for VICE 3.3 is the nightly windows build on the date of release:
https://sourceforge.net/projects/vice-emu/files/experimental%20.. |
| |
Oswald
Registered: Apr 2002 Posts: 5095 |
thanks! |
| |
Jammer
Registered: Nov 2002 Posts: 1336 |
Nightly builds are 32bit only? |
| |
Oswald
Registered: Apr 2002 Posts: 5095 |
can someone please fix these / add to the bug tracker (yes I am lame)
- after accidental window resize there is no senseful way to go back to 100% (200%) window
- autofire emulation for keyboard 'joystick' pretty please with cherry on top |
| |
Oswald
Registered: Apr 2002 Posts: 5095 |
also whats up with the raster colors in CRT emulation ? different shades on left / right alterneating while without CRT its all the exact same color (see topmost 2.5 bars)
edit: ok possibly I change the colors in the middle of the screen and that affects the blur thingie |
... 9 posts hidden. Click here to view all posts.... |
Previous - 1 | 2 - Next |