PROBLEMS TRYING TO MAKE A LIB

Everything else that doesn't fall into one of the other PB categories.
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by ricardo.

Hi,

last night i try to make a lib but when using tha MakeLyb it promts something like:
'Can't find the Mylib_debug.obj'

Tthen i try to make the Ffred's examples (messagebox) and i get the same promtp
'Can't find example_debug.obj'

Can anybody helps me?


Thanks
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by Mr.Skunk.

it's "normal"

As you can create a debug file to compile with your library (to use with the debugger)

You can create a library without this debug file.

I have to ask another example for this debug file to Fred as i lost the first he send to me when my computer crashed, to add them in the tutorial.


Mr Skunk

Mr Skunk's PureBasic Web Page
http://www.skunknet.fr.st
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by ricardo.

OK, but how can i make a lib without the debug, how can i avoid this trouble.

Im trying to make my very first lib with the instructions i found in you tutorial, but im a little impatient because i can finish it because always i has this promt...

Thanks Mr.Skunk
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by Mr.Skunk.

Just compile your lib without the debug file, and ignore the messages 'can't find the Mylib_debug.obj'.

There will be no problem doing this. I've done this for all my libs.

Your library will work perfectely using this way.


Edited by - mr.skunk on 12 September 2001 20:42:33
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by ricardo.


Mr.Skunk... i hope that you has looked my VISUAL IDE, its stopped at this moment because my work, but im gonna continue this week...
But i have a good idea and maybe you want to participate... the idea is:
add a lib. maker wizard to the ide !!, something like a editor of libs, i know its not easy, but if we can do it, it will be very very COOL and helpfull to all the users, and the goal of the VISUAL IDE is to bring an easy-to-use way to develop Pure Basic applications.

I want to develop some other libs for the IDE, but you are an expert and i wish you can help me and join in this project.

Thanks

Ricardo Arias

[url]mailto:ricardoarias@yahoo.com[/url]
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by Mr.Skunk.

Hi,

I've tested your VISUAL IDE and i think it's a good prog.
Even if i prefer, for the moment, typing the text directly in the editor (i'm of the old basic school ), it's very usefull to build the GUI.

Do you want to write the libs using ASM language or directely PB in your wirard?

I think I'm not an "expert", but it's okay for me to help you and join your project.

Mr Skunk

Mr Skunk's PureBasic Web Page
http://www.skunknet.fr.st
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by ricardo.
Do you want to write the libs using ASM language or directely PB in your wirard?
Well, im not shure... but thinking as an user, maybe they will preffer to write their libs in PB and we need to translate it to ASM. Its only one idea, i know its not easier, but i want to give all the facilities to the new users.

My idea with the IDE is to offer some easy way to develop apps... i know that the advanced users preffer to type directly (im not advanced and i type too), but i can remmeber wath a begginer feels, and i think that the begginers/intermediate needs some tools to help developing apps.

If you can email me, we can analize the approach to give this project and then start coding : )

Thanks

Ricardo Arias
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by Mr.Skunk.

Mail sent...

Mr Skunk

Mr Skunk's PureBasic Web Page
http://www.skunknet.fr.st
Post Reply