October 30, 2025, 07:30:06 AM

News:

IonicWind Snippit Manager 2.xx Released!  Install it on a memory stick and take it with you!  With or without IWBasic!


compiling include library

Started by TexasPete, May 12, 2008, 12:58:52 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

TexasPete

Do I need to compile include libraries separately and then link or will ebasic automatically compile and link all files at once.

Sincerely,
Texas pete

LarryMc

Assuming you downloaded the files and put the .lib files in the EBasic /lib directory and the .inc files in the /include directory.
The .dll files have to go in the directory your application is in.

Then at the beginning of your application add:
$include "il.inc"
$include "ilu.inc"
$include "ilut.inc"

That's it.
Just compile your source file and that's it.

Larry
LarryMc
Larry McCaughn :)
Author of IWB+, Custom Button Designer library, Custom Chart Designer library, Snippet Manager, IWGrid control library, LM_Image control library

ts-soft

Quote from: TexasPete on May 12, 2008, 12:58:52 PM
Do I need to compile include libraries separately and then link or will ebasic automatically compile and link all files at once.

Sincerely,
Texas pete
If you use a project, ebasic compile all files at once
Sorry for my bad english

LarryMc

Quote from: ts-soft on May 12, 2008, 02:04:06 PM
If you use a project, ebasic compile all files at once

That is also true TexasPete; but since you're new to EBasic I didn't mention that because I didn't think you were to that point yet. ;)

Larry
LarryMc
Larry McCaughn :)
Author of IWB+, Custom Button Designer library, Custom Chart Designer library, Snippet Manager, IWGrid control library, LM_Image control library

TexasPete

Thanks  a lot larry, with concise answers like that I can move along a lot faster.
I know people try to write good manuals. But they often write them unknowningly from the
perspective of understanding. A new person to a lanquage does not have that advantage.
Thanks again.

Texas Pete