8
votes
5answers
234 views
Hello world without using libraries
Hi,
It would be great if someone could help..
-5
votes
1answer
122 views
1
vote
1answer
14 views
What crossplatform libraries do you recommend for Haxe?
Hi,
I have already investigated.
I found nme,neash...Physaxe Do you know others?
1
vote
6answers
100 views
How should I make a library (.dll) file for other devs to use in their projects using C#?
Sure, there's a type of project in Visual Studio that outputs a DLL that people can use. I know that. I'm just wondering what are some of the standards that devs will expect when u …
1
vote
2answers
20 views
How to I find the filename of a library via the library name?
How to I find the filename of a library via the library name?
In otherwords, when I use "-lc", I know it is /lib/libc.so.6 (or something similar.) I want to be able to type some c …
0
votes
1answer
24 views
How can I filter by file type in an IExplorerBrowser in Windows 7 Libraries?
I've created an instance of IExplorerBrowser in my code to create a custom I/O view in one of my dialogs. I've implemented the IServiceProvider and ICommDlgBrowser interfaces in my …
0
votes
1answer
72 views
How to include lua scripting language into C++ XCode?
I have successfully compiled lua in my mac. It works. It runs. Now, I want to mix it with C++ in XCode. So I looked up in the Linked Library, the usual place to add more libraries …
8
votes
6answers
161 views
Python imaging alternatives
I have python code that needs to do just a couple simple things to photographs: crop, resize, and overlay a watermark. I've used PIL, and the resample/resize results are TERRIBLE. …
1
vote
5answers
145 views
How do I get Acrobat Reader Imported into Delphi 2007?
I have imported Acrobat Reader using Components | Import Components. The AcroPdf_TLB unit is created in the Imports directory.
When I try to use the AcrobatReader component, as f …
0
votes
7answers
137 views
Class libraries for Java’s immense verbosity
I recently got into Java. I have a background in dynamic languages and I'm finally figuring out why people complain about Java's verbosity. Are there any class libraries out there …
0
votes
2answers
135 views
Is there a faster and object orientated alternative to SDL for C++ ?
The current version of libsdl (1.2.x branch) is very, very slow with blending and per pixel alpha (as it uses software blending). Is there any other good alternative to it?
1
vote
3answers
120 views
What are good python libraries for the following needs?
What are good python libraries for the following needs:
MVC
Domain Abstraction
Database Abstraction
Video library (just to create thumbnails)
I already know that SQLAlchemy i …
2
votes
4answers
84 views
What is the best practice for creating libraries that support both Unicode and ASCII in C++?
I'm working on writing some libraries that will be used both internally and by customers and was wondering what the best method of supporting both Unicode and ASCII. It looks like …
4
votes
5answers
204 views
What is the most elegant solution to managing various Java external libraries?
Perhaps the reason I stalled learning Java until now is because I HATE how Java handles external libraries. I'm stuck keeping them in one place, adding them individually, fixing pr …
1
vote
2answers
107 views
How do I hide Referenced Libraries in Eclipse’s Java EE perspective?
Eclipse's normal Java perspective seems to hide Referenced Libraries just fine (in a "Referenced Libraries" folder in your project). Unfortunately, the Java EE perspective does not …
