Search found 64 matches

by Bunuel66
May 31, 2013 21:57
Forum: Libraries Questions
Topic: IUP and FB 0.24
Replies: 22
Views: 6727

Re: IUP and FB 0.24

I use currently FB 0.24 with IUP. My 'tricks' are the following -Use the headers from IUP3 and change the programs accordingly -Correctet the headers as described, this is mainly a problem of dupplication. -Change iupOpen() by iupOpen(NULL,NULL) should be mainly all what is needed. Some functions ha...
by Bunuel66
Oct 12, 2011 6:15
Forum: Libraries & Headers
Topic: IUP 3.5 Windows / Linux (BSD too) GUI Headers Available
Replies: 122
Views: 44197

IUP

Thank's for the answer. I have already corrected the files. Seems to work.
Does anybody has created the files for the CD lib of tecgraf? This is a nice complement to IUP.

Regards
by Bunuel66
Oct 11, 2011 7:24
Forum: Libraries & Headers
Topic: IUP 3.5 Windows / Linux (BSD too) GUI Headers Available
Replies: 122
Views: 44197

IUP

Patching a couple of .bi files makes life easier. Anybody interested?
by Bunuel66
Oct 10, 2011 20:30
Forum: Libraries & Headers
Topic: IUP 3.5 Windows / Linux (BSD too) GUI Headers Available
Replies: 122
Views: 44197

IUP Lib 3.5

I try to use the IUP lib 3.5 with the include provided and I still get the duplicated definition problem.

Duplicated definition, K_a in '#define K_a asc("a")'

Does anybody has a set of working include file?

Regards
by Bunuel66
Oct 18, 2008 23:05
Forum: Community Discussion
Topic: Libraries and headers
Replies: 6
Views: 4194

SWIG

Hi all.

Is ti a version of SWIG available for LINUX and configured for FREEBASIC?

Regards.

Luis
by Bunuel66
Oct 11, 2008 14:01
Forum: General
Topic: Stderror
Replies: 7
Views: 2918

After a lot of test and errors, a very simple way to capture the stderr file through a pipe:
Just call your command with 2>&1 \ before
Beware that the "\" is important for extending the redirection to all the following commands.

Regards
by Bunuel66
Oct 03, 2008 20:03
Forum: General
Topic: Stderror
Replies: 7
Views: 2918

Still in trouble....

Thanks guys for the suggestions. As said by zippy stderr is not handled by the pipe. I have tried a lot of combinations without success. To be more detailed, I I'm trying to catch the output of the java compiler "javac" for displaying it in an IUP window. I'm running FBC under Ubuntu 8.04....
by Bunuel66
Oct 02, 2008 21:59
Forum: General
Topic: Stderror
Replies: 7
Views: 2918

Stderror

I would like to use open pipe with a program sending it's output to sterr rather to stdout.
Is it some way to do that? (Open pipe seems not to be able to access stderr.)

Regards
by Bunuel66
Aug 15, 2008 16:13
Forum: Libraries Questions
Topic: IUP & Linux/Ubuntu
Replies: 3
Views: 3113

IUP Libs

Thanks a lot for your answer. Nevertheless the .bi coming with FB are for version 2.3 and not for the current 2.6. Furethermore some .bi refer to windows files apparently. I'm still stuck ;-((

Regards.

Luis
by Bunuel66
Aug 13, 2008 23:07
Forum: Libraries Questions
Topic: IUP & Linux/Ubuntu
Replies: 3
Views: 3113

IUP & Linux/Ubuntu

I recently started a Ubuntu configuration. FB is running fine in text mode. I'm looking for using IUP 2.6 under Linux, but it seems that the include files, the .bi are not available anywhere.
Somebody helps??

Regards.

Luis
by Bunuel66
Mar 09, 2008 12:23
Forum: General
Topic: Speed difference between FB 0.16b and 0.18.3b (solved)
Replies: 10
Views: 3312

Question

I don't know the aim of the algorithm. Then, it is a bit unclear to me why it is needed to initialize the random generator at each call? Why not initializing it only at the start of the program?

Regards
by Bunuel66
Feb 01, 2008 19:59
Forum: General
Topic: Is this a bug or not?
Replies: 6
Views: 2436

The example you're giving compiles on my version 0.18.3 without crashing.
Nevertheless the documentation states that Goto is followed by a label not by a reserved executable word....

Regards

Luis
by Bunuel66
Jan 30, 2008 21:28
Forum: Libraries Questions
Topic: Who know how use FB swig?
Replies: 10
Views: 5323

When there is no error, swig generates a module.bi in the same directory.
That's it ;-)

Regards.

Luis
by Bunuel66
Jan 30, 2008 20:22
Forum: Libraries Questions
Topic: Who know how use FB swig?
Replies: 10
Views: 5323

See message from TDT. How to use swig is described in the documentation.

Regards

Luis
by Bunuel66
Jan 29, 2008 23:17
Forum: Libraries Questions
Topic: Who know how use FB swig?
Replies: 10
Views: 5323

Strange. It works for me using exactly the syntax as described.
Have you tried to convert something already available within the inc folder?

Maybe you can post an example of .h giving you an error as the error itself?

Regards

Luis