Tagged Questions

0
votes
1answer
17 views

-isystem for MS Visual Studio C++ Compiler

I usually like to have a lot of warnings enabled when programming. However, some libraries contains code that easily causes warnings (.., python, Qt, ..). When compiling with gcc I …
12
votes
12answers
256 views

Can (Should) I put 3rd party libraries in version control?

Hi all.. I've met quite a few people lately who says that 3rd party libraries doesn't belong in version control. These people haven't been able to explain to me why they shouldn't …
1
vote
1answer
31 views

Dynamic libraries with local and static variables

Can Dynamic libraries have global, local and static variables in linux? If yes, then where will each of these variables get stored in the memory? In my view, Globals and Static w …
8
votes
5answers
256 views

Hello world without using libraries

Hi, It would be great if someone could help..
0
votes
1answer
32 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 …
1
vote
1answer
26 views

What crossplatform libraries do you recommend for Haxe?

Hi, I have already investigated. I found nme,neash...Physaxe Do you know others?
-5
votes
1answer
125 views
1
vote
6answers
101 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 …
0
votes
7answers
141 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 …
1
vote
2answers
21 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
81 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
173 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
153 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
2answers
48 views

Why am i not able to link my C/C++ libraries with NetBeans?

I've downloaded C/C++ libraries from Cygwin, and set the environment variables according to the instructions here, in NetBeans. I've also gone through this. Actually I followed t …
0
votes
2answers
144 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 2 next
15 30 50 per page