OWL
Object Windows Library (OWL) is a Borland C++ object-oriented framework originally designed for WinAPI.
Language
Any
Platform
Windows
Remove
License
Any
http://scintilla.sourceforge.net/SciTEDoc.html
Regards,
Dr M.
http://scintilla.sourceforge.net/SciTEDoc.html
Regards,
Dr M.
: I'm trying to decide what language would be best for writing simple scripts.
:
: It's very simple: All I need to do is generate text that I can use for creating .sql files. (I have about 5,000...
I'm trying to decide what language would be best for writing simple scripts.
It's very simple: All I need to do is generate text that I can use for creating .sql files. (I have about 5,000...
I'm trying to decide what language would be best for writing simple scripts.
It's very simple: All I need to do is generate text that I can use for creating .sql files. (I have about 5,000...
I'm trying to decide what language would be best for writing simple scripts.
Very simple! All I need to do is generate text that I can use for creating .sql files. (I have about 5,000 INSERT...
: : : P/S OWL is very outdated and obselete. You are better of using standard Win32 API.
: :
: : Thanks for the advice... but how can I learn how to use win32 API? Some good tutorial perhaps???
:...
: : P/S OWL is very outdated and obselete. You are better of using standard Win32 API.
:
: Thanks for the advice... but how can I learn how to use win32 API? Some good tutorial perhaps???
:
:...
: P/S OWL is very outdated and obselete. You are better of using standard Win32 API.
Thanks for the advice... but how can I learn how to use win32 API? Some good tutorial perhaps???
: This message was edited by gustavosserra at 2002-11-7 12:14:19
: Im new to windows programming, and I have a question. Must I always use a new project to compile owl libraries? I mean... use .def...
This message was edited by gustavosserra at 2002-11-7 12:14:19
Im new to windows programming, and I have a question. Must I always use a new project to compile owl libraries? I mean... use .def...
This message was edited by AsmGuru62 at 2002-9-10 6:51:41
: We've got a legacy system built initialy under Win 3.11. It has survived a migration to WinNT and it's execution is stable.
:
: The...
Create();
}
So, if anyone has any ideas, I'd appreciate them greatly.
Defeated,
Josh
instead of including "owl.h" you have to include the individual headers that OWL uses..
example:
#include
that would be for static text..
I strongly suggest using raw API. I think it's a lot more...
Unfortunetly Borland 5.0, so I assume 5.2, doesn't have any wizards that work correctly. But, Xotor is kind of corrent, let Borland include the correct libraries for you, by creating a new project to...
Ok, to make graphics you can allways learn about the bgi library, it is in borland C++ at least. Also you have Ole2 and owl wich is nice if you want to make windows programs. All of these are...