Search found 207 matches

by Cpcdos
Feb 14, 2015 13:46
Forum: DOS
Topic: Presse a key in same time -> move my mouse. Ctmouse troubles
Replies: 4
Views: 3585

Re: Presse a key in same time -> move my mouse. Ctmouse trou

Hi,

Okay, thank you, i think also that is my bios, I have test with 2 others computer (asus and hp) and ctmouse work perfectly...

I will see with this emulation option in bios
Thank you :-)
by Cpcdos
Feb 12, 2015 7:30
Forum: DOS
Topic: Strange bug in ISR
Replies: 6
Views: 3666

Strange bug in ISR

Hello all! :-) I would to know, why my ISR timer is stopped when i change my screen resolution ? My code example (FreeBASIC\examples\DOS\isrtimer.bas) : #include "dos/dpmi.bi" #include "dos/go32.bi" type FnIntHandler as function cdecl( byval as uinteger) as integer declare functi...
by Cpcdos
Feb 02, 2015 12:38
Forum: DOS
Topic: Presse a key in same time -> move my mouse. Ctmouse troubles
Replies: 4
Views: 3585

Re: Presse a key in same time -> move my mouse. Ctmouse trou

Thank you for you reply, only together with FB or also with other programs? (FreeDOS mailing list) this problem is present also in edit.com .. all program who use mouse! Is the keyboard also USB? My portable computerS (Lenovo B590, Sony Vaio JPCEJ, etc.) i think keyboards was connected in bus USB Wi...
by Cpcdos
Jan 28, 2015 9:56
Forum: DOS
Topic: Presse a key in same time -> move my mouse. Ctmouse troubles
Replies: 4
Views: 3585

Presse a key in same time -> move my mouse. Ctmouse troubles

Hello all,

I have a problem with my Ctmouse driver, when i move my mouse (USB) in same time that I press a key, my cursor going crazy!!!!!

for resolve my problem, i use this:

Code: Select all

ctmouse /u
mouse.com
mouse.com out
ctmouse
and ctmouse re-work

There are not a solution for resolve ctmouse problem ?
by Cpcdos
Jan 12, 2015 12:47
Forum: DOS
Topic: I have found the problem !! (FreeBASIC + Network)
Replies: 13
Views: 6721

Re: I have found the problem !! (FreeBASIC + Network)

This Isn't a local disk "c:\" but a network disk "x:\" the problem :/
by Cpcdos
Jan 06, 2015 12:21
Forum: DOS
Topic: I have found the problem !! (FreeBASIC + Network)
Replies: 13
Views: 6721

Re: I have found the problem !! (FreeBASIC + Network)

Hi! i have test var f = freefile() if open("X:\texte.txt", for binary, access read, as #f) <> 0 then print "FB open() failed" end 1 end if close #f and #include once "crt.bi" var f = fopen("X:\texte.txt", "rb") if f = 0 then print "CRT fopen() f...
by Cpcdos
Jan 04, 2015 8:19
Forum: DOS
Topic: I have found the problem !! (FreeBASIC + Network)
Replies: 13
Views: 6721

Re: I have found the problem !! (FreeBASIC + Network)

Hi, this is c code with -gen gcc option : // Compilation of test.bas started at 09:12:10 on 01-04-2015 typedef signed char int8; typedef unsigned char uint8; typedef signed short int16; typedef unsigned short uint16; typedef signed int int32; typedef unsigned int uint32; typedef signed long long int...
by Cpcdos
Jan 04, 2015 4:16
Forum: DOS
Topic: I have found the problem !! (FreeBASIC + Network)
Replies: 13
Views: 6721

Re: I have found the problem !! (FreeBASIC + Network)

Hi! Thank you for your reply, i have connected my x: network driver and i have test your C code : /* Corresponding C test case */ #include <stdio.h> int main(int argc, char** argv) { FILE *f = fopen("x:\\texte.txt", "rb"); if (!f) { printf("fopen() failed\n"); return 1;...
by Cpcdos
Jan 03, 2015 17:46
Forum: DOS
Topic: I have found the problem !! (FreeBASIC + Network)
Replies: 13
Views: 6721

Re: I have found the problem !! (FreeBASIC + Network)

I think this network problem is FREEBASIC because per example, i can edit files with interpreter or EDIT.COM of others programs on FreeDos, i not have problems, his send "OPEN REQUEST" on DrDos he send "OPEN REQUEST" but when i would read of write file with a freebasic program on...
by Cpcdos
Jan 03, 2015 15:54
Forum: DOS
Topic: I have found the problem !! (FreeBASIC + Network)
Replies: 13
Views: 6721

Re: I have found the problem !! (FreeBASIC + Network)

Hi,

i tested the newest fb version, and this problem was not resolved :(
who is the main creator of fb ? i would contact with him :-)

Thank and good new year!
by Cpcdos
Jan 01, 2015 17:34
Forum: DOS
Topic: FreeBasic 1.1 Update LIBPNG problem
Replies: 3
Views: 2624

Re: FreeBasic 1.1 Update LIBPNG problem

Hi,

Thank you for your help!
i defined libpng version to 15 in PNG.bi and this work

Happy new year!
Best regards
by Cpcdos
Dec 29, 2014 3:27
Forum: DOS
Topic: FreeBasic 1.1 Update LIBPNG problem
Replies: 3
Views: 2624

FreeBasic 1.1 Update LIBPNG problem

Hello! I have download and install this, i compil my program, and when i read a png i have an error, so i tested PNG.BAS example in EXAMPLES\FILES\LIBPNG\PNG.BAS, I have same error ! "png_create_read_struct() failed" with previous update, i not have this errors :/ Someone can help me ? i m...
by Cpcdos
Dec 11, 2014 7:39
Forum: DOS
Topic: Save image buffer -> JPG
Replies: 18
Views: 8404

Re: Save image buffer -> JPG

Thank you very much for your help ! this work ! :-)

my problem was solved.

Best regards.

ps:
If a person have a method for save in JPG format can you post an example here?
by Cpcdos
Dec 08, 2014 13:55
Forum: DOS
Topic: dpmi_int function -> interruptx
Replies: 2
Views: 2098

Re: dpmi_int function -> interruptx

Okay thank you
i have translated in "asm" quote and this worked :-)

Best regards
by Cpcdos
Dec 08, 2014 13:53
Forum: DOS
Topic: Save image buffer -> JPG
Replies: 18
Views: 8404

Re: Save image buffer -> JPG

Okay, thank you, never mind :-)

So,.. i not have idea for save png, i will search this when i will have time :-)

For Jpg library , libjpeg.a can save ? if it's possible, i can have a example?
Best regards