Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
88 user(s) are online (55 user(s) are browsing Forums)

Members: 0
Guests: 88

more...

Headlines

Forum Index


Board index » All Posts (xenic)




Re: showlib and usblist
Just can't stay away
Just can't stay away


@Gilloo

I didn't try the usblist 68k binary included in the archive but compiled the source for OS4 instead. It didn't work because the OS4 interface test had the logic reversed.

I changed this:

if (IUSBSys != NULL)
{
printf("Cannot obtain USBSys interface\n");
CloseDevice( ioreq );
return 0;
}

to this:

if (IUSBSys == NULL)
{
printf("Cannot obtain USBSys interface\n");
CloseDevice( ioreq );
return 0;
}

and now it seems to work.

Go to top


Re: Sound fx 4.3 installation under OS4
Just can't stay away
Just can't stay away


@Framiga
Early OS4 documentation stated that the OS4 68k emulator does not support 060 binaries and recommended the use of plain 020 versions of 68k software. I'm not sure if that's still true, but I would play it safe and use the 020 version.

Go to top



TopTop
« 1 ... 64 65 66 (67)




Powered by XOOPS 2.0 © 2001-2023 The XOOPS Project