Hi,
I ussually develop in VB 6.0 for Windows XP operating system. Are there any application design tips that I could follow, so that my applications could work in Wine ??
I mostly design real-time applications that use the serial port for interaction with an external hardware.
Are there any such design tips ??
thanks
aa
Application design tips for integration with Wine ??
Application design tips for integration with Wine ??
On Sun, Mar 29, 2009 at 5:21 AM, arunb <[email protected]> wrote:
Test your application on Wine, and file bugs for any problems you see.
Since you have the source, attach a small testcase to make the bug
easier to fix.
that hardware, and so support has languished. As for real-time,
depending on the user's kernel, this may be difficult to achieve.
--
-Austin
Be sure to bundle the visual basic runtimes with your application.Hi,
I ussually develop in VB 6.0 for Windows XP operating system. Are there any application design tips that I could follow, so that my applications could work in Wine ??
Test your application on Wine, and file bugs for any problems you see.
Since you have the source, attach a small testcase to make the bug
easier to fix.
Serial support is kinda crappy in Wine...most developers don't haveI mostly design real-time applications that use the serial port for interaction with an external hardware.
that hardware, and so support has languished. As for real-time,
depending on the user's kernel, this may be difficult to achieve.
--
-Austin
Re: Application design tips for integration with Wine ??
You kidding right? VB and real-time? ROFL... I never had sooooo much laugh in my life!arunb wrote:I ussually develop in VB 6.0 for Windows XP operating system. Are there any application design tips that I could follow, so that my applications could work in Wine ??
I mostly design real-time applications that use the serial port for interaction with an external hardware.
You either don't use VB or you don't write real-time anything. Besides, what RT are you talking about on windows? Or you using specially modified versions of it for soft RT (windows by definition is incapable of hard-RT)?
As Austin said, Wine has number of issues with serial ports. It's a hit and miss. My suggestion write native Linux app instead.
RE:
I develop firmware for PIC micro-controllers, these devices interface to a PC via the serial port, ethernet, the applications on the PC end are in VB.You kidding right? VB and real-time? ROFL... I never had sooooo much laugh in my life!
I can't think what's funny with this...
Re: RE:
Please read the definition of the "real-time" before using this term anywhere. Here is a decent explanation of what it is: http://en.wikipedia.org/wiki/Real-time_computingarunb wrote:I can't think what's funny with this...