Bug 50896 - Add an Interface to WineLib
Summary: Add an Interface to WineLib
Status: RESOLVED NOT A BUG
Alias: None
Product: kdevelop
Classification: Applications
Component: kdevelop 2.x (obsolete) (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: KDevelop-Devel List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-18 10:08 UTC by davidsmind
Modified: 2003-12-01 03:02 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description davidsmind 2002-11-18 10:08:37 UTC
Version:           unknown (using KDE 3.0.9)
Compiler:          gcc version 2.95.3 20010315 (release)
OS:          Linux (i686) release 2.4.20-pre11-aa1

It would be, to say the least, keen if one of you fine hackers out there were to provide an interface to Winelib through Kdevelop. Argument's against this range from "Winelib is to young to start implimenting it into kdevelop" to "Id much rather see a coder re-write thier  old windows programs from scratch then using this hack method". But, programmers are people too! They have many time restraints, and it'd be cool if they could easily port there programs from Windows to Linux....

For more info, see:

http://www.winehq.org/Docs/winelib-user/
Comment 1 Amilcar do Carmo Lucas 2003-11-23 15:10:12 UTC
I'm not sure what you want, but KDevelop 3.0 can import external libraries and do code completion on them.
Is that what you want?
Comment 2 davidsmind 2003-12-01 01:14:45 UTC
"Winelib is a development toolkit which allows you to compile your Windows applications on Unix."

Wow this bug/wish is O.L.D.

Um I didn't make myself very clear before, and in retrospect it seems kinda arrogent. What I really wanted was a way for kdevelop to provide a check on build for winelib and give the user the ability to write, compile and run windows programs (using winelib of course).

It's not really something that is NESSESARY, but it could attract windows developers to Linux.

Comment 3 Sascha Cunz 2003-12-01 03:02:29 UTC
If that's what you want, then this has got nothing to do with kdevelop.

Feel free to create a macro for auto*-tools and add it to you aclocal.m4 file.

But thinking a bit about this, raises a nice wish:
  - Add a template-library-administration for Auto-Conf Macros to AutoMake Manager
  - Add a nice config dialog for ac local where one could easily
    add/remove dependencies.
I think, this feature could improve usability of AM several 100 percent :)